abdul-react 0.0.26 → 0.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index9.js +2 -2
- package/lib/assets/icons/fireflink_platform_product.svg.js +6 -0
- package/lib/assets/icons/fireflink_platform_product.svg.js.map +1 -0
- package/lib/assets/icons/salesforce_product.svg.js +6 -0
- package/lib/assets/icons/salesforce_product.svg.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.js +11 -15
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/types.d.ts +2 -1
- package/lib/components/CreateVariable/CreateVariableSlider.js +15 -7
- package/lib/components/CreateVariable/CreateVariableSlider.js.map +1 -1
- package/lib/components/Editor/Editor.js +3 -0
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFile.js +4 -2
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.d.ts +5 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +7 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +3 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +24 -16
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +5 -1
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
- package/lib/components/FileDropzone/FileDropzone.js +3 -2
- package/lib/components/FileDropzone/FileDropzone.js.map +1 -1
- package/lib/components/Icon/Icon.js +2 -1
- package/lib/components/Icon/Icon.js.map +1 -1
- package/lib/components/Icon/iconList.js +4 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/Icon/types.d.ts +1 -0
- package/lib/components/InputWithDropdown/InputWithDropdown.js +14 -1
- package/lib/components/InputWithDropdown/InputWithDropdown.js.map +1 -1
- package/lib/components/MenuOption/MenuOption.js +7 -2
- package/lib/components/MenuOption/MenuOption.js.map +1 -1
- package/lib/components/NLPInput/NlpInput.js +2 -2
- package/lib/components/NLPInput/NlpInput.js.map +1 -1
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js +2 -2
- package/lib/components/NLPInput/components/ChipsFolder/ChipsAccordion.js.map +1 -1
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js +6 -2
- package/lib/components/ScriptGenerationLoader/ScriptGenerationLoader.js.map +1 -1
- package/lib/components/ScriptGenerationLoader/types.d.ts +1 -0
- package/lib/components/Select/Select.js +4 -2
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Select/components/Dropdown.js +3 -3
- package/lib/components/Select/components/Dropdown.js.map +1 -1
- package/lib/components/Select/components/types.d.ts +1 -0
- package/lib/components/Select/components/types.js.map +1 -1
- package/lib/components/Select/types.d.ts +4 -0
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +2 -2
- package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
- package/lib/components/Tabs/Tabs.d.ts +1 -1
- package/lib/components/Tabs/Tabs.js +10 -3
- package/lib/components/Tabs/Tabs.js.map +1 -1
- package/lib/components/Tabs/types.d.ts +12 -0
- package/lib/components/TextEditor/TextEditor.js +38 -35
- package/lib/components/TextEditor/TextEditor.js.map +1 -1
- package/lib/components/Tooltip/Tooltip.js +7 -3
- package/lib/components/Tooltip/Tooltip.js.map +1 -1
- package/lib/index.cjs +173 -98
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +33 -2
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/package.json +1 -1
package/lib/index.cjs
CHANGED
|
@@ -414,6 +414,8 @@ const SvgMobileIcon = (props) => /* @__PURE__ */ React__namespace.createElement(
|
|
|
414
414
|
|
|
415
415
|
const SvgSalesForce = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.51031 6.07875C4.42699 6.06597 4.34293 6.05878 4.25868 6.05725C4.06937 6.0549 3.98884 6.1244 3.9894 6.12431C3.93356 6.16372 3.90649 6.2225 3.90649 6.30362C3.90649 6.35534 3.9159 6.39575 3.93431 6.42412C3.94637 6.443 3.95143 6.45012 3.98781 6.47915L3.98834 6.47947C3.98774 6.47928 4.07124 6.54497 4.25996 6.53359C4.39284 6.52559 4.51043 6.50028 4.51043 6.50028H4.51031V6.07875Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.0592 5.52728C9.93694 5.52728 9.85038 5.569 9.79347 5.65603C9.73619 5.74363 9.70703 5.86828 9.70703 6.027C9.70703 6.18575 9.73603 6.31156 9.79347 6.39975C9.8505 6.48713 9.9375 6.52969 10.0592 6.52969C10.1809 6.52969 10.2683 6.48678 10.3261 6.39916C10.3841 6.31044 10.4137 6.18531 10.4137 6.02672C10.4137 5.86813 10.3844 5.74353 10.3261 5.65603C10.2685 5.56944 10.1815 5.52728 10.0592 5.52728Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.33305 5.52026C6.21136 5.52026 6.1248 5.56786 6.06789 5.65489C6.02999 5.71189 6.00577 5.78536 5.99268 5.87348L6.65408 5.87361C6.6478 5.78833 6.63108 5.71223 6.59293 5.65489C6.5353 5.56811 6.45474 5.52026 6.33305 5.52026Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.5488 2.28872C12.0687 2.28847 11.5938 2.38966 11.1554 2.58563C10.6616 1.70963 9.74441 1.12169 8.68612 1.12169C7.89241 1.12169 7.17397 1.45444 6.65775 1.99182L6.65834 1.99488C6.09394 1.25116 5.19441 0.771973 4.18903 0.771973C2.47228 0.771973 1.07887 2.1595 1.07887 3.87629C1.07844 4.30104 1.1655 4.72132 1.33463 5.11094C0.537375 5.58125 0 6.45141 0 7.45088C0 8.93838 1.1935 10.1495 2.66922 10.1495C2.85375 10.1496 3.03778 10.1304 3.21834 10.0923C3.624 11.1918 4.67641 11.9737 5.91694 11.9737C7.10456 11.9737 8.12463 11.2505 8.56262 10.2217C8.90687 10.3896 9.28494 10.4764 9.66794 10.4757C10.6086 10.4757 11.4347 9.95244 11.8668 9.18222C12.0891 9.22644 12.316 9.24982 12.5488 9.24982C14.4538 9.24982 16 7.69182 16 5.76929C16 3.84675 14.4537 2.28872 12.5488 2.28872ZM3.43916 6.32532C3.43916 6.60632 3.23516 6.78094 2.90709 6.78094C2.746 6.78094 2.59197 6.75566 2.42853 6.66925C2.39797 6.65157 2.36744 6.63582 2.33741 6.61403C2.33416 6.60941 2.32053 6.60391 2.33059 6.57769L2.33034 6.57722L2.39503 6.39732C2.40525 6.3665 2.42878 6.37679 2.43819 6.38247C2.456 6.39335 2.46919 6.40304 2.49228 6.41654C2.68337 6.53729 2.85969 6.53825 2.915 6.53825C3.05728 6.53825 3.14606 6.46238 3.14606 6.36066V6.35513C3.14606 6.2446 3.00966 6.2025 2.85209 6.15407L2.81728 6.14322C2.60094 6.08147 2.36928 5.99213 2.36928 5.71813V5.71253C2.36928 5.45269 2.57919 5.271 2.87959 5.271L2.91234 5.27088C3.08872 5.27088 3.25922 5.32203 3.38269 5.39728C3.39391 5.404 3.40484 5.41697 3.39862 5.43422C3.39275 5.45066 3.33791 5.5975 3.33159 5.61413C3.32 5.64488 3.28816 5.62429 3.28816 5.62429C3.18056 5.56488 3.01241 5.51788 2.87131 5.51788C2.74431 5.51788 2.662 5.5855 2.662 5.67722V5.68269C2.662 5.78972 2.8025 5.83569 2.96537 5.88847L2.99353 5.8976C3.20872 5.96522 3.43919 6.05985 3.43919 6.31972L3.43916 6.32532ZM4.785 6.68688C4.785 6.68688 4.75066 6.69622 4.71975 6.70332C4.64228 6.7201 4.56447 6.73522 4.48634 6.74869C4.39463 6.76416 4.29997 6.77216 4.20472 6.77216C4.11419 6.77216 4.03187 6.76375 3.95897 6.7471C3.88547 6.73066 3.82181 6.70291 3.77025 6.66541C3.71841 6.62785 3.67678 6.57791 3.64913 6.52019C3.62091 6.462 3.60663 6.39085 3.60663 6.30854C3.60663 6.22741 3.62337 6.15569 3.65625 6.09453C3.68881 6.03394 3.73487 5.98163 3.79087 5.94166C3.84672 5.90144 3.912 5.87122 3.98431 5.85169C4.05603 5.83232 4.13306 5.82241 4.21244 5.82241C4.27066 5.82241 4.31944 5.82375 4.35706 5.82654L4.35794 5.82869C4.35794 5.82869 4.43144 5.83535 4.51081 5.84685V5.80763C4.51081 5.68419 4.485 5.62544 4.43437 5.58657C4.38262 5.54688 4.30503 5.5266 4.20509 5.5266C4.20509 5.5266 3.97934 5.52366 3.80119 5.62069C3.79297 5.62557 3.78597 5.62832 3.78597 5.62832C3.78597 5.62832 3.76369 5.63616 3.7555 5.61329L3.68966 5.43691C3.67966 5.41135 3.698 5.40003 3.698 5.40003C3.78147 5.33463 3.98372 5.29535 3.98372 5.29535C4.05075 5.28188 4.16303 5.2725 4.23241 5.2725C4.41759 5.2725 4.56047 5.31541 4.65806 5.40069C4.756 5.48594 4.80562 5.6241 4.80562 5.80991L4.80616 6.65654C4.80619 6.65654 4.80794 6.68104 4.785 6.68688ZM5.40703 6.71672C5.40703 6.73225 5.39597 6.74488 5.38047 6.74488H5.13453C5.11894 6.74488 5.10791 6.73225 5.10791 6.71672V4.73729C5.10791 4.72182 5.11897 4.70929 5.13453 4.70929H5.38047C5.396 4.70929 5.40703 4.72179 5.40703 4.73729V6.71672ZM6.94413 6.07894C6.94159 6.10285 6.91713 6.10303 6.91713 6.10303L5.98819 6.10235C5.99347 6.24347 6.02756 6.34282 6.09578 6.411C6.16281 6.47763 6.26981 6.52013 6.41328 6.52038C6.63375 6.52097 6.72781 6.47641 6.79425 6.4516C6.79425 6.4516 6.81987 6.44241 6.82925 6.46778L6.88981 6.63769C6.90197 6.66635 6.89222 6.67625 6.882 6.68204C6.82438 6.71435 6.68328 6.77403 6.41519 6.77494C6.28466 6.77535 6.17178 6.7566 6.07831 6.72044C5.98425 6.68397 5.90606 6.63225 5.84491 6.56582C5.78434 6.49997 5.73897 6.42063 5.71084 6.33007C5.68281 6.2401 5.66875 6.14072 5.66875 6.03375C5.66875 5.9291 5.68234 5.82916 5.70931 5.738C5.73634 5.64572 5.77887 5.56516 5.83512 5.49697C5.89156 5.42875 5.96331 5.37419 6.04856 5.3341C6.13381 5.29432 6.23906 5.27472 6.35488 5.27472C6.44619 5.27457 6.53659 5.29291 6.62063 5.32866C6.67884 5.35335 6.73703 5.39863 6.797 5.46269C6.83462 5.50328 6.89247 5.59207 6.91575 5.67963L6.91641 5.67982C6.97594 5.88844 6.94513 6.06907 6.94413 6.07894ZM7.71037 6.78047C7.54928 6.78047 7.39525 6.75516 7.23178 6.66875C7.20122 6.65107 7.17059 6.63532 7.14066 6.61353C7.13731 6.60891 7.12366 6.60344 7.13372 6.57722L7.133 6.57672L7.19769 6.39682C7.20716 6.36744 7.23484 6.37822 7.24078 6.382C7.25831 6.39328 7.27181 6.40257 7.29494 6.41603C7.48544 6.53678 7.66222 6.53775 7.71766 6.53775C7.85994 6.53775 7.94872 6.46191 7.94872 6.36019V6.35466C7.94872 6.24413 7.81291 6.20203 7.65475 6.15357L7.62 6.14275C7.40366 6.081 7.172 5.99163 7.172 5.71766V5.71207C7.172 5.45219 7.38188 5.2705 7.68231 5.2705L7.71513 5.27041C7.8915 5.27041 8.062 5.32157 8.18547 5.39682C8.19662 5.4035 8.20762 5.4165 8.20134 5.43375C8.19606 5.45019 8.14112 5.59703 8.13491 5.61366C8.12325 5.64438 8.09141 5.62382 8.09141 5.62382C7.98322 5.56438 7.81566 5.51741 7.67456 5.51741C7.54756 5.51741 7.46525 5.585 7.46525 5.67675V5.68222C7.46525 5.78922 7.60575 5.83522 7.76862 5.888L7.79678 5.89713C8.01256 5.96472 8.24244 6.05938 8.24244 6.31925V6.32479C8.24247 6.60585 8.03844 6.78047 7.71037 6.78047ZM9.33372 5.52654C9.32837 5.55447 9.30262 5.5535 9.30262 5.5535H8.99712L8.78819 6.73579C8.76625 6.858 8.73888 6.96291 8.70669 7.04738C8.67416 7.13266 8.64019 7.19516 8.58616 7.25482C8.53619 7.31016 8.47969 7.351 8.41478 7.37447C8.35028 7.39775 8.2725 7.40975 8.18713 7.40975C8.14638 7.40975 8.10288 7.409 8.05125 7.39682C8.01409 7.38807 7.99381 7.38182 7.96653 7.37207C7.95491 7.36788 7.94566 7.35341 7.95225 7.33507C7.95872 7.31647 8.01334 7.16629 8.02103 7.14657C8.0305 7.12247 8.05453 7.13163 8.05453 7.13163C8.07106 7.13857 8.08253 7.1435 8.10456 7.14788C8.12663 7.15229 8.15647 7.15607 8.17894 7.15607C8.21928 7.15607 8.25606 7.15113 8.28806 7.14035C8.32681 7.12735 8.34925 7.10507 8.37297 7.07479C8.39744 7.0435 8.41731 7.00041 8.43766 6.94291C8.45828 6.88466 8.47694 6.80775 8.49322 6.71428L8.70119 5.5535H8.49622C8.47153 5.55363 8.46359 5.5421 8.466 5.52363L8.50056 5.33079C8.50597 5.30275 8.53166 5.30382 8.53166 5.30382H8.74219L8.75353 5.24094C8.785 5.05475 8.84772 4.91325 8.93991 4.82035C9.03275 4.72675 9.16497 4.67935 9.33272 4.67935C9.37494 4.67888 9.41712 4.68216 9.45878 4.6891C9.48975 4.6945 9.52034 4.70175 9.55044 4.71085C9.55703 4.71344 9.57478 4.72222 9.5675 4.74316L9.49659 4.93788C9.49066 4.95253 9.48659 4.96147 9.45638 4.95222C9.44884 4.95 9.43769 4.94675 9.40894 4.94066C9.38806 4.93629 9.36066 4.93294 9.33275 4.93294C9.29903 4.93247 9.26544 4.93735 9.23322 4.94729C9.20381 4.95694 9.17719 4.9735 9.15556 4.99563C9.13241 5.01885 9.10506 5.05266 9.09053 5.09457C9.0565 5.19279 9.04303 5.29704 9.04156 5.30375H9.33806C9.36287 5.30363 9.37075 5.31516 9.36834 5.33363L9.33372 5.52654ZM10.6871 6.32157C10.6601 6.41269 10.6182 6.49266 10.5624 6.55969C10.5066 6.62672 10.4354 6.68032 10.352 6.71841C10.2685 6.75654 10.1697 6.77591 10.0586 6.77591C9.94747 6.77591 9.84869 6.75654 9.76462 6.71841C9.68112 6.68019 9.61006 6.62669 9.55416 6.55969C9.49831 6.49263 9.45637 6.41269 9.4295 6.32157C9.40275 6.23103 9.38916 6.13225 9.38916 6.027C9.38916 5.92178 9.40275 5.823 9.4295 5.73244C9.45653 5.64132 9.49841 5.56135 9.55416 5.49435C9.61 5.42732 9.68116 5.37347 9.76462 5.33444C9.84869 5.29544 9.94687 5.27563 10.0586 5.27563C10.1703 5.27563 10.2691 5.29532 10.3526 5.33444C10.4366 5.37322 10.5071 5.42735 10.563 5.49435C10.6189 5.56138 10.6607 5.64132 10.6877 5.73244H10.6871C10.7138 5.82297 10.7274 5.92235 10.7274 6.027C10.7274 6.13229 10.7138 6.23103 10.6871 6.32157ZM11.8238 5.34857L11.8244 5.34475C11.8156 5.37004 11.7704 5.49697 11.7544 5.53938C11.7484 5.5555 11.7384 5.56641 11.7206 5.56441C11.7206 5.56441 11.6673 5.55197 11.6188 5.55197C11.5767 5.55197 11.5347 5.55785 11.4942 5.5695C11.451 5.58291 11.4117 5.6065 11.3795 5.63829C11.3458 5.67122 11.3185 5.71713 11.2984 5.77469C11.278 5.83288 11.2678 5.92519 11.2678 6.0181V6.71185C11.2678 6.72738 11.2552 6.73994 11.2397 6.73997H10.9963C10.9808 6.73994 10.9682 6.72738 10.9681 6.71185V5.33019C10.9681 5.31466 10.9793 5.30216 10.9947 5.30216H11.2322C11.2478 5.30216 11.2588 5.31466 11.2588 5.33019L11.259 5.44307C11.2942 5.39485 11.3578 5.35316 11.4153 5.32725C11.4736 5.30113 11.5382 5.2815 11.6546 5.28882C11.7152 5.29257 11.794 5.30919 11.8098 5.31522C11.8101 5.31532 11.8104 5.31544 11.8106 5.31554C11.8234 5.321 11.8293 5.33579 11.8238 5.34857ZM12.9955 6.70338C12.8921 6.74438 12.748 6.77275 12.6075 6.77275C12.37 6.77275 12.1877 6.70457 12.0666 6.56935C11.9455 6.43469 11.8843 6.25069 11.8843 6.02372C11.8843 5.9185 11.8993 5.81913 11.929 5.7286C11.959 5.63747 12.0037 5.5575 12.0625 5.4905C12.1213 5.42344 12.1954 5.36957 12.283 5.33057C12.3706 5.29154 12.4729 5.27185 12.5881 5.27185C12.6657 5.27185 12.7345 5.27654 12.7939 5.2856C12.8574 5.29519 12.9412 5.31791 12.9767 5.33182C12.9833 5.33435 13.0011 5.34316 12.9938 5.36404C12.968 5.43694 12.9503 5.48453 12.9262 5.55097C12.9159 5.57925 12.8945 5.56988 12.8945 5.56988C12.8039 5.54157 12.7175 5.52844 12.6046 5.52844C12.4694 5.52844 12.3671 5.57432 12.3007 5.6625C12.2333 5.75185 12.1958 5.86829 12.1954 6.0235C12.1948 6.194 12.2372 6.31978 12.313 6.398C12.3882 6.47613 12.4941 6.5156 12.6264 6.5156C12.6799 6.5156 12.7307 6.512 12.7763 6.50482C12.8216 6.49775 12.8641 6.48366 12.9039 6.46844C12.9039 6.46844 12.9299 6.45838 12.9388 6.485H12.9391L13.0067 6.67078C13.0153 6.69385 12.9955 6.70338 12.9955 6.70338ZM14.3702 6.07894C14.3677 6.10285 14.3433 6.10303 14.3433 6.10303L13.4143 6.10235C13.4196 6.24347 13.4537 6.34282 13.5219 6.411C13.5889 6.47763 13.6953 6.52013 13.8394 6.52038C14.0598 6.52097 14.1539 6.47641 14.2203 6.4516C14.2203 6.4516 14.246 6.44241 14.2553 6.46778L14.3158 6.63769C14.328 6.66635 14.3183 6.67625 14.308 6.68204C14.2503 6.71435 14.1093 6.77403 13.8412 6.77494C13.7112 6.77535 13.5977 6.7566 13.5043 6.72044C13.4102 6.68397 13.332 6.63225 13.2709 6.56582C13.2097 6.49997 13.1644 6.42063 13.1362 6.33007C13.1084 6.2401 13.0942 6.14072 13.0942 6.03375C13.0942 5.9291 13.1079 5.82916 13.1349 5.738C13.1619 5.64572 13.2043 5.56516 13.2607 5.49697C13.3172 5.42875 13.3889 5.37419 13.4741 5.3341C13.5594 5.29432 13.6646 5.27472 13.7804 5.27472C13.8717 5.27457 13.9622 5.29291 14.0462 5.32866C14.1044 5.35335 14.1626 5.39863 14.2226 5.46269C14.2602 5.50328 14.318 5.59207 14.3413 5.67963L14.3426 5.67982C14.4021 5.88844 14.3713 6.06907 14.3702 6.07894Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.7587 5.52026C13.637 5.52026 13.5504 5.56786 13.4936 5.65489C13.4556 5.71189 13.4314 5.78536 13.4183 5.87348L14.0797 5.87361C14.0735 5.78833 14.0568 5.71223 14.0186 5.65489C13.961 5.56811 13.8804 5.52026 13.7587 5.52026Z", fill: "currentColor" }));
|
|
416
416
|
|
|
417
|
+
const SvgSalesforceProduct = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 66 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.30815 2.94586C8.00129 3.13411 7.75562 3.25272 7.509 3.37602C6.58748 3.86737 5.7272 4.29754 4.80568 4.78795C4.74167 4.82431 4.68966 4.87863 4.6562 4.94421C4.62274 5.0098 4.60923 5.08376 4.61736 5.15693V23.7755C4.61736 24.0212 4.55624 24.2057 4.31057 24.2669C3.85464 24.4552 3.36009 24.5312 2.86866 24.4884C2.37722 24.4457 1.90328 24.2854 1.48672 24.0212C1.18046 23.8059 0.919692 23.5323 0.7194 23.216C0.519108 22.8997 0.383245 22.547 0.319539 22.1782C0.16509 21.182 0.102006 20.1737 0.131213 19.166C0.0700298 14.2497 0.00884184 9.27315 0.00884184 4.35683C-0.0391441 3.57511 0.108741 2.79379 0.439038 2.08366C0.717224 1.49016 1.19816 1.01548 1.79523 0.745067C2.39231 0.474657 3.06627 0.42627 3.69584 0.608649C4.56928 0.871444 5.39798 1.26499 6.15361 1.77586C6.82945 2.14484 7.50528 2.51287 8.11994 2.88186C8.18583 2.82255 8.24697 2.88373 8.30815 2.94586Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M8.42562 21.8722V16.5257C8.42418 16.4535 8.44058 16.382 8.47342 16.3176C8.50627 16.2532 8.55449 16.198 8.61384 16.1568C10.7035 14.9886 12.7931 13.8214 14.8206 12.6542C15.3732 12.3464 15.9267 12.0396 16.5404 11.6706C16.1852 11.4424 15.8157 11.2371 15.4343 11.0559C14.5128 10.5025 13.5914 10.0111 12.6699 9.45577C12.6245 9.42494 12.5708 9.40843 12.5159 9.40843C12.461 9.40843 12.4075 9.42494 12.3621 9.45577C11.1949 10.1928 10.0889 10.8677 8.92074 11.6066C8.85956 11.6066 8.85957 11.6678 8.79745 11.6678V7.73511C8.7957 7.65403 8.81159 7.57356 8.8441 7.49927C8.87661 7.42498 8.92492 7.35866 8.98566 7.30494C10.0305 6.56791 11.0744 5.89301 12.058 5.1541C12.1147 5.12386 12.1778 5.10806 12.242 5.10806C12.3062 5.10806 12.3695 5.12386 12.4261 5.1541C13.838 5.95325 15.3139 6.81358 16.7277 7.61179C17.7104 8.16432 18.6941 8.71779 19.7399 9.27032C20.4878 9.65971 21.1069 10.2573 21.5226 10.991C21.7844 11.4684 21.8896 12.016 21.8234 12.5565C21.7572 13.097 21.5229 13.603 21.1536 14.0031C20.6679 14.5555 20.0846 15.0137 19.433 15.3548C18.021 16.1539 16.6675 17.0143 15.2546 17.8125C13.4728 18.8573 11.7521 19.84 9.97026 20.8848C9.40926 21.2576 8.91697 21.5607 8.42562 21.8722Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M27.4988 4.11411V5.22235H29.7801V6.3294H27.4988V8.05733H26.0251V3.00706H30.0847V4.11411H27.4988Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M30.7439 3.02145H32.2175V8.04298H30.7439V3.02145Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M35.1578 6.7201H34.3501V8.04329H32.8765V3.02115H35.2398C36.6579 3.02115 37.5476 3.72286 37.5476 4.8838C37.5622 5.21576 37.4748 5.54445 37.2967 5.82812C37.1185 6.11179 36.8575 6.33764 36.5469 6.47701L37.6567 8.04269H36.1018L35.1578 6.7201ZM35.1855 4.1282H34.3778V5.58611H35.1843C35.7959 5.58611 36.1018 5.31608 36.1018 4.85685C36.074 4.42517 35.7959 4.1282 35.1843 4.1282H35.1855Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M42.4588 6.93624V8.04329H38.316V3.02115H42.3755V4.1282H39.7619V4.96642H42.0697V6.01958H39.7619V6.93744L42.4588 6.93624Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M44.5914 4.11406V5.22231H46.8727V6.32936H44.5914V8.05729H43.1178V3.00701H47.1773V4.11406H44.5914Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M47.8364 3.02115H49.31V6.90929H51.7825V8.04329H47.8623V3.02115H47.8364Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M52.4415 3.02145H53.9151V8.04298H52.4415V3.02145Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M59.4959 3.02145V8.04298H58.3004L56.0191 5.37026V8.04298H54.5745V3.02145H55.77L58.0513 5.69417V3.02145H59.4959Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M62.1569 6.22067L61.602 6.78766V8.05637H60.1549V3.00789H61.6008V5.08667L63.6028 3.00789H65.2151L63.1021 5.22318L65.3267 8.03122H63.6305L62.1569 6.22067Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M28.2005 15.079V16.852H31.8502V18.6231H28.2005V21.3876H25.8429V13.3078H32.3375V15.079H28.2005Z", fill: "#00A5E3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.5793 21.5176C36.8137 21.5176 36.11 21.3398 35.4682 20.9841C34.8341 20.6284 34.3276 20.1335 33.9487 19.4994C33.5776 18.8576 33.392 18.1384 33.392 17.3419C33.392 16.5454 33.5776 15.8302 33.9487 15.1961C34.3276 14.562 34.8341 14.0671 35.4682 13.7114C36.11 13.3557 36.8137 13.1778 37.5793 13.1778C38.3448 13.1778 39.0446 13.3557 39.6787 13.7114C40.3206 14.0671 40.8232 14.562 41.1866 15.1961C41.5578 15.8302 41.7434 16.5454 41.7434 17.3419C41.7434 18.1384 41.5578 18.8576 41.1866 19.4994C40.8155 20.1335 40.3128 20.6284 39.6787 20.9841C39.0446 21.3398 38.3448 21.5176 37.5793 21.5176ZM37.5793 19.7082C38.2288 19.7082 38.7469 19.4916 39.1336 19.0586C39.5279 18.6256 39.7251 18.0533 39.7251 17.3419C39.7251 16.6228 39.5279 16.0505 39.1336 15.6252C38.7469 15.1922 38.2288 14.9757 37.5793 14.9757C36.922 14.9757 36.3962 15.1883 36.0018 15.6136C35.6151 16.0389 35.4218 16.615 35.4218 17.3419C35.4218 18.0611 35.6151 18.6372 36.0018 19.0702C36.3962 19.4955 36.922 19.7082 37.5793 19.7082Z", fill: "#00A5E3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M46.9504 21.419L45.2569 18.3453H44.7813V21.419H42.7979V13.2764H46.1268C46.7686 13.2764 47.3138 13.3885 47.7623 13.6128C48.2185 13.837 48.5588 14.1463 48.783 14.5407C49.0073 14.9274 49.1194 15.3604 49.1194 15.8398C49.1194 16.3811 48.9648 16.8644 48.6554 17.2897C48.3539 17.715 47.9054 18.0166 47.3099 18.1945L49.189 21.419H46.9504ZM44.7813 16.9417H46.0108C46.3743 16.9417 46.6449 16.8528 46.8228 16.675C47.0084 16.4971 47.1012 16.2458 47.1012 15.921C47.1012 15.6117 47.0084 15.3681 46.8228 15.1903C46.6449 15.0124 46.3743 14.9235 46.0108 14.9235H44.7813V16.9417Z", fill: "#00A5E3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M50.2434 17.3535C50.2434 16.5493 50.4174 15.834 50.7654 15.2077C51.1133 14.5736 51.5966 14.0825 52.2153 13.7346C52.8416 13.3789 53.5492 13.201 54.3379 13.201C55.3045 13.201 56.1319 13.4562 56.8202 13.9666C57.5084 14.4769 57.9685 15.1729 58.2005 16.0544H56.0198C55.8574 15.7142 55.6254 15.4551 55.3239 15.2773C55.03 15.0994 54.6936 15.0105 54.3147 15.0105C53.7038 15.0105 53.2089 15.2231 52.83 15.6484C52.4511 16.0737 52.2617 16.6421 52.2617 17.3535C52.2617 18.0649 52.4511 18.6333 52.83 19.0586C53.2089 19.4839 53.7038 19.6966 54.3147 19.6966C54.6936 19.6966 55.03 19.6076 55.3239 19.4298C55.6254 19.2519 55.8574 18.9929 56.0198 18.6526H58.2005C57.9685 19.5342 57.5084 20.2301 56.8202 20.7405C56.1319 21.2431 55.3045 21.4944 54.3379 21.4944C53.5492 21.4944 52.8416 21.3204 52.2153 20.9725C51.5966 20.6168 51.1133 20.1257 50.7654 19.4994C50.4174 18.873 50.2434 18.1577 50.2434 17.3535Z", fill: "#00A5E3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M61.2383 14.8655V16.5126H63.8946V18.0437H61.2383V19.83H64.2425V21.419H59.2549V13.2764H64.2425V14.8655H61.2383Z", fill: "#00A5E3" }));
|
|
418
|
+
|
|
417
419
|
const SvgMsDynamic = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 10 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.0318604 16V5.16323L3.06376 7.08443L0.272016 15.5797L9.96808 5.58349V10.5066L0.0318604 16Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.36583 7.32458L0.0318604 4.23265V0L9.45776 5.01313L6.36583 7.32458Z", fill: "currentColor" }));
|
|
418
420
|
|
|
419
421
|
const SvgAllProjects = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.45455 15.6364C1.05455 15.6364 0.712121 15.4939 0.427273 15.2091C0.142424 14.9243 0 14.5818 0 14.1818V6.18183H1.45455V14.1818H13.8182V15.6364H1.45455ZM4.36364 12.7273C3.96364 12.7273 3.62121 12.5849 3.33636 12.3C3.05152 12.0152 2.90909 11.6727 2.90909 11.2727V3.27274H6.54545V1.81819C6.54545 1.41819 6.68788 1.07577 6.97273 0.79092C7.25758 0.506072 7.6 0.363647 8 0.363647H10.9091C11.3091 0.363647 11.6515 0.506072 11.9364 0.79092C12.2212 1.07577 12.3636 1.41819 12.3636 1.81819V3.27274H16V11.2727C16 11.6727 15.8576 12.0152 15.5727 12.3C15.2879 12.5849 14.9455 12.7273 14.5455 12.7273H4.36364ZM4.36364 11.2727H14.5455V4.72728H4.36364V11.2727ZM8 3.27274H10.9091V1.81819H8V3.27274Z", fill: "currentColor" }));
|
|
@@ -440,6 +442,8 @@ const SvgSwitchLicenseIcon = (props) => /* @__PURE__ */ React__namespace.createE
|
|
|
440
442
|
|
|
441
443
|
const SvgFireflinkLogo = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 238 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M61.4537 17.8485V22.8928H71.6263V27.9317H61.4537V35.7966H54.8828V12.8096H72.9844V17.8485H61.4537Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M76.4541 12.8095H83.025V35.6658H76.4541V12.8095Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M97.9099 29.6458H94.3082V35.6685H87.7373V12.8095H98.2755C104.599 12.8095 108.566 16.0035 108.566 21.2876C108.631 22.7986 108.242 24.2947 107.447 25.5858C106.653 26.877 105.489 27.905 104.104 28.5394L109.053 35.6658H102.119L97.9099 29.6458ZM98.0336 17.8484H94.4319V24.4843H98.0281C100.755 24.4843 102.119 23.2552 102.119 21.165C101.995 19.2001 100.755 17.8484 98.0281 17.8484H98.0336Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M131.006 30.6296V35.6685H112.533V12.8095H130.635V17.8484H118.98V21.6637H129.271V26.4573H118.98V30.6351L131.006 30.6296Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M141.421 17.8484V22.8928H151.593V27.9317H141.421V35.7966H134.85V12.8095H152.951V17.8484H141.421Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M156.298 12.8095H162.869V30.507H173.894V35.6685H156.413V12.8095H156.298Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M176.752 12.8095H183.323V35.6658H176.752V12.8095Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M210.104 12.8095V35.6658H204.773L194.601 23.5005V35.6658H188.159V12.8095H193.49L203.663 24.9748V12.8095H210.104Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M223.866 27.4329L221.391 30.0137V35.7884H214.938V12.8095H221.386V22.2714L230.313 12.8095H237.502L228.08 22.8928L238 35.6739H230.436L223.866 27.4329Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.7502 4.88842C16.1316 5.25632 15.6341 5.50162 15.1392 5.74961C13.2807 6.7334 11.5431 7.59181 9.68453 8.5756C9.5558 8.64839 9.45159 8.75748 9.3855 8.88897C9.31942 9.02047 9.29442 9.16842 9.31335 9.31412V46.5486C9.31335 47.0391 9.18969 47.4097 8.69481 47.5323C7.77434 47.9098 6.7758 48.0623 5.78338 47.9769C4.79096 47.8916 3.83353 47.5709 2.99243 47.0418C2.37431 46.6111 1.84823 46.0636 1.44391 45.4309C1.0396 44.7982 0.765171 44.0926 0.636432 43.3546C0.327663 41.3625 0.203398 39.3465 0.265245 37.3319C0.141525 27.4994 0.0178993 17.547 0.0178993 7.7145C-0.0791099 6.15032 0.219297 4.58688 0.886463 3.16613C1.44789 1.9794 2.41841 1.03032 3.62304 0.489747C4.82768 -0.050828 6.18734 -0.147392 7.45741 0.217461C9.21628 0.744425 10.8848 1.5318 12.4063 2.55294C13.781 3.29147 15.1337 4.0273 16.3736 4.76583C16.5028 4.64047 16.6265 4.76306 16.7502 4.88842Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.9984 42.736V32.0423C16.9942 31.8984 17.026 31.7558 17.0907 31.6269C17.1555 31.4981 17.2512 31.3871 17.3696 31.3038C21.5843 28.9683 25.7989 26.6328 29.8926 24.3001C31.0089 23.6869 32.1253 23.071 33.3625 22.3324C32.6455 21.8761 31.8998 21.4656 31.13 21.1034C29.2715 19.997 27.41 19.0132 25.5515 17.9095C25.46 17.8474 25.3516 17.8141 25.2407 17.8141C25.1298 17.8141 25.0218 17.8474 24.9303 17.9095C22.5741 19.3838 20.3443 20.7354 17.9881 22.2098C17.8644 22.2098 17.8645 22.3324 17.7408 22.3324V14.4676C17.7361 14.3059 17.7667 14.1452 17.8307 13.9965C17.8948 13.8478 17.9909 13.7147 18.112 13.6064C20.2207 12.132 22.3267 10.7803 24.3117 9.306C24.4263 9.24517 24.5543 9.21335 24.6843 9.21335C24.8142 9.21335 24.9422 9.24517 25.0568 9.306C27.9079 10.903 30.8853 12.6253 33.7364 14.2113C35.7187 15.3177 37.7036 16.4242 39.8096 17.5279C41.3189 18.3064 42.568 19.502 43.4057 20.9698C43.934 21.9245 44.1462 23.0195 44.0125 24.1002C43.8788 25.1809 43.406 26.1927 42.6607 26.9925C41.681 28.0979 40.5036 29.0144 39.1881 29.6959C36.337 31.2929 33.6099 33.0152 30.7588 34.6013C27.1627 36.6915 23.6929 38.6563 20.0968 40.7466C18.9806 41.5069 17.9909 42.1255 16.9984 42.736Z", fill: "currentColor" }));
|
|
442
444
|
|
|
445
|
+
const SvgFireflinkPlatformProduct = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 77 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#filter0_d_2095_21463)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.3081 2.44586C12.0013 2.63411 11.7556 2.75272 11.509 2.87602C10.5875 3.36737 9.7272 3.79754 8.80568 4.28795C8.74167 4.32431 8.68966 4.37863 8.6562 4.44421C8.62274 4.5098 8.60923 4.58376 8.61736 4.65693V23.2755C8.61736 23.5212 8.55624 23.7057 8.31057 23.7669C7.85464 23.9552 7.36009 24.0312 6.86866 23.9884C6.37722 23.9457 5.90328 23.7854 5.48672 23.5212C5.18046 23.3059 4.91969 23.0323 4.7194 22.716C4.51911 22.3997 4.38324 22.047 4.31954 21.6782C4.16509 20.682 4.10201 19.6737 4.13121 18.666C4.07003 13.7497 4.00884 8.77315 4.00884 3.85683C3.96086 3.07511 4.10874 2.29379 4.43904 1.58366C4.71722 0.990161 5.19816 0.515478 5.79523 0.245067C6.39231 -0.0253429 7.06627 -0.0737303 7.69584 0.108649C8.56928 0.371444 9.39798 0.764987 10.1536 1.27586C10.8294 1.64484 11.5053 2.01287 12.1199 2.38186C12.1858 2.32255 12.247 2.38373 12.3081 2.44586Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.4256 21.3723V16.0258C12.4242 15.9536 12.4406 15.8821 12.4734 15.8177C12.5063 15.7533 12.5545 15.6981 12.6138 15.6569C14.7035 14.4887 16.7931 13.3215 18.8206 12.1543C19.3732 11.8465 19.9267 11.5397 20.5404 11.1707C20.1852 10.9425 19.8157 10.7372 19.4343 10.556C18.5128 10.0026 17.5914 9.51123 16.6699 8.95587C16.6245 8.92503 16.5708 8.90853 16.5159 8.90853C16.461 8.90853 16.4075 8.92503 16.3621 8.95587C15.1949 9.6929 14.0889 10.3678 12.9207 11.1067C12.8596 11.1067 12.8596 11.1679 12.7974 11.1679V7.2352C12.7957 7.15413 12.8116 7.07365 12.8441 6.99937C12.8766 6.92508 12.9249 6.85876 12.9857 6.80504C14.0305 6.06801 15.0744 5.39311 16.058 4.6542C16.1147 4.62396 16.1778 4.60815 16.242 4.60815C16.3062 4.60815 16.3695 4.62396 16.4261 4.6542C17.838 5.45335 19.3139 6.31368 20.7277 7.11188C21.7104 7.66442 22.6941 8.21789 23.7399 8.77042C24.4878 9.15981 25.1069 9.75743 25.5226 10.4911C25.7844 10.9685 25.8896 11.5161 25.8234 12.0566C25.7572 12.5971 25.5229 13.1031 25.1536 13.5032C24.6679 14.0556 24.0846 14.5138 23.433 14.8549C22.021 15.654 20.6675 16.5144 19.2546 17.3126C17.4728 18.3574 15.7521 19.3401 13.9703 20.3849C13.4093 20.7577 12.917 21.0607 12.4256 21.3723Z", fill: "white" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#filter1_d_2095_21463)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M31.6878 5.84978V6.8041H33.6522V7.75739H31.6878V9.24533H30.4188V4.89648H33.9145V5.84978H31.6878Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M34.4146 4.90894H35.6835V9.23304H34.4146V4.90894Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M38.1479 8.09389H37.4524V9.23331H36.1835V4.90869H38.2186C39.4397 4.90869 40.2058 5.51294 40.2058 6.51263C40.2184 6.7985 40.1432 7.08153 39.9898 7.3258C39.8363 7.57007 39.6116 7.76456 39.3441 7.88457L40.2998 9.23279H38.9608L38.1479 8.09389ZM38.1718 5.86198H37.4763V7.1174H38.1708C38.6975 7.1174 38.9608 6.88488 38.9608 6.48943C38.9369 6.11771 38.6975 5.86198 38.1708 5.86198H38.1718Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M44.3672 8.28001V9.23331H40.7998V4.90869H44.2955V5.86198H42.0449V6.58378H44.0321V7.49067H42.0449V8.28105L44.3672 8.28001Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M46.1361 5.84978V6.8041H48.1006V7.75739H46.1361V9.24533H44.8672V4.89648H48.3629V5.84978H46.1361Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M48.8628 4.90869H50.1317V8.25681H52.2608V9.23331H48.8851V4.90869H48.8628Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M52.7609 4.90894H54.0298V9.23304H52.7609V4.90894Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M58.7677 4.90894V9.23304H57.7382L55.7738 6.93152V9.23304H54.5298V4.90894H55.5593L57.5237 7.21045V4.90894H58.7677Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M60.9917 7.66377L60.5138 8.15202V9.24452H59.2677V4.89722H60.5127V6.68728L62.2367 4.89722H63.6251L61.8056 6.80483L63.7212 9.22286H62.2606L60.9917 7.66377Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M69.8173 8.47762H68.1378L67.8686 9.246H66.7212L68.3493 4.896H69.6185L71.2467 9.246H70.0865L69.8173 8.47762ZM69.5352 7.65967L68.9775 6.06715L68.4263 7.65967H69.5352Z", fill: "white" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M72.8428 4.896V9.246H71.7467V4.896H72.8428Z", fill: "white" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#filter2_d_2095_21463)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M34.7599 15.1687C34.7599 15.5001 34.6839 15.8042 34.5318 16.0813C34.3797 16.3528 34.1461 16.5728 33.8311 16.7412C33.516 16.9096 33.1249 16.9938 32.6578 16.9938H31.7941V19.047H30.4009V13.3273H32.6578C33.1141 13.3273 33.4997 13.4061 33.8148 13.5636C34.1298 13.7211 34.3661 13.9384 34.5236 14.2154C34.6811 14.4925 34.7599 14.8102 34.7599 15.1687ZM32.5519 15.8857C32.818 15.8857 33.0163 15.8232 33.1467 15.6983C33.277 15.5734 33.3422 15.3968 33.3422 15.1687C33.3422 14.9406 33.277 14.764 33.1467 14.6391C33.0163 14.5142 32.818 14.4517 32.5519 14.4517H31.7941V15.8857H32.5519Z", fill: "url(#paint0_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M36.8785 17.9715H38.7036V19.047H35.4852V13.3273H36.8785V17.9715Z", fill: "url(#paint1_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M42.9287 18.0367H40.794L40.4518 19.047H38.9934L41.0629 13.3273H42.6761L44.7456 19.047H43.2709L42.9287 18.0367ZM42.5702 16.9612L41.8614 14.8672L41.1606 16.9612H42.5702Z", fill: "url(#paint2_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M49.4901 13.3273V14.4436H47.9746V19.047H46.5814V14.4436H45.0659V13.3273H49.4901Z", fill: "url(#paint3_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M53.9129 13.3273V14.4436H51.5826V15.6494H53.3262V16.7331H51.5826V19.047H50.1893V13.3273H53.9129Z", fill: "url(#paint4_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M57.3502 19.1041C56.8124 19.1041 56.3181 18.9791 55.8673 18.7293C55.4219 18.4794 55.0661 18.1318 54.7999 17.6864C54.5392 17.2355 54.4088 16.7304 54.4088 16.1709C54.4088 15.6114 54.5392 15.109 54.7999 14.6636C55.0661 14.2181 55.4219 13.8705 55.8673 13.6206C56.3181 13.3708 56.8124 13.2458 57.3502 13.2458C57.8879 13.2458 58.3795 13.3708 58.8249 13.6206C59.2758 13.8705 59.6288 14.2181 59.8841 14.6636C60.1448 15.109 60.2752 15.6114 60.2752 16.1709C60.2752 16.7304 60.1448 17.2355 59.8841 17.6864C59.6234 18.1318 59.2703 18.4794 58.8249 18.7293C58.3795 18.9791 57.8879 19.1041 57.3502 19.1041ZM57.3502 17.833C57.8064 17.833 58.1704 17.6809 58.442 17.3767C58.719 17.0726 58.8575 16.6706 58.8575 16.1709C58.8575 15.6657 58.719 15.2638 58.442 14.965C58.1704 14.6608 57.8064 14.5087 57.3502 14.5087C56.8885 14.5087 56.5191 14.6581 56.2421 14.9569C55.9705 15.2556 55.8347 15.6603 55.8347 16.1709C55.8347 16.676 55.9705 17.0807 56.2421 17.3849C56.5191 17.6836 56.8885 17.833 57.3502 17.833Z", fill: "url(#paint5_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M63.9672 19.047L62.7776 16.8879H62.4436V19.047H61.0503V13.3273H63.3887C63.8396 13.3273 64.2225 13.4061 64.5376 13.5636C64.858 13.7211 65.097 13.9384 65.2546 14.2154C65.4121 14.487 65.4908 14.7912 65.4908 15.128C65.4908 15.5082 65.3822 15.8477 65.1649 16.1464C64.9531 16.4452 64.638 16.657 64.2198 16.782L65.5397 19.047H63.9672ZM62.4436 15.902H63.3072C63.5625 15.902 63.7527 15.8395 63.8776 15.7146C64.0079 15.5897 64.0731 15.4131 64.0731 15.185C64.0731 14.9677 64.0079 14.7966 63.8776 14.6717C63.7527 14.5468 63.5625 14.4843 63.3072 14.4843H62.4436V15.902Z", fill: "url(#paint6_linear_2095_21463)", shapeRendering: "crispEdges" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M72.8429 13.3273V19.047H71.4496V15.6168L70.1704 19.047H69.046L67.7587 15.6087V19.047H66.3654V13.3273H68.0113L69.6164 17.2871L71.2052 13.3273H72.8429Z", fill: "url(#paint7_linear_2095_21463)", shapeRendering: "crispEdges" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("filter", { id: "filter0_d_2095_21463", x: 0, y: 0, width: 29.8427, height: 32, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 4 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 2 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2095_21463" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2095_21463", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "filter1_d_2095_21463", x: 26.4188, y: 4.896, width: 50.4241, height: 12.3501, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 4 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 2 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2095_21463" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2095_21463", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "filter2_d_2095_21463", x: 26.4009, y: 13.2458, width: 50.442, height: 13.8582, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 4 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 2 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.6 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_2095_21463" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_2095_21463", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint0_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint1_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint2_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint3_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint4_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint5_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint6_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint7_linear_2095_21463", x1: 72.8429, y1: 16.175, x2: 30.4009, y2: 16.175, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#F7EBFF" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#ECD7FD", stopOpacity: 0.9 }))));
|
|
446
|
+
|
|
443
447
|
const SvgWswbDeleteIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.77783 17.4447C7.77783 17.8571 7.94168 18.2527 8.23333 18.5443C8.52498 18.836 8.92054 18.9998 9.333 18.9998H15.556C15.9685 18.9998 16.364 18.836 16.6557 18.5443C16.9473 18.2527 17.1112 17.8571 17.1112 17.4447V8.11133H7.77783V17.4447Z", fill: "currentColor" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.1667 5.77817L14.3897 5H10.5L9.723 5.77817H7V7.33333H17.8885V5.77817H15.1667Z", fill: "currentColor" }));
|
|
444
448
|
|
|
445
449
|
const SvgWswbPlusIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { opacity: 0.4 }, /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.25 5.25C12.6796 5.25 13.0278 5.59822 13.0278 6.02778V11.4722H18.4722C18.9018 11.4722 19.25 11.8204 19.25 12.25C19.25 12.6796 18.9018 13.0278 18.4722 13.0278H13.0278V18.4722C13.0278 18.9018 12.6796 19.25 12.25 19.25C11.8204 19.25 11.4722 18.9018 11.4722 18.4722V13.0278H6.02778C5.59822 13.0278 5.25 12.6796 5.25 12.25C5.25 11.8204 5.59822 11.4722 6.02778 11.4722H11.4722V6.02778C11.4722 5.59822 11.8204 5.25 12.25 5.25Z", fill: "currentColor" })));
|
|
@@ -1244,6 +1248,7 @@ Components['web_icon'] = SvgWebIcon;
|
|
|
1244
1248
|
Components['web&mobile_icon'] = SvgWebmobileIcon;
|
|
1245
1249
|
Components['mobile_icon'] = SvgMobileIcon;
|
|
1246
1250
|
Components['sales_force'] = SvgSalesForce;
|
|
1251
|
+
Components['salesforce_product'] = SvgSalesforceProduct;
|
|
1247
1252
|
Components['ms_dynamic'] = SvgMsDynamic;
|
|
1248
1253
|
Components['all_projects'] = SvgAllProjects;
|
|
1249
1254
|
Components['android_icon'] = SvgAndroidIcon;
|
|
@@ -1254,6 +1259,7 @@ Components['ios_icon'] = SvgIosIcon;
|
|
|
1254
1259
|
Components['help_icon'] = SvgHelpIcon;
|
|
1255
1260
|
Components['select_license'] = SvgSwitchLicenseIcon;
|
|
1256
1261
|
Components['fireflink-logo'] = SvgFireflinkLogo;
|
|
1262
|
+
Components['fireflink_product_logo'] = SvgFireflinkPlatformProduct;
|
|
1257
1263
|
Components['wswb_delete_icon'] = SvgWswbDeleteIcon;
|
|
1258
1264
|
Components['wswb_plus_icon'] = SvgWswbPlusIcon;
|
|
1259
1265
|
Components['local_variable_icon'] = SvgLocalVariableIcon;
|
|
@@ -1609,6 +1615,7 @@ const Icon = /*#__PURE__*/React.forwardRef(({
|
|
|
1609
1615
|
y,
|
|
1610
1616
|
chartIcon = false,
|
|
1611
1617
|
tabIndex = -1,
|
|
1618
|
+
cursorType,
|
|
1612
1619
|
...props
|
|
1613
1620
|
}, ref) => {
|
|
1614
1621
|
const IconComponent = Components[name];
|
|
@@ -1635,7 +1642,7 @@ const Icon = /*#__PURE__*/React.forwardRef(({
|
|
|
1635
1642
|
style: {
|
|
1636
1643
|
height: `${iconHeight}px`,
|
|
1637
1644
|
width: `${iconWidth}px`,
|
|
1638
|
-
cursor: disabled ? 'not-allowed' : hoverEffect ? 'pointer' : 'default'
|
|
1645
|
+
cursor: disabled ? 'not-allowed' : hoverEffect && cursorType ? cursorType : hoverEffect ? 'pointer' : 'default'
|
|
1639
1646
|
},
|
|
1640
1647
|
className: classNames('ff-icon-container', {
|
|
1641
1648
|
'ff-icon-click': hoverEffect,
|
|
@@ -1974,15 +1981,19 @@ const Tooltip = ({
|
|
|
1974
1981
|
width: titleWidth
|
|
1975
1982
|
});
|
|
1976
1983
|
};
|
|
1977
|
-
React.
|
|
1984
|
+
React.useLayoutEffect(() => {
|
|
1978
1985
|
if (isVisible) {
|
|
1979
1986
|
calculateDim();
|
|
1980
1987
|
}
|
|
1981
1988
|
}, [isVisible]);
|
|
1989
|
+
const showTooltip = () => {
|
|
1990
|
+
calculateDim();
|
|
1991
|
+
setIsVisible(true);
|
|
1992
|
+
};
|
|
1982
1993
|
return jsxRuntime.jsxs(Element, {
|
|
1983
1994
|
ref: tooltipContainerRef,
|
|
1984
1995
|
className: classNames('ff-tooltip-container', currentTheme),
|
|
1985
|
-
onMouseEnter:
|
|
1996
|
+
onMouseEnter: showTooltip,
|
|
1986
1997
|
onMouseLeave: () => setIsVisible(false),
|
|
1987
1998
|
style: style,
|
|
1988
1999
|
children: [children, isVisible && !disabled && !isTitleEmpty(title) && /*#__PURE__*/ReactDOM.createPortal(jsxRuntime.jsx(Element, {
|
|
@@ -6100,7 +6111,8 @@ const Dropdown$1 = /*#__PURE__*/React.forwardRef(({
|
|
|
6100
6111
|
showArrowIcon = true,
|
|
6101
6112
|
showClearIcon = false,
|
|
6102
6113
|
noResultsMessage,
|
|
6103
|
-
searchedIcon = ''
|
|
6114
|
+
searchedIcon = '',
|
|
6115
|
+
dropDownHeight = 160
|
|
6104
6116
|
}, ref) => {
|
|
6105
6117
|
const themeContext = React.useContext(ThemeContext);
|
|
6106
6118
|
const currentTheme = themeContext?.currentTheme;
|
|
@@ -6194,10 +6206,9 @@ const Dropdown$1 = /*#__PURE__*/React.forwardRef(({
|
|
|
6194
6206
|
// Calculate height for virtualization
|
|
6195
6207
|
const listHeight = React.useMemo(() => {
|
|
6196
6208
|
if (checkEmpty(options)) return 32;
|
|
6197
|
-
if (options.length > 5) return
|
|
6209
|
+
if (options.length > 5) return dropDownHeight;
|
|
6198
6210
|
return options.length * optionHeight;
|
|
6199
6211
|
}, [options]);
|
|
6200
|
-
// Render function for virtualized items
|
|
6201
6212
|
const renderOptionRow = ({
|
|
6202
6213
|
index,
|
|
6203
6214
|
style
|
|
@@ -6354,7 +6365,8 @@ const Select$1 = ({
|
|
|
6354
6365
|
background = '',
|
|
6355
6366
|
borderRadius = '0px',
|
|
6356
6367
|
noResultsMessage,
|
|
6357
|
-
dropDownRef
|
|
6368
|
+
dropDownRef,
|
|
6369
|
+
dropDownHeight = 160
|
|
6358
6370
|
}) => {
|
|
6359
6371
|
const selectWidth = typeof width === 'number' ? `${width}px` : width;
|
|
6360
6372
|
const memoizedOptionsList = React.useMemo(() => optionsList, [optionsList]);
|
|
@@ -6634,7 +6646,8 @@ const Select$1 = ({
|
|
|
6634
6646
|
showClearIcon: showClearIcon,
|
|
6635
6647
|
noResultsMessage: noResultsMessage,
|
|
6636
6648
|
ref: dropDownRef,
|
|
6637
|
-
searchedIcon: searchedIcon
|
|
6649
|
+
searchedIcon: searchedIcon,
|
|
6650
|
+
dropDownHeight: dropDownHeight
|
|
6638
6651
|
}), document.body)
|
|
6639
6652
|
}), showClearIcon && jsxRuntime.jsx(Tooltip, {
|
|
6640
6653
|
title: "Cancel",
|
|
@@ -6857,7 +6870,7 @@ const Option$1 = ({
|
|
|
6857
6870
|
children: option.label
|
|
6858
6871
|
})]
|
|
6859
6872
|
});
|
|
6860
|
-
const calculatePosition = (menuPosition, dropdownPlacement, optionCardHeight, optionCardWidth) => {
|
|
6873
|
+
const calculatePosition = (menuPosition, dropdownPlacement, optionCardHeight, optionCardWidth, isAddResourceButton) => {
|
|
6861
6874
|
const {
|
|
6862
6875
|
top,
|
|
6863
6876
|
left,
|
|
@@ -6879,6 +6892,11 @@ const calculatePosition = (menuPosition, dropdownPlacement, optionCardHeight, op
|
|
|
6879
6892
|
break;
|
|
6880
6893
|
case 'down':
|
|
6881
6894
|
newTop = availableSpace.bottom > optionCardHeight + gap ? top + height + gap : top - optionCardHeight - gap;
|
|
6895
|
+
if (isAddResourceButton) {
|
|
6896
|
+
if (!(availableSpace?.bottom > optionCardHeight + gap)) {
|
|
6897
|
+
newLeft = left + 50;
|
|
6898
|
+
}
|
|
6899
|
+
}
|
|
6882
6900
|
break;
|
|
6883
6901
|
case 'left':
|
|
6884
6902
|
newLeft = availableSpace.left > width + gap ? left - width - gap : left + width + gap;
|
|
@@ -6929,7 +6947,7 @@ const OptionCard = ({
|
|
|
6929
6947
|
setOptionCardWidth(optionCardRef.current.offsetWidth);
|
|
6930
6948
|
}
|
|
6931
6949
|
}, [options]);
|
|
6932
|
-
const style = calculatePosition(menuPosition, dropdownPlacement, optionCardHeight, optionCardWidth);
|
|
6950
|
+
const style = calculatePosition(menuPosition, dropdownPlacement, optionCardHeight, optionCardWidth, isAddResourceButton);
|
|
6933
6951
|
return /*#__PURE__*/ReactDOM.createPortal(jsxRuntime.jsx("div", {
|
|
6934
6952
|
className: classNames('ff-option-card', {
|
|
6935
6953
|
'ff-option-card--primary': variant === 'primary'
|
|
@@ -13249,13 +13267,14 @@ const FileDropzone = ({
|
|
|
13249
13267
|
}, [acceptedFiles, setSelectedFile]);
|
|
13250
13268
|
const rejectedFilesList = React.useMemo(() => rejectedFiles.map(rejectedFile => jsxRuntime.jsx(FilePreview, {
|
|
13251
13269
|
file: rejectedFile.file,
|
|
13252
|
-
error: rejectedFile.errors[0]?.message,
|
|
13270
|
+
error: invalidFileMessage ? invalidFileMessage : rejectedFile.errors[0]?.message,
|
|
13253
13271
|
onRemoveClick: handleRemoveClick,
|
|
13254
13272
|
onReplaceClick: handleReplaceClick,
|
|
13255
13273
|
onUploadFile: onUploadFile,
|
|
13256
13274
|
isUploadIcon: isUploadIcon,
|
|
13257
13275
|
isRemoveDisabled: isRemoveDisabled,
|
|
13258
|
-
isReplaceDisabled: isReplaceDisabled
|
|
13276
|
+
isReplaceDisabled: isReplaceDisabled,
|
|
13277
|
+
isError: rejectedFile.errors[0]?.message ? true : false
|
|
13259
13278
|
}, rejectedFile.file.name)), [rejectedFiles, handleRemoveClick, handleReplaceClick, isUploadIcon, onUploadFile]);
|
|
13260
13279
|
return jsxRuntime.jsxs("div", {
|
|
13261
13280
|
className: classNames('ff-file-dropzone-wrapper'),
|
|
@@ -16074,6 +16093,19 @@ const InputWithDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
16074
16093
|
setTimeout(() => input.focus(), 0);
|
|
16075
16094
|
}
|
|
16076
16095
|
};
|
|
16096
|
+
const handleOnKeyDown = e => {
|
|
16097
|
+
const {
|
|
16098
|
+
type,
|
|
16099
|
+
value
|
|
16100
|
+
} = e.currentTarget;
|
|
16101
|
+
const parsedValue = parseInt(value);
|
|
16102
|
+
if (type === 'number') {
|
|
16103
|
+
if (['Subtract', '-'].includes(e.key) || e.key === 'ArrowDown' && (parsedValue <= 0 || isNaN(parsedValue))) {
|
|
16104
|
+
e.preventDefault();
|
|
16105
|
+
}
|
|
16106
|
+
}
|
|
16107
|
+
onKeyDown?.(e);
|
|
16108
|
+
};
|
|
16077
16109
|
return jsxRuntime.jsxs("div", {
|
|
16078
16110
|
className: classNames('ff-input-with-dropdown-container', {
|
|
16079
16111
|
'ff-input-with-dropdown-container--filled': isValueFilled
|
|
@@ -16134,7 +16166,7 @@ const InputWithDropdown = /*#__PURE__*/React.forwardRef(({
|
|
|
16134
16166
|
disabled: disabled,
|
|
16135
16167
|
onClick: onClick,
|
|
16136
16168
|
onKeyUp: onKeyUp,
|
|
16137
|
-
onKeyDown:
|
|
16169
|
+
onKeyDown: handleOnKeyDown,
|
|
16138
16170
|
onWheel: handleWheel,
|
|
16139
16171
|
onFocus: onFocus,
|
|
16140
16172
|
className: classNames('ff-floating-input', {
|
|
@@ -17665,6 +17697,9 @@ const Tabs = ({
|
|
|
17665
17697
|
noBorder = false,
|
|
17666
17698
|
noPadding = false,
|
|
17667
17699
|
titleSize = '12px',
|
|
17700
|
+
isBorderBottomLine = false,
|
|
17701
|
+
isHoverBackground = false,
|
|
17702
|
+
isBorderRadius = false,
|
|
17668
17703
|
tabFlexSpacing = 'flex-start'
|
|
17669
17704
|
}) => {
|
|
17670
17705
|
return jsxRuntime.jsxs("div", {
|
|
@@ -17672,14 +17707,16 @@ const Tabs = ({
|
|
|
17672
17707
|
children: [jsxRuntime.jsx("div", {
|
|
17673
17708
|
className: classNames(`ff-tab-row--${variant} ff-tab-row-spacing--${tabFlexSpacing}`, {
|
|
17674
17709
|
'ff-tab-row--no-border': noBorder,
|
|
17675
|
-
'ff-tab-row--no-padding': noPadding
|
|
17710
|
+
'ff-tab-row--no-padding': noPadding,
|
|
17711
|
+
'ff-tab-row--borderBottomLine': isBorderBottomLine
|
|
17676
17712
|
}),
|
|
17677
17713
|
children: tabsData.map(tab => jsxRuntime.jsxs("button", {
|
|
17678
17714
|
onClick: () => !tab.disabled && onTabClick(tab.id),
|
|
17679
17715
|
disabled: tab.disabled,
|
|
17680
17716
|
className: classNames(`ff-tab-button--${variant}`, {
|
|
17681
17717
|
disabled: tab.disabled,
|
|
17682
|
-
active: activeTabId === tab.id
|
|
17718
|
+
active: activeTabId === tab.id,
|
|
17719
|
+
'ff-tab-button-bg': isHoverBackground
|
|
17683
17720
|
}),
|
|
17684
17721
|
children: [jsxRuntime.jsxs("div", {
|
|
17685
17722
|
className: "label-count-section",
|
|
@@ -17705,7 +17742,9 @@ const Tabs = ({
|
|
|
17705
17742
|
})]
|
|
17706
17743
|
}), jsxRuntime.jsx("div", {
|
|
17707
17744
|
className: classNames('ff-tab-bar', {
|
|
17708
|
-
'ff-tab-bar--active': activeTabId === tab.id
|
|
17745
|
+
'ff-tab-bar--active': activeTabId === tab.id,
|
|
17746
|
+
'ff-tab-bar--radius-4': isBorderRadius,
|
|
17747
|
+
'ff-tab-bar--radius-2': !isBorderRadius
|
|
17709
17748
|
})
|
|
17710
17749
|
}), jsxRuntime.jsx("span", {
|
|
17711
17750
|
className: `ff-defaultStatus ${tab.status === 'success' ? 'ff-successStatus' : tab.status === 'error' ? 'ff-dangerStatus' : ''}`
|
|
@@ -30509,7 +30548,8 @@ const clearStore = () => {
|
|
|
30509
30548
|
};
|
|
30510
30549
|
|
|
30511
30550
|
const AppHeader = ({
|
|
30512
|
-
|
|
30551
|
+
logo,
|
|
30552
|
+
profileContent,
|
|
30513
30553
|
width,
|
|
30514
30554
|
borderRadius,
|
|
30515
30555
|
leftContent,
|
|
@@ -30676,20 +30716,12 @@ const AppHeader = ({
|
|
|
30676
30716
|
borderStartStartRadius: borderRadius,
|
|
30677
30717
|
borderStartEndRadius: borderRadius
|
|
30678
30718
|
},
|
|
30679
|
-
children: [jsxRuntime.
|
|
30680
|
-
className: "ff-app-header-
|
|
30681
|
-
children:
|
|
30682
|
-
|
|
30683
|
-
|
|
30684
|
-
|
|
30685
|
-
name: logoIconName,
|
|
30686
|
-
height: 24,
|
|
30687
|
-
width: 21
|
|
30688
|
-
})
|
|
30689
|
-
}), leftContent && jsxRuntime.jsx("div", {
|
|
30690
|
-
className: "ff-app-header-left-content",
|
|
30691
|
-
children: leftContent
|
|
30692
|
-
})]
|
|
30719
|
+
children: [jsxRuntime.jsx("div", {
|
|
30720
|
+
className: "ff-app-header-logo-icon",
|
|
30721
|
+
children: logo
|
|
30722
|
+
}), leftContent && jsxRuntime.jsx("div", {
|
|
30723
|
+
className: "ff-app-header-left-content",
|
|
30724
|
+
children: leftContent
|
|
30693
30725
|
}), jsxRuntime.jsxs("div", {
|
|
30694
30726
|
className: "ff-app-header-nav-bar",
|
|
30695
30727
|
style: {
|
|
@@ -30823,6 +30855,9 @@ const AppHeader = ({
|
|
|
30823
30855
|
}), rightContent && jsxRuntime.jsx("div", {
|
|
30824
30856
|
className: "ff-app-header-right-content",
|
|
30825
30857
|
children: rightContent
|
|
30858
|
+
}), profileContent && jsxRuntime.jsx("div", {
|
|
30859
|
+
className: "ff-app-header-profile-content",
|
|
30860
|
+
children: profileContent
|
|
30826
30861
|
})]
|
|
30827
30862
|
})
|
|
30828
30863
|
});
|
|
@@ -34147,7 +34182,7 @@ const ChipsAccordion = /*#__PURE__*/React.forwardRef(({
|
|
|
34147
34182
|
React.useEffect(() => {
|
|
34148
34183
|
checkOverflow();
|
|
34149
34184
|
}, [filterData]);
|
|
34150
|
-
React.
|
|
34185
|
+
React.useLayoutEffect(() => {
|
|
34151
34186
|
const handleUpdate = () => {
|
|
34152
34187
|
if (!inputRef?.current) return;
|
|
34153
34188
|
const {
|
|
@@ -34449,7 +34484,7 @@ const NlpInput = ({
|
|
|
34449
34484
|
document.body.style.paddingRight = isEnabled ? '' : `${bodyScrollWidth}px`;
|
|
34450
34485
|
document.body.style.overflow = isEnabled ? '' : 'hidden';
|
|
34451
34486
|
};
|
|
34452
|
-
React.
|
|
34487
|
+
React.useLayoutEffect(() => {
|
|
34453
34488
|
if (disabled) return;
|
|
34454
34489
|
if (showOptions) {
|
|
34455
34490
|
onSelectToggleScroll(!showOptions);
|
|
@@ -34887,11 +34922,11 @@ const Branches = ({
|
|
|
34887
34922
|
type: browserName
|
|
34888
34923
|
}];
|
|
34889
34924
|
// Mobile-specific options
|
|
34890
|
-
const mobileOptions = deviceInfo?.reduce((acc, device
|
|
34925
|
+
const mobileOptions = deviceInfo?.reduce((acc, device) => {
|
|
34891
34926
|
if (device?.name) {
|
|
34892
34927
|
acc.push({
|
|
34893
34928
|
label: device?.name,
|
|
34894
|
-
type:
|
|
34929
|
+
type: device?.platform,
|
|
34895
34930
|
version: scriptType?.toLowerCase() === 'manual' ? device?.version : ''
|
|
34896
34931
|
});
|
|
34897
34932
|
}
|
|
@@ -38126,28 +38161,30 @@ function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, cont
|
|
|
38126
38161
|
row: 0,
|
|
38127
38162
|
column: 0
|
|
38128
38163
|
};
|
|
38129
|
-
if (rowCount > columnCount) {
|
|
38164
|
+
if (Math.abs(rowCount) > Math.abs(columnCount)) {
|
|
38165
|
+
// vertical drag
|
|
38130
38166
|
startPoint = {
|
|
38131
|
-
row:
|
|
38132
|
-
column: start.column
|
|
38167
|
+
row: Math.min(start.row, end.row),
|
|
38168
|
+
column: activeCell?.column ?? start.column
|
|
38133
38169
|
};
|
|
38134
38170
|
endPoint = {
|
|
38135
|
-
row:
|
|
38136
|
-
column:
|
|
38171
|
+
row: Math.max(start.row, end.row),
|
|
38172
|
+
column: activeCell?.column ?? start.column
|
|
38137
38173
|
};
|
|
38138
38174
|
} else {
|
|
38175
|
+
// horizontal drag
|
|
38139
38176
|
startPoint = {
|
|
38140
|
-
row: start.row,
|
|
38141
|
-
column:
|
|
38177
|
+
row: activeCell?.row ?? start.row,
|
|
38178
|
+
column: Math.min(start.column, end.column)
|
|
38142
38179
|
};
|
|
38143
38180
|
endPoint = {
|
|
38144
|
-
row:
|
|
38145
|
-
column:
|
|
38181
|
+
row: activeCell?.row ?? start.row,
|
|
38182
|
+
column: Math.max(start.column, end.column)
|
|
38146
38183
|
};
|
|
38147
38184
|
}
|
|
38148
38185
|
let updatedData = currentData;
|
|
38149
|
-
const
|
|
38150
|
-
const
|
|
38186
|
+
const baseValue = String(cellValue.value ?? '');
|
|
38187
|
+
const matches = [...baseValue.matchAll(/(\d+)/g)];
|
|
38151
38188
|
for (let row = startPoint.row; row <= endPoint.row; row++) {
|
|
38152
38189
|
for (let col = startPoint.column; col <= endPoint.column; col++) {
|
|
38153
38190
|
const currentCell = get$1({
|
|
@@ -38157,13 +38194,19 @@ function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, cont
|
|
|
38157
38194
|
if (!currentCell || currentCell.readOnly || ['file'].includes(currentCell?.inputType?.type || '')) {
|
|
38158
38195
|
continue;
|
|
38159
38196
|
}
|
|
38160
|
-
let newValue =
|
|
38161
|
-
if (!control &&
|
|
38162
|
-
|
|
38197
|
+
let newValue = baseValue;
|
|
38198
|
+
if (!control && matches.length > 0) {
|
|
38199
|
+
let step = 0;
|
|
38200
|
+
if (Math.abs(rowCount) > Math.abs(columnCount)) {
|
|
38201
|
+
step = row - (activeCell?.row ?? startPoint.row);
|
|
38202
|
+
} else {
|
|
38203
|
+
step = col - (activeCell?.column ?? startPoint.column);
|
|
38204
|
+
}
|
|
38163
38205
|
let index = 0;
|
|
38164
38206
|
newValue = newValue.replace(/(\d+)/g, () => {
|
|
38165
|
-
const
|
|
38166
|
-
|
|
38207
|
+
const match = matches[index++];
|
|
38208
|
+
if (!match) return '';
|
|
38209
|
+
const originalNum = parseInt(match[0], 10);
|
|
38167
38210
|
return (originalNum + step).toString();
|
|
38168
38211
|
});
|
|
38169
38212
|
}
|
|
@@ -41501,6 +41544,12 @@ const ActiveCell = props => {
|
|
|
41501
41544
|
}
|
|
41502
41545
|
};
|
|
41503
41546
|
React__namespace.useEffect(() => {
|
|
41547
|
+
if (cell && active) {
|
|
41548
|
+
props.getActiveCell({
|
|
41549
|
+
value: cell.value,
|
|
41550
|
+
active: active
|
|
41551
|
+
});
|
|
41552
|
+
}
|
|
41504
41553
|
const root = rootRef.current;
|
|
41505
41554
|
if (!hidden && root) {
|
|
41506
41555
|
root.focus();
|
|
@@ -41634,6 +41683,7 @@ const ActiveCell = props => {
|
|
|
41634
41683
|
style: {
|
|
41635
41684
|
...cell?.style,
|
|
41636
41685
|
textDecoration: 'normal',
|
|
41686
|
+
pointerEvents: 'none',
|
|
41637
41687
|
borderTop: '',
|
|
41638
41688
|
borderBottom: '',
|
|
41639
41689
|
borderLeft: '',
|
|
@@ -41900,6 +41950,7 @@ const ExcelToolBar = ({
|
|
|
41900
41950
|
setBorderType,
|
|
41901
41951
|
setFormatePainter
|
|
41902
41952
|
}) => {
|
|
41953
|
+
const selected = useSelector(state => state.selected instanceof EntireWorksheetSelection);
|
|
41903
41954
|
const [disable, setDisable] = React.useState(toolbar === 'disable' || !editable);
|
|
41904
41955
|
const cell = useSelector(state => state.active ? get$1(state.active, state.model.data) : null);
|
|
41905
41956
|
const data = useSelector(state => state.model.data);
|
|
@@ -41919,7 +41970,9 @@ const ExcelToolBar = ({
|
|
|
41919
41970
|
if (cell?.style && JSON.stringify(cell.style) !== JSON.stringify(cellStyle)) {
|
|
41920
41971
|
setCellStyle(cell?.style || basicStyle);
|
|
41921
41972
|
}
|
|
41922
|
-
if (
|
|
41973
|
+
if (selected) {
|
|
41974
|
+
setDisable(false);
|
|
41975
|
+
} else if (cell && typeof cell.readOnly === 'boolean') {
|
|
41923
41976
|
setDisable(cell.readOnly || toolbar === 'disable' || !editable);
|
|
41924
41977
|
}
|
|
41925
41978
|
}, [cell]);
|
|
@@ -42273,7 +42326,8 @@ const Spreadsheet = props => {
|
|
|
42273
42326
|
maxRowLimit,
|
|
42274
42327
|
maxColLimit,
|
|
42275
42328
|
disableDeleteOption,
|
|
42276
|
-
contextMenu
|
|
42329
|
+
contextMenu,
|
|
42330
|
+
getActiveCell
|
|
42277
42331
|
} = props;
|
|
42278
42332
|
const [sheetChange, setSheetChange] = React__namespace.useState(false);
|
|
42279
42333
|
const [maxWidth, setMaxWidth] = React__namespace.useState(0);
|
|
@@ -42644,6 +42698,7 @@ const Spreadsheet = props => {
|
|
|
42644
42698
|
const activeCellNode = React__namespace.useMemo(() => jsxRuntime.jsx(ActiveCell, {
|
|
42645
42699
|
attachmentAction: attachmentAction,
|
|
42646
42700
|
contextOption: contextOption,
|
|
42701
|
+
getActiveCell: getActiveCell,
|
|
42647
42702
|
setContextMenu: props.setContextMenu,
|
|
42648
42703
|
// @ts-ignore
|
|
42649
42704
|
DataEditor: DataEditor$1,
|
|
@@ -42817,7 +42872,8 @@ const ExcelFile = ({
|
|
|
42817
42872
|
showHider = true,
|
|
42818
42873
|
maxRowLimit = Infinity,
|
|
42819
42874
|
maxColLimit = Infinity,
|
|
42820
|
-
maxSheetLimit = Infinity
|
|
42875
|
+
maxSheetLimit = Infinity,
|
|
42876
|
+
getActiveCell = () => {}
|
|
42821
42877
|
}) => {
|
|
42822
42878
|
const [sheetNames, setSheetNames] = React.useState([]);
|
|
42823
42879
|
const [saveInfo, setSaveInfo] = React.useState('');
|
|
@@ -43285,7 +43341,8 @@ const ExcelFile = ({
|
|
|
43285
43341
|
maxRowLimit: maxRowLimit,
|
|
43286
43342
|
maxColLimit: maxColLimit,
|
|
43287
43343
|
disableDeleteOption: disableDeleteOption,
|
|
43288
|
-
contextMenu: contextMenu
|
|
43344
|
+
contextMenu: contextMenu,
|
|
43345
|
+
getActiveCell: getActiveCell
|
|
43289
43346
|
})
|
|
43290
43347
|
}), sheetBar !== 'hide' && jsxRuntime.jsxs("div", {
|
|
43291
43348
|
className: "ff-excel-sheet-bar",
|
|
@@ -47906,15 +47963,18 @@ const CreateVariableSlider = ({
|
|
|
47906
47963
|
const [helperText, setHelperText] = React.useState('');
|
|
47907
47964
|
const [hashInputValue, setHashInputValue] = React.useState();
|
|
47908
47965
|
const [isSubmitting, setIsSubmitting] = React.useState(false);
|
|
47966
|
+
const [hasChanges, setHasChanges] = React.useState(false);
|
|
47909
47967
|
const [initialValues, setInitialValues] = React.useState({
|
|
47910
47968
|
name: '',
|
|
47911
|
-
value: ''
|
|
47969
|
+
value: '',
|
|
47970
|
+
isChecked: false
|
|
47912
47971
|
});
|
|
47913
47972
|
React.useEffect(() => {
|
|
47914
47973
|
if (isOpen && mode === 'edit') {
|
|
47915
47974
|
setInitialValues({
|
|
47916
47975
|
name: variableName,
|
|
47917
|
-
value: variableValue
|
|
47976
|
+
value: variableValue,
|
|
47977
|
+
isChecked: hideValue
|
|
47918
47978
|
});
|
|
47919
47979
|
}
|
|
47920
47980
|
}, []);
|
|
@@ -47955,10 +48015,15 @@ const CreateVariableSlider = ({
|
|
|
47955
48015
|
const isValid = isNonEmpty && matchesPattern && noWhitespaceEdges && lengthValid;
|
|
47956
48016
|
return isValid;
|
|
47957
48017
|
}
|
|
47958
|
-
|
|
47959
|
-
if (mode !== 'edit') return
|
|
47960
|
-
|
|
47961
|
-
|
|
48018
|
+
React.useEffect(() => {
|
|
48019
|
+
if (mode !== 'edit') return;
|
|
48020
|
+
const {
|
|
48021
|
+
name,
|
|
48022
|
+
value,
|
|
48023
|
+
isChecked
|
|
48024
|
+
} = initialValues;
|
|
48025
|
+
setHasChanges(variableName !== name || variableValue !== value || hideValue !== isChecked);
|
|
48026
|
+
}, [mode, variableName, variableValue, hideValue, initialValues]);
|
|
47962
48027
|
const FooterContent = () => {
|
|
47963
48028
|
return jsxRuntime.jsxs("div", {
|
|
47964
48029
|
className: "ff-create-slider-footer",
|
|
@@ -62346,6 +62411,9 @@ const Editor = /*#__PURE__*/React.forwardRef(({
|
|
|
62346
62411
|
editor.onDidChangeCursorPosition(e => {
|
|
62347
62412
|
setCurrentLine(e.position.lineNumber);
|
|
62348
62413
|
});
|
|
62414
|
+
editor.onMouseDown(() => {
|
|
62415
|
+
setShowDropdown(false);
|
|
62416
|
+
});
|
|
62349
62417
|
// Track selection changes (user highlighting text)
|
|
62350
62418
|
editor.onDidChangeCursorSelection(() => {
|
|
62351
62419
|
const selections = editor.getSelections?.() || [];
|
|
@@ -114204,15 +114272,44 @@ const TextEditor = ({
|
|
|
114204
114272
|
return jsxRuntime.jsxs("div", {
|
|
114205
114273
|
className: "ff-textEditor-container",
|
|
114206
114274
|
children: [jsxRuntime.jsxs("div", {
|
|
114207
|
-
className: "ff-
|
|
114208
|
-
children: [
|
|
114209
|
-
className: "
|
|
114210
|
-
children:
|
|
114211
|
-
|
|
114212
|
-
|
|
114213
|
-
|
|
114214
|
-
|
|
114215
|
-
|
|
114275
|
+
className: "ff-title-button",
|
|
114276
|
+
children: [jsxRuntime.jsxs("div", {
|
|
114277
|
+
className: "ff-textEditor-label-asterisk-container",
|
|
114278
|
+
children: [required && jsxRuntime.jsx(Typography, {
|
|
114279
|
+
className: "required-asterisk",
|
|
114280
|
+
children: "* "
|
|
114281
|
+
}), label && jsxRuntime.jsx(Typography, {
|
|
114282
|
+
lineHeight: "10px",
|
|
114283
|
+
fontWeight: "medium",
|
|
114284
|
+
fontSize: "12px",
|
|
114285
|
+
children: label
|
|
114286
|
+
})]
|
|
114287
|
+
}), editableTextEditor && isEditing && jsxRuntime.jsxs("div", {
|
|
114288
|
+
ref: buttonsRef,
|
|
114289
|
+
className: "ff-textEditor-buttons",
|
|
114290
|
+
children: [jsxRuntime.jsx(Tooltip, {
|
|
114291
|
+
title: "Update",
|
|
114292
|
+
placement: "bottom",
|
|
114293
|
+
children: jsxRuntime.jsx(Icon, {
|
|
114294
|
+
name: "update_icon",
|
|
114295
|
+
color: "var(--label-edit-confirm-icon)",
|
|
114296
|
+
height: 20,
|
|
114297
|
+
width: 20,
|
|
114298
|
+
hoverEffect: true,
|
|
114299
|
+
onClick: handleSubmit
|
|
114300
|
+
})
|
|
114301
|
+
}), jsxRuntime.jsx(Tooltip, {
|
|
114302
|
+
title: "Cancel",
|
|
114303
|
+
placement: "bottom",
|
|
114304
|
+
children: jsxRuntime.jsx(Icon, {
|
|
114305
|
+
name: "close",
|
|
114306
|
+
color: "var(--label-edit-cancel-icon)",
|
|
114307
|
+
height: 20,
|
|
114308
|
+
width: 20,
|
|
114309
|
+
onClick: handleCancel,
|
|
114310
|
+
hoverEffect: true
|
|
114311
|
+
})
|
|
114312
|
+
})]
|
|
114216
114313
|
})]
|
|
114217
114314
|
}), jsxRuntime.jsx("div", {
|
|
114218
114315
|
ref: editorRef,
|
|
@@ -114246,32 +114343,6 @@ const TextEditor = ({
|
|
|
114246
114343
|
}
|
|
114247
114344
|
}
|
|
114248
114345
|
})
|
|
114249
|
-
}), editableTextEditor && isEditing && jsxRuntime.jsxs("div", {
|
|
114250
|
-
ref: buttonsRef,
|
|
114251
|
-
className: "ff-textEditor-buttons",
|
|
114252
|
-
children: [jsxRuntime.jsx(Tooltip, {
|
|
114253
|
-
title: "Update",
|
|
114254
|
-
placement: "bottom",
|
|
114255
|
-
children: jsxRuntime.jsx(Icon, {
|
|
114256
|
-
name: "update_icon",
|
|
114257
|
-
color: "var(--label-edit-confirm-icon)",
|
|
114258
|
-
height: 20,
|
|
114259
|
-
width: 20,
|
|
114260
|
-
hoverEffect: true,
|
|
114261
|
-
onClick: handleSubmit
|
|
114262
|
-
})
|
|
114263
|
-
}), jsxRuntime.jsx(Tooltip, {
|
|
114264
|
-
title: "Cancel",
|
|
114265
|
-
placement: "bottom",
|
|
114266
|
-
children: jsxRuntime.jsx(Icon, {
|
|
114267
|
-
name: "close",
|
|
114268
|
-
color: "var(--label-edit-cancel-icon)",
|
|
114269
|
-
height: 20,
|
|
114270
|
-
width: 20,
|
|
114271
|
-
onClick: handleCancel,
|
|
114272
|
-
hoverEffect: true
|
|
114273
|
-
})
|
|
114274
|
-
})]
|
|
114275
114346
|
}), required && errorMsg || helperText && error ? jsxRuntime.jsx(Typography, {
|
|
114276
114347
|
fontSize: 10,
|
|
114277
114348
|
className: 'ff-textEditor-error-msg',
|
|
@@ -121073,7 +121144,8 @@ const ScriptGenerationLoader = ({
|
|
|
121073
121144
|
}],
|
|
121074
121145
|
width,
|
|
121075
121146
|
height,
|
|
121076
|
-
path
|
|
121147
|
+
path,
|
|
121148
|
+
DynamicHeight = 500
|
|
121077
121149
|
}) => {
|
|
121078
121150
|
const [currentIndex, setCurrentIndex] = React.useState(0);
|
|
121079
121151
|
const [visibleChars, setVisibleChars] = React.useState('');
|
|
@@ -121105,7 +121177,10 @@ const ScriptGenerationLoader = ({
|
|
|
121105
121177
|
children: [jsxRuntime.jsx("div", {
|
|
121106
121178
|
className: "ff-moving-sections-container",
|
|
121107
121179
|
children: numberOfDivs?.map(order => jsxRuntime.jsx("div", {
|
|
121108
|
-
className: `ff-moving-section${order}
|
|
121180
|
+
className: `ff-moving-section${order}`,
|
|
121181
|
+
style: {
|
|
121182
|
+
height: `${DynamicHeight + 'px'}`
|
|
121183
|
+
}
|
|
121109
121184
|
}, order))
|
|
121110
121185
|
}), jsxRuntime.jsxs("div", {
|
|
121111
121186
|
className: "ff-gif-container",
|