frst-components 0.23.49 → 0.23.51
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/dist/index.js +66 -72
- package/dist/src/components/DS/impedimentosTab/addImpedimentoModal/index.d.ts +10 -0
- package/dist/src/components/DS/impedimentosTab/addImpedimentoModal/index.d.ts.map +1 -0
- package/dist/src/components/DS/impedimentosTab/dropDown/index.d.ts +13 -0
- package/dist/src/components/DS/impedimentosTab/dropDown/index.d.ts.map +1 -0
- package/dist/src/components/DS/impedimentosTab/index.d.ts +4 -0
- package/dist/src/components/DS/impedimentosTab/index.d.ts.map +1 -0
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map +1 -1
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.d.ts.map +1 -1
- package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.d.ts.map +1 -1
- package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -1
- package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableBody/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableBody/tableStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableHead/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table/parts/TableHead/tableStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.d.ts +3 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.d.ts +1 -1
- package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/DateLimit/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/EmptyState/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/TagStatus/index.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.d.ts.map +1 -1
- package/dist/src/components/form-elements/table-actions/tableActionsStyle.d.ts +3 -1
- package/dist/src/components/form-elements/table-actions/tableActionsStyle.d.ts.map +1 -1
- package/dist/src/components/menu-more/index.d.ts.map +1 -1
- package/dist/src/components/menu-more/menuMoreStyles.d.ts.map +1 -1
- package/dist/src/shared/icons.d.ts +1 -0
- package/dist/src/shared/icons.d.ts.map +1 -1
- package/package.json +1 -1
- package/public/customIcons/CircledCheck.tsx +3 -3
- package/public/customIcons/ExcludeVoteIcon.tsx +9 -9
- package/public/customIcons/TagAlert.tsx +1 -1
- package/public/customIcons/VoteCurrentIcon.tsx +3 -3
package/dist/index.js
CHANGED
|
@@ -433,10 +433,10 @@ function StatusProblemaEdit({ fill, width, height }) {
|
|
|
433
433
|
return (jsxRuntime.jsxs("svg", { width: "48", height: "48", viewBox: "0 0 48 48", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("circle", { cx: "24", cy: "24", r: "24", fill: "#FEF0D0" }), jsxRuntime.jsx("path", { d: "M24 17.0669H18.5556C18.143 17.0669 17.7473 17.2417 17.4556 17.5529C17.1639 17.8641 17 18.2861 17 18.7262V30.341C17 30.781 17.1639 31.2031 17.4556 31.5142C17.7473 31.8254 18.143 32.0002 18.5556 32.0002H29.4444C29.857 32.0002 30.2527 31.8254 30.5444 31.5142C30.8361 31.2031 31 30.781 31 30.341V24.5336", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M30.1791 16.5163C30.489 16.1857 30.9093 16 31.3476 16C31.7858 16 32.2061 16.1857 32.516 16.5163C32.8259 16.8468 33 17.2951 33 17.7626C33 18.2301 32.8259 18.6784 32.516 19.0089L25.1159 26.9024L22 27.7333L22.779 24.4098L30.1791 16.5163Z", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
434
434
|
}
|
|
435
435
|
function PlayIcon({ width, height, customColor_1, customColor_2 }) {
|
|
436
|
-
return (jsxRuntime.jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { filter: "url(#filter0_d_1_22)", children: [jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }), jsxRuntime.jsx("path", { d: "M22.3411 17.3317C22.934 16.9358 22.934 16.0643 22.3411 15.6684L14.5553 10.47C13.8908 10.0264 13 10.5027 13 11.3017V21.6984C13 22.4974 13.8908 22.9737 14.5553 22.5301L22.3411 17.3317Z", fill: customColor_2 ? customColor_2 : 'white' })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsxs("filter", { id: "filter0_d_1_22", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", {
|
|
436
|
+
return (jsxRuntime.jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { filter: "url(#filter0_d_1_22)", children: [jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }), jsxRuntime.jsx("path", { d: "M22.3411 17.3317C22.934 16.9358 22.934 16.0643 22.3411 15.6684L14.5553 10.47C13.8908 10.0264 13 10.5027 13 11.3017V21.6984C13 22.4974 13.8908 22.9737 14.5553 22.5301L22.3411 17.3317Z", fill: customColor_2 ? customColor_2 : 'white' })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsxs("filter", { id: "filter0_d_1_22", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_22" }), jsxRuntime.jsx("feOffset", { dy: "3" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2.5" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" }), jsxRuntime.jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_22" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_22", result: "shape" })] }) })] }));
|
|
437
437
|
}
|
|
438
438
|
function PauseIcon({ customColor_1, customColor_2, width, height }) {
|
|
439
|
-
return (jsxRuntime.jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { filter: "url(#filter0_d_1_159)", children: [jsxRuntime.jsx("g", { filter: "url(#filter1_d_1_159)", children: jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }) }), jsxRuntime.jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 22 8)", fill: customColor_2 ? customColor_2 : 'white' }), jsxRuntime.jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 14 8)", fill: customColor_2 ? customColor_2 : 'white' })] }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("filter", { id: "filter0_d_1_159", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", {
|
|
439
|
+
return (jsxRuntime.jsxs("svg", { width: width ? width : '32', height: height ? height : '32', viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { filter: "url(#filter0_d_1_159)", children: [jsxRuntime.jsx("g", { filter: "url(#filter1_d_1_159)", children: jsxRuntime.jsx("circle", { cx: "16", cy: "16", r: "16", fill: customColor_1 ? customColor_1 : '#EE4C15' }) }), jsxRuntime.jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 22 8)", fill: customColor_2 ? customColor_2 : 'white' }), jsxRuntime.jsx("rect", { width: "3", height: "17", rx: "1.5", transform: "matrix(-1 0 0 1 14 8)", fill: customColor_2 ? customColor_2 : 'white' })] }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("filter", { id: "filter0_d_1_159", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_159" }), jsxRuntime.jsx("feOffset", { dy: "5" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "1.5" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" }), jsxRuntime.jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_159" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_159", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter1_d_1_159", x: "0", y: "0", width: width ? width : '32', height: height ? height : '32', filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feMorphology", { radius: "20", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_159" }), jsxRuntime.jsx("feOffset", { dy: "25" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "9" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.2 0" }), jsxRuntime.jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_159" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_159", result: "shape" })] })] })] }));
|
|
440
440
|
}
|
|
441
441
|
function Back15({ width, height, fill }) {
|
|
442
442
|
return (jsxRuntime.jsxs("svg", { width: width ? width : '24', height: height ? height : '24', viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M3 2V8H9", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M16.524 19.8037C18.2613 18.7786 19.6037 17.1995 20.336 15.32C21.0683 13.4405 21.1479 11.3694 20.5622 9.43922C19.9764 7.509 18.7592 5.83152 17.1059 4.67595C15.4525 3.52038 13.4589 2.95373 11.445 3.06692C9.43099 3.18012 7.51344 3.96659 6 5.30015L3 8.00014", stroke: fill ? fill : '#222222', strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M5.01 17.9H6.4V13.95L6.55 13.27L6.07 13.86L5.18 14.47L4.63 13.72L6.91 11.88H7.64V17.9H9V19H5.01V17.9ZM11.8738 17.99C12.3138 17.99 12.6505 17.8833 12.8838 17.67C13.1172 17.4567 13.2338 17.1633 13.2338 16.79C13.2338 16.39 13.0972 16.0967 12.8238 15.91C12.5505 15.7233 12.1605 15.63 11.6538 15.63L10.8638 15.66V12H14.3038V13.22H11.9838V14.57L12.3938 14.53C12.7205 14.5433 13.0138 14.6033 13.2738 14.71C13.5405 14.8167 13.7672 14.9667 13.9538 15.16C14.1405 15.3467 14.2838 15.5767 14.3838 15.85C14.4838 16.1167 14.5338 16.4167 14.5338 16.75C14.5338 17.1433 14.4672 17.49 14.3338 17.79C14.2005 18.09 14.0138 18.34 13.7738 18.54C13.5405 18.74 13.2638 18.89 12.9438 18.99C12.6238 19.09 12.2738 19.14 11.8938 19.14C11.5938 19.14 11.3072 19.1133 11.0338 19.06C10.7672 19.0133 10.5405 18.9467 10.3538 18.86L10.7038 17.78C10.8572 17.8467 11.0238 17.9 11.2038 17.94C11.3905 17.9733 11.6138 17.99 11.8738 17.99Z", fill: fill ? fill : '#222222' })] }));
|
|
@@ -466,7 +466,7 @@ function IconUp({ fill, width, height }) {
|
|
|
466
466
|
return (jsxRuntime.jsx("svg", { width: "18", height: "10", viewBox: "0 0 18 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", { d: "M1.45361 9L9.37114 1L17.2887 9", stroke: "#222222", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
467
467
|
}
|
|
468
468
|
function IconGaps({ fill, width, height }) {
|
|
469
|
-
return (jsxRuntime.jsxs("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9.66127 22C9.1639 20.402 8.41378 19.211 7.41041 18.4265C5.9056 17.25 3.51466 17.9815 2.63157 16.7675C1.74848 15.5535 3.25024 13.3215 3.77705 12.0045C4.30437 10.6875 1.75711 10.222 2.05452 9.848C2.25245 9.5985 3.54004 8.8795 5.91626 7.69C6.59127 3.8965 9.08473 2 13.3977 2C19.8666 2 22.3311 7.403 22.3311 10.84C22.3311 14.2765 19.3468 17.9785 15.0958 18.777C14.7157 19.322 15.2638 20.397 16.7402 22.0005", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", {
|
|
469
|
+
return (jsxRuntime.jsxs("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9.66127 22C9.1639 20.402 8.41378 19.211 7.41041 18.4265C5.9056 17.25 3.51466 17.9815 2.63157 16.7675C1.74848 15.5535 3.25024 13.3215 3.77705 12.0045C4.30437 10.6875 1.75711 10.222 2.05452 9.848C2.25245 9.5985 3.54004 8.8795 5.91626 7.69C6.59127 3.8965 9.08473 2 13.3977 2C19.8666 2 22.3311 7.403 22.3311 10.84C22.3311 14.2765 19.3468 17.9785 15.0958 18.777C14.7157 19.322 15.2638 20.397 16.7402 22.0005", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.89679 7.24994C9.56487 8.51694 9.66333 9.40694 10.1927 9.91894C10.7215 10.4314 11.6229 10.7664 12.8968 10.9239C12.6075 12.5589 12.9602 13.3254 13.9539 13.2244C14.9477 13.1234 15.545 12.7169 15.7455 12.0044C17.2985 12.4344 18.1405 12.0744 18.2709 10.9244C18.4663 9.19944 17.5223 7.82394 17.1351 7.82394C16.7484 7.82394 15.7455 7.77744 15.7455 7.24994C15.7455 6.72244 14.5741 6.42494 13.517 6.42494C12.4598 6.42494 13.0957 5.72244 11.6442 5.99994C10.6763 6.18494 10.0937 6.60144 9.89679 7.24994V7.24994Z", stroke: "#0645AD", strokeWidth: "1.2", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M15.4795 12.75C14.9634 13.0655 14.2554 13.59 13.9569 14C13.2114 15.025 12.6069 15.6485 12.475 16.304", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round" })] }));
|
|
470
470
|
}
|
|
471
471
|
function IconModules({ fill, width, height }) {
|
|
472
472
|
return (jsxRuntime.jsxs("svg", { width: "25", height: "24", viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M21.6079 4.5C21.6079 5.54426 20.7522 6.4 19.6853 6.4C18.6184 6.4 17.7627 5.54426 17.7627 4.5C17.7627 3.45574 18.6184 2.6 19.6853 2.6C20.7522 2.6 21.6079 3.45574 21.6079 4.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsxRuntime.jsx("path", { d: "M21.6079 12.5C21.6079 13.5443 20.7522 14.4 19.6853 14.4C18.6184 14.4 17.7627 13.5443 17.7627 12.5C17.7627 11.4557 18.6184 10.6 19.6853 10.6C20.7522 10.6 21.6079 11.4557 21.6079 12.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsxRuntime.jsx("path", { d: "M21.6079 19.5C21.6079 20.5443 20.7522 21.4 19.6853 21.4C18.6184 21.4 17.7627 20.5443 17.7627 19.5C17.7627 18.4557 18.6184 17.6 19.6853 17.6C20.7522 17.6 21.6079 18.4557 21.6079 19.5Z", stroke: "#0645AD", strokeWidth: "1.2" }), jsxRuntime.jsx("path", { d: "M14.1356 12L17.1627 12", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round" }), jsxRuntime.jsx("path", { d: "M14.1356 16H15.8654L18.1718 18", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M14.1356 8H15.8654L18.1718 6", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M3.03613 15L5.05421 15", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M11.1085 10L10.0995 10", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M3.0361 10H5.99596C6.39957 10 7.07227 9.25 7.07227 8.49999C7.07227 7 7.07227 8.8377 7.07227 7", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M11.1084 15H8.14858C7.74496 15 7.07227 15.5 7.07227 16C7.07227 17 7.07227 15.7749 7.07227 17", stroke: "#0645AD", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M10.9344 4.41895L10.977 4.47036L11.0298 4.51117C11.1053 4.56956 11.5175 5.03708 11.5175 6V18C11.5175 18.1873 11.4114 18.8808 10.9187 19.5999C10.708 19.8492 10.4509 20.0482 10.1646 20.1854C9.87158 20.3259 9.55413 20.3987 9.23347 20.4H8.51448C6.96145 20.3982 5.46746 19.7556 4.36173 18.605C3.2553 17.4537 2.62893 15.8878 2.6271 14.2497V9.75031C2.62893 8.11221 3.2553 6.5463 4.36173 5.39496C5.46737 4.24444 6.96122 3.60189 8.51413 3.6H9.23343C9.5541 3.60126 9.87157 3.67412 10.1646 3.8146C10.458 3.95526 10.7209 4.16085 10.9344 4.41895Z", stroke: "#0645AD", strokeWidth: "1.2" })] }));
|
|
@@ -478,7 +478,7 @@ function IconContent({ fill, width, height }) {
|
|
|
478
478
|
return (jsxRuntime.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M15.2884 10.4968L10.1 13.038V7.10845L15.2884 10.4968Z", stroke: "white", strokeWidth: "1.2", strokeLinejoin: "round" }), jsxRuntime.jsx("rect", { x: "1.6", y: "2.6", width: "20.8", height: "14.8", rx: "1.4", stroke: "white", strokeWidth: "1.2" }), jsxRuntime.jsx("path", { d: "M6 21.5H18", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
479
479
|
}
|
|
480
480
|
function ErrorAlert({ fill, width, height }) {
|
|
481
|
-
return (jsxRuntime.jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z", stroke: "#C00F00",
|
|
481
|
+
return (jsxRuntime.jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z", stroke: "#C00F00", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M8.99683 5.57147L8.99683 9.68576", stroke: "#C00F00", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("ellipse", { cx: "8.99821", cy: "12.4283", rx: "0.685714", ry: "0.685145", fill: "#C00F00" })] }));
|
|
482
482
|
}
|
|
483
483
|
function IconLikeLine({ fill, stroke, customColor_1, width, height }) {
|
|
484
484
|
return (jsxRuntime.jsxs("svg", { width: width ? width : '16', height: height ? height : '16', viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsxs("g", { clipPath: "url(#clip0_8980_33733)", children: [jsxRuntime.jsx("path", { d: "M9.33337 3.33334V6.00001H13.1067C13.3 5.99782 13.4914 6.03768 13.6678 6.11682C13.8441 6.19596 14.0011 6.3125 14.1279 6.45835C14.2548 6.60421 14.3484 6.77589 14.4023 6.96151C14.4562 7.14713 14.469 7.34225 14.44 7.53334L13.52 13.5333C13.4718 13.8513 13.3103 14.1411 13.0653 14.3493C12.8203 14.5576 12.5083 14.6703 12.1867 14.6667H4.66671H2.66671C2.31309 14.6667 1.97395 14.5262 1.7239 14.2762C1.47385 14.0261 1.33337 13.687 1.33337 13.3333V8.66668C1.33337 8.31306 1.47385 7.97392 1.7239 7.72387C1.97395 7.47382 2.31309 7.33334 2.66671 7.33334H4.66671L7.33337 1.33334C7.86381 1.33334 8.37252 1.54406 8.74759 1.91913C9.12266 2.2942 9.33337 2.80291 9.33337 3.33334Z", stroke: fill ? fill : '#444444', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M4.66675 7.33334L4.66675 14.6667", stroke: fill ? fill : '#444444', strokeWidth: "1.2" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "clip0_8980_33733", children: jsxRuntime.jsx("rect", { width: width ? width : '16', height: height ? height : '16', fill: stroke ? stroke : 'white' }) }) })] }));
|
|
@@ -490,7 +490,7 @@ function TrashIconNew({ fill, stroke, customColor_1, width, height }) {
|
|
|
490
490
|
return (jsxRuntime.jsxs("svg", { width: width ?? '19', height: height ?? '19', viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M0.833252 4.33325H2.61103H16.8333", stroke: fill ? fill : '#0645AD', strokeWidth: "1.3", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M15.3786 4.5V15.4C15.3786 15.8243 15.1816 16.2313 14.8309 16.5314C14.4802 16.8314 14.0045 17 13.5085 17H4.15785C3.66186 17 3.18619 16.8314 2.83547 16.5314C2.48475 16.2313 2.28772 15.8243 2.28772 15.4V4.5M5.09291 4.2V2.6C5.09291 2.17565 5.28995 1.76869 5.64066 1.46863C5.99138 1.16857 6.46706 1 6.96304 1H10.7033C11.1993 1 11.675 1.16857 12.0257 1.46863C12.3764 1.76869 12.5734 2.17565 12.5734 2.6V4.2", stroke: fill ? fill : '#0645AD', strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
491
491
|
}
|
|
492
492
|
function VotarIcon({ fill, stroke, customColor_1, width, height }) {
|
|
493
|
-
return (jsxRuntime.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M16 12L12 8L8 12", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 16V8", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M16.5 12L12 7.5L7.5 12", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 16.5V7.5", stroke: "#444444",
|
|
493
|
+
return (jsxRuntime.jsxs("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M16 12L12 8L8 12", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 16V8", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M16.5 12L12 7.5L7.5 12", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M12 16.5V7.5", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
494
494
|
}
|
|
495
495
|
function VotarIconPressed({ fill, stroke, customColor_1, width, height }) {
|
|
496
496
|
return (jsxRuntime.jsxs("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M11 21C16.5228 21 21 16.5228 21 11C21 5.47715 16.5228 1 11 1C5.47715 1 1 5.47715 1 11C1 16.5228 5.47715 21 11 21Z", fill: "#9C9C9C", stroke: "#9C9C9C", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M15.5 11L11 6.5L6.5 11", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M11 15.5V6.5", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
@@ -549,13 +549,13 @@ function WarnCard() {
|
|
|
549
549
|
return (jsxRuntime.jsx("svg", { width: "45", height: "33", viewBox: "0 0 32 33", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", { d: "M16 0.5C7.184 0.5 0 7.684 0 16.5C0 25.316 7.184 32.5 16 32.5C24.816 32.5 32 25.316 32 16.5C32 7.684 24.816 0.5 16 0.5ZM16 24.5C15.12 24.5 14.4 23.78 14.4 22.9C14.4 22.02 15.12 21.3 16 21.3C16.88 21.3 17.6 22.02 17.6 22.9C17.6 23.78 16.88 24.5 16 24.5ZM17.6 16.5C17.6 17.38 16.88 18.1 16 18.1C15.12 18.1 14.4 17.38 14.4 16.5V10.1C14.4 9.22 15.12 8.5 16 8.5C16.88 8.5 17.6 9.22 17.6 10.1V16.5Z", fill: "white" }) }));
|
|
550
550
|
}
|
|
551
551
|
function CardFinished() {
|
|
552
|
-
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { x: "0.6", y: "0.6", width: "14.8", height: "14.8", rx: "7.4", stroke: "white",
|
|
552
|
+
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { x: "0.6", y: "0.6", width: "14.8", height: "14.8", rx: "7.4", stroke: "white", strokeWidth: "1.2" }), jsxRuntime.jsx("path", { d: "M12 5L6.5 10.5L4 8", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
553
553
|
}
|
|
554
554
|
function Tick({ fill, width, height }) {
|
|
555
|
-
return (jsxRuntime.jsx("svg", { width: width ? width : '12', height: height ? height : '10.5', viewBox: "0 0 13 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", {
|
|
555
|
+
return (jsxRuntime.jsx("svg", { width: width ? width : '12', height: height ? height : '10.5', viewBox: "0 0 13 11", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0964 0.390037L3.93638 7.30004L2.03638 5.27004C1.68638 4.94004 1.13638 4.92004 0.736381 5.20004C0.346381 5.49004 0.236381 6.00004 0.476381 6.41004L2.72638 10.07C2.94638 10.41 3.32638 10.62 3.75638 10.62C4.16638 10.62 4.55638 10.41 4.77638 10.07C5.13638 9.60004 12.0064 1.41004 12.0064 1.41004C12.9064 0.490037 11.8164 -0.319963 11.0964 0.380037V0.390037Z", fill: fill ? fill : 'white' }) }));
|
|
556
556
|
}
|
|
557
557
|
function LampHelpBoxInput({ fill, width, height }) {
|
|
558
|
-
return (jsxRuntime.jsxs("svg", { width: "16", height: "22", viewBox: "0 0 16 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M4.7282 15.2853H11.2704M3.0496 13.1938C2.07082 12.1947 1.40432 10.9219 1.13437 9.53624C0.864424 8.15062 1.00315 6.71443 1.53302 5.40926C2.06289 4.1041 2.9601 2.98857 4.1112 2.20374C5.26231 1.4189 6.61561 1 8 1C9.38439 1 10.7377 1.4189 11.8888 2.20374C13.0399 2.98857 13.9371 4.1041 14.467 5.40926C14.9968 6.71443 15.1356 8.15062 14.8656 9.53624C14.5957 10.9219 13.9292 12.1947 12.9504 13.1938L12.1832 13.9752C11.7446 14.4229 11.3967 14.9544 11.1594 15.5393C10.922 16.1241 10.7999 16.751 10.8 17.384V18.1427C10.8 18.9005 10.505 19.6273 9.9799 20.1631C9.4548 20.699 8.74261 21 8 21C7.25739 21 6.5452 20.699 6.0201 20.1631C5.495 19.6273 5.2 18.9005 5.2 18.1427V17.384C5.2 16.1054 4.7016 14.8782 3.8168 13.9752L3.0496 13.1938Z", stroke: "#444444",
|
|
558
|
+
return (jsxRuntime.jsxs("svg", { width: "16", height: "22", viewBox: "0 0 16 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M4.7282 15.2853H11.2704M3.0496 13.1938C2.07082 12.1947 1.40432 10.9219 1.13437 9.53624C0.864424 8.15062 1.00315 6.71443 1.53302 5.40926C2.06289 4.1041 2.9601 2.98857 4.1112 2.20374C5.26231 1.4189 6.61561 1 8 1C9.38439 1 10.7377 1.4189 11.8888 2.20374C13.0399 2.98857 13.9371 4.1041 14.467 5.40926C14.9968 6.71443 15.1356 8.15062 14.8656 9.53624C14.5957 10.9219 13.9292 12.1947 12.9504 13.1938L12.1832 13.9752C11.7446 14.4229 11.3967 14.9544 11.1594 15.5393C10.922 16.1241 10.7999 16.751 10.8 17.384V18.1427C10.8 18.9005 10.505 19.6273 9.9799 20.1631C9.4548 20.699 8.74261 21 8 21C7.25739 21 6.5452 20.699 6.0201 20.1631C5.495 19.6273 5.2 18.9005 5.2 18.1427V17.384C5.2 16.1054 4.7016 14.8782 3.8168 13.9752L3.0496 13.1938Z", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M4 7.5V7.5C4 5.567 5.567 4 7.5 4V4", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round" })] }));
|
|
559
559
|
}
|
|
560
560
|
function ArrrowExpandDropdown({ fill, width, height, stroke, strokeWidth }) {
|
|
561
561
|
return (jsxRuntime.jsx("svg", { width: width ? width : '14', height: height ? height : '8', viewBox: "0 0 14 8", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", { d: "M1.5 1.33301L6.83333 6.66634L12.1667 1.33301", stroke: stroke ?? "#757575", strokeWidth: strokeWidth ?? "2", strokeLinecap: "round", strokeLinejoin: "round" }) }));
|
|
@@ -567,10 +567,10 @@ function BallonChatgRondedTips({ fill, width, height, fillOpacity, stroke, strok
|
|
|
567
567
|
return (jsxRuntime.jsx("svg", { width: width ? width : '16', height: height ? height : '17', viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: jsxRuntime.jsx("path", { d: "M1.33268 8.8382C1.33268 7.27478 1.33268 5.71768 1.33268 4.15426C1.33268 3.21114 1.91268 2.44525 2.79935 2.22371C2.97268 2.17941 3.15268 2.16675 3.32602 2.16675C6.43935 2.16675 9.55935 2.16675 12.6727 2.16675C13.586 2.16675 14.286 2.66679 14.566 3.51496C14.606 3.64156 14.6327 3.76815 14.666 3.90107V10.9713C14.6127 11.1612 14.5793 11.3637 14.4927 11.541C14.1393 12.3068 13.5327 12.6866 12.7127 12.6993C12.486 12.6993 12.2593 12.6993 12.026 12.6993C12.026 12.7563 12.0193 12.8069 12.0193 12.8512C12.0193 13.3576 12.0193 13.8576 12.0127 14.364C12.0127 14.6868 11.7927 14.8893 11.5193 14.8197C11.4393 14.8007 11.3593 14.7501 11.2927 14.6995C10.4927 14.0665 9.69268 13.4335 8.89268 12.7942C8.81268 12.7309 8.72602 12.6993 8.61935 12.6993C6.85935 12.6993 5.10602 12.6993 3.34602 12.6993C2.90602 12.6993 2.49935 12.6043 2.14602 12.3322C1.61935 11.9334 1.34602 11.3954 1.34602 10.7181C1.34602 10.0915 1.34602 9.47117 1.34602 8.84453L1.33268 8.8382ZM11.4527 8.52805C11.946 8.52805 12.3393 8.11662 12.3393 7.61658C12.3393 7.11653 11.9393 6.70511 11.4527 6.70511C10.966 6.70511 10.566 7.11653 10.566 7.61658C10.566 8.11662 10.966 8.52805 11.4527 8.52805ZM8.09268 8.52805C8.58602 8.52805 8.97935 8.11662 8.97935 7.61658C8.97935 7.11653 8.57935 6.70511 8.09268 6.70511C7.60602 6.70511 7.20602 7.11653 7.20602 7.61658C7.20602 8.11662 7.60602 8.52805 8.09268 8.52805ZM4.53268 8.52805C5.02602 8.52805 5.41935 8.11662 5.41935 7.61658C5.41935 7.11653 5.01935 6.70511 4.53268 6.70511C4.04602 6.70511 3.64602 7.11653 3.64602 7.61658C3.64602 8.11662 4.04602 8.52805 4.53268 8.52805Z", fill: fill ? fill : 'white' }) }));
|
|
568
568
|
}
|
|
569
569
|
function PlayResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
570
|
-
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z", stroke: "#222222",
|
|
570
|
+
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14Z", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M6.5 5.75L10.25 8L6.5 10.25V5.75Z", fill: "#222222", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
571
571
|
}
|
|
572
572
|
function DocumentResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }) {
|
|
573
|
-
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9.66602 1.3335H3.99935C3.64573 1.3335 3.30659 1.47397 3.05654 1.72402C2.80649 1.97407 2.66602 2.31321 2.66602 2.66683V13.3335C2.66602 13.6871 2.80649 14.0263 3.05654 14.2763C3.30659 14.5264 3.64573 14.6668 3.99935 14.6668H11.9993C12.353 14.6668 12.6921 14.5264 12.9422 14.2763C13.1922 14.0263 13.3327 13.6871 13.3327 13.3335V5.00016L9.66602 1.3335Z", stroke: "#222222",
|
|
573
|
+
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9.66602 1.3335H3.99935C3.64573 1.3335 3.30659 1.47397 3.05654 1.72402C2.80649 1.97407 2.66602 2.31321 2.66602 2.66683V13.3335C2.66602 13.6871 2.80649 14.0263 3.05654 14.2763C3.30659 14.5264 3.64573 14.6668 3.99935 14.6668H11.9993C12.353 14.6668 12.6921 14.5264 12.9422 14.2763C13.1922 14.0263 13.3327 13.6871 13.3327 13.3335V5.00016L9.66602 1.3335Z", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M9.33398 1.3335V5.3335H13.334", stroke: "#222222", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
574
574
|
}
|
|
575
575
|
|
|
576
576
|
function styleInject(css, ref) {
|
|
@@ -1376,7 +1376,7 @@ const DataSubTitle = styled__default["default"].text `
|
|
|
1376
1376
|
`;
|
|
1377
1377
|
|
|
1378
1378
|
const Stats = ({ definicao = null, hipoteses = null, testes = null, resultados = null, proximosPassos = null }) => {
|
|
1379
|
-
return (jsxRuntime.jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 719 151", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M153.191 43.0903C153.21 43.0563 153.228 43.0223 153.245 42.9882C153.277 42.9361 153.307 42.8833 153.337 42.83C158.489 33.6471 165.889 25.883 174.877 20.288C185.402 13.7372 197.632 10.4542 210.022 10.8544C222.412 11.2545 234.406 15.3197 244.485 22.536C251.825 27.7905 257.91 34.5438 262.363 42.3057C262.461 42.5913 262.584 42.8726 262.733 43.1468C264.894 47.1282 267.046 52.5576 269.401 59.0696C270.335 61.6514 271.318 64.4553 272.34 67.3699L272.341 67.3712C273.806 71.5492 275.351 75.9548 276.944 80.2594C282.399 94.9999 289.259 111.007 299.243 122.165C299.487 122.438 299.753 122.68 300.035 122.892C302.858 125.93 305.945 128.736 309.269 131.274C320.431 139.796 333.8 144.942 347.795 146.104C361.79 147.265 375.824 144.393 388.238 137.827C399.069 132.098 408.271 123.767 415.035 113.617C416.676 111.155 415.753 107.874 413.179 106.417C410.604 104.96 407.354 105.881 405.683 108.323C399.948 116.7 392.25 123.585 383.229 128.357C372.625 133.966 360.636 136.419 348.681 135.427C336.726 134.435 325.305 130.039 315.771 122.759C312.889 120.559 310.217 118.124 307.777 115.485C307.644 115.291 307.498 115.104 307.337 114.924C298.858 105.448 292.576 91.2105 287.129 76.4904C285.534 72.1796 284.081 68.0329 282.664 63.9902L282.663 63.9866L282.66 63.9775C281.639 61.064 280.637 58.2044 279.614 55.3762C278.118 51.2379 276.61 47.2654 275.047 43.6966C274.972 43.3245 274.852 42.9538 274.684 42.5907C269.357 31.0977 261.134 21.1465 250.785 13.7369C238.965 5.27468 224.901 0.50754 210.371 0.0383122C195.842 -0.430916 181.5 3.41884 169.159 11.1008C158.697 17.6128 150.071 26.6308 144.035 37.2944C143.894 37.4878 143.764 37.6928 143.647 37.9089C141.055 42.6827 138.662 48.8382 136.295 55.4174C135.26 58.2959 134.247 61.2052 133.214 64.1708L133.213 64.174L133.212 64.1748L133.212 64.1753C131.799 68.2328 130.349 72.3957 128.756 76.7291C123.288 91.5999 116.988 105.968 108.517 115.436C108.354 115.619 108.205 115.809 108.071 116.006C105.633 118.641 102.963 121.074 100.085 123.272C90.5502 130.552 79.1296 134.948 67.1746 135.94C55.2196 136.932 43.2307 134.478 32.6265 128.87C23.6051 124.098 15.9073 117.213 10.1725 108.836C8.5013 106.394 5.25138 105.473 2.67667 106.93C0.101948 108.387 -0.820185 111.668 0.820474 114.13C7.58463 124.279 16.7862 132.611 27.6175 138.34C40.0311 144.906 54.0658 147.778 68.0607 146.616C82.0555 145.455 95.4248 140.309 106.586 131.787C109.912 129.247 113.001 126.44 115.825 123.4C116.105 123.19 116.368 122.949 116.61 122.678C126.601 111.512 133.479 95.3513 138.949 80.477C140.535 76.1623 142.077 71.7397 143.539 67.5447L143.541 67.5401L143.543 67.5344L143.543 67.5337C144.577 64.5665 145.572 61.7135 146.515 59.0933C148.877 52.5264 151.033 47.0665 153.191 43.0903Z", fill: "url(#paint0_linear_576_26707)" }), jsxRuntime.jsx("g", { filter: "url(#filter0_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "61.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 60, y: 79, fill: '#222', "font-size": "12", children: definicao?.count }), jsxRuntime.jsx(DataSubTitle, { x: 60, y: 101, fill: '#222', "font-size": "10", children: definicao?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter1_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "353.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 353, y: 79, fill: '#222', "font-size": "12", children: testes?.count }), jsxRuntime.jsx(DataSubTitle, { x: 353, y: 101, fill: '#222', "font-size": "10", children: testes?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter2_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "645.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 645, y: 79, fill: '#222', "font-size": "12", children: proximosPassos?.count }), jsxRuntime.jsx(DataSubTitle, { x: 645, y: 101, fill: '#222', "font-size": "10", children: proximosPassos?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter3_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "207.562", cy: "73.565", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 208, y: 79, fill: '#222', "font-size": "12", children: hipoteses?.count }), jsxRuntime.jsx(DataSubTitle, { x: 208, y: 101, fill: '#222', "font-size": "10", children: hipoteses?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter4_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "499.562", cy: "73.565", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 500, y: 79, fill: '#222', "font-size": "12", children: resultados?.count }), jsxRuntime.jsx(DataSubTitle, { x: 500, y: 101, fill: '#222', "font-size": "10", children: resultados?.percentage }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M294.675 42.9438C292.1 41.4867 291.178 38.2055 292.819 35.7437C298.339 27.4598 305.497 20.3675 313.87 14.9146C323.742 8.48533 335.016 4.52345 346.74 3.36288C358.464 2.20231 370.295 3.87705 381.236 8.24596C389.713 11.6306 397.463 16.5554 404.104 22.7486L410.79 16.9156L415.748 42.1779L391.391 33.84L395.981 29.8356C390.492 24.8959 384.159 20.949 377.263 18.1954C367.917 14.4633 357.81 13.0327 347.795 14.0241C337.78 15.0155 328.15 18.3999 319.716 23.8921C312.783 28.4076 306.825 34.2391 302.17 41.0381C300.499 43.4793 297.249 44.4008 294.675 42.9438Z", fill: "url(#paint1_linear_576_26707)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.67667 42.9438C0.101951 41.4867 -0.820191 38.2055 0.82048 35.7437C6.34132 27.4598 13.4987 20.3675 21.8719 14.9146C31.7443 8.48533 43.0176 4.52346 54.7416 3.36288C66.4656 2.20231 78.2969 3.87705 89.2382 8.24597C97.7138 11.6303 105.463 16.5545 112.105 22.7469L118.789 16.9156L123.746 42.1779L99.3894 33.84L103.981 29.8339C98.493 24.895 92.1606 20.9487 85.2654 18.1954C75.9188 14.4634 65.8121 13.0327 55.797 14.0241C45.7818 15.0155 36.1517 18.3999 27.7183 23.8921C20.7846 28.4076 14.8268 34.2391 10.1724 41.0381C8.50128 43.4793 5.25138 44.4008 2.67667 42.9438Z", fill: "url(#paint2_linear_576_26707)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M586.675 42.9438C584.1 41.4867 583.178 38.2055 584.819 35.7437C590.339 27.4598 597.497 20.3675 605.87 14.9146C615.742 8.48533 627.016 4.52345 638.74 3.36288C650.464 2.20231 662.295 3.87705 673.236 8.24596C681.713 11.6306 689.463 16.5554 696.104 22.7486L702.79 16.9156L707.748 42.1779L683.391 33.84L687.981 29.8356C682.492 24.8959 676.159 20.949 669.263 18.1954C659.917 14.4633 649.81 13.0327 639.795 14.0241C629.78 15.0155 620.15 18.3999 611.716 23.8921C604.783 28.4076 598.825 34.2391 594.17 41.0381C592.499 43.4793 589.249 44.4008 586.675 42.9438Z", fill: "url(#paint3_linear_576_26707)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M440.675 110.705C438.1 112.162 437.178 115.443 438.819 117.905C444.339 126.189 451.497 133.281 459.87 138.734C469.742 145.163 481.016 149.125 492.74 150.286C504.464 151.446 516.295 149.771 527.236 145.402C535.713 142.018 543.463 137.093 550.104 130.9L556.79 136.733L561.748 111.471L537.391 119.808L541.981 123.813C536.492 128.753 530.159 132.699 523.263 135.453C513.917 139.185 503.81 140.616 493.795 139.624C483.78 138.633 474.15 135.249 465.716 129.756C458.783 125.241 452.825 119.409 448.17 112.61C446.499 110.169 443.249 109.248 440.675 110.705Z", fill: "url(#paint4_linear_576_26707)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M148.675 110.705C146.1 112.162 145.178 115.443 146.819 117.905C152.339 126.189 159.497 133.281 167.87 138.734C177.742 145.163 189.016 149.125 200.74 150.286C212.464 151.446 224.295 149.771 235.236 145.402C243.712 142.018 251.462 137.093 258.104 130.9L264.789 136.733L269.747 111.471L245.39 119.808L249.981 123.813C244.492 128.753 238.159 132.699 231.263 135.453C221.917 139.185 211.81 140.616 201.795 139.624C191.78 138.633 182.15 135.249 173.716 129.756C166.783 125.241 160.825 119.409 156.17 112.61C154.499 110.169 151.249 109.248 148.675 110.705Z", fill: "url(#paint5_linear_576_26707)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M445.193 43.09C445.211 43.0561 445.229 43.0221 445.247 42.9879C445.278 42.9358 445.309 42.8831 445.339 42.8298C450.491 33.6469 457.89 25.8827 466.879 20.2878C477.403 13.7369 489.634 10.454 502.024 10.8541C514.414 11.2542 526.407 15.3195 536.487 22.5358C543.826 27.7902 549.911 34.5434 554.365 42.3052C554.463 42.591 554.585 42.8724 554.734 43.1467C556.896 47.1281 559.048 52.5576 561.403 59.0696C562.337 61.6513 563.32 64.4552 564.342 67.3699L564.343 67.3711C565.808 71.5492 567.353 75.9547 568.946 80.2594C574.401 94.9998 581.261 111.007 591.245 122.165C591.489 122.438 591.755 122.68 592.036 122.892C594.86 125.93 597.947 128.736 601.271 131.274C612.432 139.796 625.802 144.942 639.796 146.103C653.791 147.265 667.826 144.393 680.24 137.827C691.071 132.098 700.272 123.767 707.037 113.617C708.677 111.155 707.755 107.874 705.18 106.417C702.606 104.96 699.356 105.881 697.685 108.323C691.95 116.7 684.252 123.585 675.231 128.357C664.626 133.965 652.637 136.419 640.682 135.427C628.727 134.435 617.307 130.039 607.772 122.759C604.891 120.559 602.219 118.124 599.779 115.485C599.646 115.291 599.499 115.103 599.339 114.924C590.86 105.448 584.578 91.2105 579.131 76.4903C577.536 72.1795 576.083 68.0328 574.666 63.9901L574.665 63.9865L574.662 63.9774C573.641 61.0639 572.639 58.2043 571.616 55.3761C570.12 51.2379 568.612 47.2654 567.049 43.6967C566.974 43.3244 566.854 42.9537 566.686 42.5905C561.359 31.0975 553.136 21.1463 542.787 13.7367C530.967 5.27444 516.903 0.507296 502.373 0.0380681C487.844 -0.43116 473.502 3.4186 461.16 11.1005C450.698 17.6126 442.073 26.6306 436.037 37.2942C435.896 37.4876 435.766 37.6926 435.648 37.9087C433.057 42.6825 430.664 48.838 428.297 55.4171C427.262 58.2958 426.248 61.2053 425.215 64.1709L425.214 64.1738L425.214 64.1746L425.214 64.175C423.801 68.2326 422.351 72.3955 420.757 76.7289C415.289 91.5997 408.99 105.968 400.519 115.436C400.358 115.616 400.211 115.804 400.078 115.998C397.638 118.636 394.966 121.071 392.085 123.271C382.55 130.551 371.13 134.947 359.175 135.939C347.22 136.932 335.231 134.478 324.626 128.869C315.605 124.098 307.907 117.213 302.172 108.835C300.501 106.394 297.251 105.472 294.677 106.93C292.102 108.387 291.18 111.668 292.82 114.13C299.585 124.279 308.786 132.611 319.618 138.34C332.031 144.905 346.066 147.778 360.061 146.616C374.056 145.455 387.425 140.308 398.586 131.786C401.911 129.248 404.997 126.442 407.821 123.404C408.103 123.193 408.368 122.951 408.612 122.678C418.603 111.512 425.481 95.3511 430.95 80.4768C432.537 76.1621 434.079 71.7395 435.541 67.5445L435.543 67.5399L435.545 67.5342L435.545 67.5334C436.579 64.5663 437.574 61.7133 438.516 59.0931C440.879 52.5262 443.034 47.0663 445.193 43.09Z", fill: "url(#paint6_linear_576_26707)" }), jsxRuntime.jsx("path", { d: "M714.28 93.5678L711.947 119.206L690.91 104.366L714.28 93.5678Z", fill: "#FF9934" }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("filter", { id: "filter0_d_576_26707", x: "7.00391", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter1_d_576_26707", x: "299.004", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter2_d_576_26707", x: "591.004", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter3_d_576_26707", x: "153.004", y: "23.0068", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter4_d_576_26707", x: "445.004", y: "23.0068", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { "flood-opacity": "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint0_linear_576_26707", x1: "285.498", y1: "0", x2: "2.83459", y2: "100.645", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.220452", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.56498", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.942956", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint1_linear_576_26707", x1: "391.884", y1: "92.1548", x2: "205.788", y2: "92.1548", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#F46E1D" }), jsxRuntime.jsx("stop", { offset: "0.575197", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.865824", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint2_linear_576_26707", x1: "130.628", y1: "92.1548", x2: "-120.195", y2: "92.1548", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.176509", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.462825", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "1", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint3_linear_576_26707", x1: "708.157", y1: "92.1553", x2: "475.891", y2: "98.5772", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.123715", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.597062", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.919352", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint4_linear_576_26707", x1: "340.461", y1: "137.388", x2: "571.057", y2: "137.388", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "0.555386", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.958184", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint5_linear_576_26707", x1: "69.4981", y1: "137.388", x2: "257.211", y2: "137.388", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "0.514298", "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "1", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint6_linear_576_26707", x1: "439.612", y1: "-0.000423512", x2: "531.394", y2: "-32.7864", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.45849", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.973031", "stop-color": "#FF9934" })] })] })] }));
|
|
1379
|
+
return (jsxRuntime.jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 719 151", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M153.191 43.0903C153.21 43.0563 153.228 43.0223 153.245 42.9882C153.277 42.9361 153.307 42.8833 153.337 42.83C158.489 33.6471 165.889 25.883 174.877 20.288C185.402 13.7372 197.632 10.4542 210.022 10.8544C222.412 11.2545 234.406 15.3197 244.485 22.536C251.825 27.7905 257.91 34.5438 262.363 42.3057C262.461 42.5913 262.584 42.8726 262.733 43.1468C264.894 47.1282 267.046 52.5576 269.401 59.0696C270.335 61.6514 271.318 64.4553 272.34 67.3699L272.341 67.3712C273.806 71.5492 275.351 75.9548 276.944 80.2594C282.399 94.9999 289.259 111.007 299.243 122.165C299.487 122.438 299.753 122.68 300.035 122.892C302.858 125.93 305.945 128.736 309.269 131.274C320.431 139.796 333.8 144.942 347.795 146.104C361.79 147.265 375.824 144.393 388.238 137.827C399.069 132.098 408.271 123.767 415.035 113.617C416.676 111.155 415.753 107.874 413.179 106.417C410.604 104.96 407.354 105.881 405.683 108.323C399.948 116.7 392.25 123.585 383.229 128.357C372.625 133.966 360.636 136.419 348.681 135.427C336.726 134.435 325.305 130.039 315.771 122.759C312.889 120.559 310.217 118.124 307.777 115.485C307.644 115.291 307.498 115.104 307.337 114.924C298.858 105.448 292.576 91.2105 287.129 76.4904C285.534 72.1796 284.081 68.0329 282.664 63.9902L282.663 63.9866L282.66 63.9775C281.639 61.064 280.637 58.2044 279.614 55.3762C278.118 51.2379 276.61 47.2654 275.047 43.6966C274.972 43.3245 274.852 42.9538 274.684 42.5907C269.357 31.0977 261.134 21.1465 250.785 13.7369C238.965 5.27468 224.901 0.50754 210.371 0.0383122C195.842 -0.430916 181.5 3.41884 169.159 11.1008C158.697 17.6128 150.071 26.6308 144.035 37.2944C143.894 37.4878 143.764 37.6928 143.647 37.9089C141.055 42.6827 138.662 48.8382 136.295 55.4174C135.26 58.2959 134.247 61.2052 133.214 64.1708L133.213 64.174L133.212 64.1748L133.212 64.1753C131.799 68.2328 130.349 72.3957 128.756 76.7291C123.288 91.5999 116.988 105.968 108.517 115.436C108.354 115.619 108.205 115.809 108.071 116.006C105.633 118.641 102.963 121.074 100.085 123.272C90.5502 130.552 79.1296 134.948 67.1746 135.94C55.2196 136.932 43.2307 134.478 32.6265 128.87C23.6051 124.098 15.9073 117.213 10.1725 108.836C8.5013 106.394 5.25138 105.473 2.67667 106.93C0.101948 108.387 -0.820185 111.668 0.820474 114.13C7.58463 124.279 16.7862 132.611 27.6175 138.34C40.0311 144.906 54.0658 147.778 68.0607 146.616C82.0555 145.455 95.4248 140.309 106.586 131.787C109.912 129.247 113.001 126.44 115.825 123.4C116.105 123.19 116.368 122.949 116.61 122.678C126.601 111.512 133.479 95.3513 138.949 80.477C140.535 76.1623 142.077 71.7397 143.539 67.5447L143.541 67.5401L143.543 67.5344L143.543 67.5337C144.577 64.5665 145.572 61.7135 146.515 59.0933C148.877 52.5264 151.033 47.0665 153.191 43.0903Z", fill: "url(#paint0_linear_576_26707)" }), jsxRuntime.jsx("g", { filter: "url(#filter0_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "61.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 60, y: 79, fill: '#222', "font-size": "12", children: definicao?.count }), jsxRuntime.jsx(DataSubTitle, { x: 60, y: 101, fill: '#222', "font-size": "10", children: definicao?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter1_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "353.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 353, y: 79, fill: '#222', "font-size": "12", children: testes?.count }), jsxRuntime.jsx(DataSubTitle, { x: 353, y: 101, fill: '#222', "font-size": "10", children: testes?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter2_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "645.562", cy: "74.564", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 645, y: 79, fill: '#222', "font-size": "12", children: proximosPassos?.count }), jsxRuntime.jsx(DataSubTitle, { x: 645, y: 101, fill: '#222', "font-size": "10", children: proximosPassos?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter3_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "207.562", cy: "73.565", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 208, y: 79, fill: '#222', "font-size": "12", children: hipoteses?.count }), jsxRuntime.jsx(DataSubTitle, { x: 208, y: 101, fill: '#222', "font-size": "10", children: hipoteses?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter4_d_576_26707)", children: jsxRuntime.jsx("circle", { cx: "499.562", cy: "73.565", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 500, y: 79, fill: '#222', "font-size": "12", children: resultados?.count }), jsxRuntime.jsx(DataSubTitle, { x: 500, y: 101, fill: '#222', "font-size": "10", children: resultados?.percentage }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M294.675 42.9438C292.1 41.4867 291.178 38.2055 292.819 35.7437C298.339 27.4598 305.497 20.3675 313.87 14.9146C323.742 8.48533 335.016 4.52345 346.74 3.36288C358.464 2.20231 370.295 3.87705 381.236 8.24596C389.713 11.6306 397.463 16.5554 404.104 22.7486L410.79 16.9156L415.748 42.1779L391.391 33.84L395.981 29.8356C390.492 24.8959 384.159 20.949 377.263 18.1954C367.917 14.4633 357.81 13.0327 347.795 14.0241C337.78 15.0155 328.15 18.3999 319.716 23.8921C312.783 28.4076 306.825 34.2391 302.17 41.0381C300.499 43.4793 297.249 44.4008 294.675 42.9438Z", fill: "url(#paint1_linear_576_26707)" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.67667 42.9438C0.101951 41.4867 -0.820191 38.2055 0.82048 35.7437C6.34132 27.4598 13.4987 20.3675 21.8719 14.9146C31.7443 8.48533 43.0176 4.52346 54.7416 3.36288C66.4656 2.20231 78.2969 3.87705 89.2382 8.24597C97.7138 11.6303 105.463 16.5545 112.105 22.7469L118.789 16.9156L123.746 42.1779L99.3894 33.84L103.981 29.8339C98.493 24.895 92.1606 20.9487 85.2654 18.1954C75.9188 14.4634 65.8121 13.0327 55.797 14.0241C45.7818 15.0155 36.1517 18.3999 27.7183 23.8921C20.7846 28.4076 14.8268 34.2391 10.1724 41.0381C8.50128 43.4793 5.25138 44.4008 2.67667 42.9438Z", fill: "url(#paint2_linear_576_26707)" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M586.675 42.9438C584.1 41.4867 583.178 38.2055 584.819 35.7437C590.339 27.4598 597.497 20.3675 605.87 14.9146C615.742 8.48533 627.016 4.52345 638.74 3.36288C650.464 2.20231 662.295 3.87705 673.236 8.24596C681.713 11.6306 689.463 16.5554 696.104 22.7486L702.79 16.9156L707.748 42.1779L683.391 33.84L687.981 29.8356C682.492 24.8959 676.159 20.949 669.263 18.1954C659.917 14.4633 649.81 13.0327 639.795 14.0241C629.78 15.0155 620.15 18.3999 611.716 23.8921C604.783 28.4076 598.825 34.2391 594.17 41.0381C592.499 43.4793 589.249 44.4008 586.675 42.9438Z", fill: "url(#paint3_linear_576_26707)" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M440.675 110.705C438.1 112.162 437.178 115.443 438.819 117.905C444.339 126.189 451.497 133.281 459.87 138.734C469.742 145.163 481.016 149.125 492.74 150.286C504.464 151.446 516.295 149.771 527.236 145.402C535.713 142.018 543.463 137.093 550.104 130.9L556.79 136.733L561.748 111.471L537.391 119.808L541.981 123.813C536.492 128.753 530.159 132.699 523.263 135.453C513.917 139.185 503.81 140.616 493.795 139.624C483.78 138.633 474.15 135.249 465.716 129.756C458.783 125.241 452.825 119.409 448.17 112.61C446.499 110.169 443.249 109.248 440.675 110.705Z", fill: "url(#paint4_linear_576_26707)" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M148.675 110.705C146.1 112.162 145.178 115.443 146.819 117.905C152.339 126.189 159.497 133.281 167.87 138.734C177.742 145.163 189.016 149.125 200.74 150.286C212.464 151.446 224.295 149.771 235.236 145.402C243.712 142.018 251.462 137.093 258.104 130.9L264.789 136.733L269.747 111.471L245.39 119.808L249.981 123.813C244.492 128.753 238.159 132.699 231.263 135.453C221.917 139.185 211.81 140.616 201.795 139.624C191.78 138.633 182.15 135.249 173.716 129.756C166.783 125.241 160.825 119.409 156.17 112.61C154.499 110.169 151.249 109.248 148.675 110.705Z", fill: "url(#paint5_linear_576_26707)" }), jsxRuntime.jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M445.193 43.09C445.211 43.0561 445.229 43.0221 445.247 42.9879C445.278 42.9358 445.309 42.8831 445.339 42.8298C450.491 33.6469 457.89 25.8827 466.879 20.2878C477.403 13.7369 489.634 10.454 502.024 10.8541C514.414 11.2542 526.407 15.3195 536.487 22.5358C543.826 27.7902 549.911 34.5434 554.365 42.3052C554.463 42.591 554.585 42.8724 554.734 43.1467C556.896 47.1281 559.048 52.5576 561.403 59.0696C562.337 61.6513 563.32 64.4552 564.342 67.3699L564.343 67.3711C565.808 71.5492 567.353 75.9547 568.946 80.2594C574.401 94.9998 581.261 111.007 591.245 122.165C591.489 122.438 591.755 122.68 592.036 122.892C594.86 125.93 597.947 128.736 601.271 131.274C612.432 139.796 625.802 144.942 639.796 146.103C653.791 147.265 667.826 144.393 680.24 137.827C691.071 132.098 700.272 123.767 707.037 113.617C708.677 111.155 707.755 107.874 705.18 106.417C702.606 104.96 699.356 105.881 697.685 108.323C691.95 116.7 684.252 123.585 675.231 128.357C664.626 133.965 652.637 136.419 640.682 135.427C628.727 134.435 617.307 130.039 607.772 122.759C604.891 120.559 602.219 118.124 599.779 115.485C599.646 115.291 599.499 115.103 599.339 114.924C590.86 105.448 584.578 91.2105 579.131 76.4903C577.536 72.1795 576.083 68.0328 574.666 63.9901L574.665 63.9865L574.662 63.9774C573.641 61.0639 572.639 58.2043 571.616 55.3761C570.12 51.2379 568.612 47.2654 567.049 43.6967C566.974 43.3244 566.854 42.9537 566.686 42.5905C561.359 31.0975 553.136 21.1463 542.787 13.7367C530.967 5.27444 516.903 0.507296 502.373 0.0380681C487.844 -0.43116 473.502 3.4186 461.16 11.1005C450.698 17.6126 442.073 26.6306 436.037 37.2942C435.896 37.4876 435.766 37.6926 435.648 37.9087C433.057 42.6825 430.664 48.838 428.297 55.4171C427.262 58.2958 426.248 61.2053 425.215 64.1709L425.214 64.1738L425.214 64.1746L425.214 64.175C423.801 68.2326 422.351 72.3955 420.757 76.7289C415.289 91.5997 408.99 105.968 400.519 115.436C400.358 115.616 400.211 115.804 400.078 115.998C397.638 118.636 394.966 121.071 392.085 123.271C382.55 130.551 371.13 134.947 359.175 135.939C347.22 136.932 335.231 134.478 324.626 128.869C315.605 124.098 307.907 117.213 302.172 108.835C300.501 106.394 297.251 105.472 294.677 106.93C292.102 108.387 291.18 111.668 292.82 114.13C299.585 124.279 308.786 132.611 319.618 138.34C332.031 144.905 346.066 147.778 360.061 146.616C374.056 145.455 387.425 140.308 398.586 131.786C401.911 129.248 404.997 126.442 407.821 123.404C408.103 123.193 408.368 122.951 408.612 122.678C418.603 111.512 425.481 95.3511 430.95 80.4768C432.537 76.1621 434.079 71.7395 435.541 67.5445L435.543 67.5399L435.545 67.5342L435.545 67.5334C436.579 64.5663 437.574 61.7133 438.516 59.0931C440.879 52.5262 443.034 47.0663 445.193 43.09Z", fill: "url(#paint6_linear_576_26707)" }), jsxRuntime.jsx("path", { d: "M714.28 93.5678L711.947 119.206L690.91 104.366L714.28 93.5678Z", fill: "#FF9934" }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("filter", { id: "filter0_d_576_26707", x: "7.00391", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter1_d_576_26707", x: "299.004", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter2_d_576_26707", x: "591.004", y: "24.0059", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter3_d_576_26707", x: "153.004", y: "23.0068", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter4_d_576_26707", x: "445.004", y: "23.0068", width: "109.117", height: "109.116", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feOffset", { dy: "4" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2" }), jsxRuntime.jsx("feComposite", { in2: "hardAlpha", operator: "out" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), jsxRuntime.jsx("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_576_26707" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_576_26707", result: "shape" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint0_linear_576_26707", x1: "285.498", y1: "0", x2: "2.83459", y2: "100.645", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.220452", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.56498", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.942956", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint1_linear_576_26707", x1: "391.884", y1: "92.1548", x2: "205.788", y2: "92.1548", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#F46E1D" }), jsxRuntime.jsx("stop", { offset: "0.575197", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.865824", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint2_linear_576_26707", x1: "130.628", y1: "92.1548", x2: "-120.195", y2: "92.1548", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.176509", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.462825", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "1", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint3_linear_576_26707", x1: "708.157", y1: "92.1553", x2: "475.891", y2: "98.5772", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.123715", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.597062", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.919352", "stop-color": "#FF9934" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint4_linear_576_26707", x1: "340.461", y1: "137.388", x2: "571.057", y2: "137.388", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "0.555386", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.958184", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint5_linear_576_26707", x1: "69.4981", y1: "137.388", x2: "257.211", y2: "137.388", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "0.514298", "stop-color": "#FE933C" }), jsxRuntime.jsx("stop", { offset: "1", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint6_linear_576_26707", x1: "439.612", y1: "-0.000423512", x2: "531.394", y2: "-32.7864", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.45849", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.973031", "stop-color": "#FF9934" })] })] })] }));
|
|
1380
1380
|
};
|
|
1381
1381
|
|
|
1382
1382
|
function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximosPassos, languagem }) {
|
|
@@ -3013,11 +3013,11 @@ const SmallTrash = ({ width = '16', height = '16', fill = '#BDBDBD' }) => {
|
|
|
3013
3013
|
};
|
|
3014
3014
|
|
|
3015
3015
|
const TagAlert = ({ width = 18, height = 18, color = "#C00F00" }) => {
|
|
3016
|
-
return (jsxRuntime.jsxs("svg", { width: width, height: height, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z", stroke: color,
|
|
3016
|
+
return (jsxRuntime.jsxs("svg", { width: width, height: height, viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z", stroke: color, strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M8.99683 5.57153L8.99683 9.68582", stroke: color, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("ellipse", { cx: "8.99821", cy: "12.4283", rx: "0.685714", ry: "0.685145", fill: color })] }));
|
|
3017
3017
|
};
|
|
3018
3018
|
|
|
3019
3019
|
const CircledCheck = ({ width = '22', height = '22', fill = '#1BA853' }) => {
|
|
3020
|
-
return (jsxRuntime.jsxs("svg", { width: width, height: height, viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { width: width, height: height, rx: "11", fill: fill }), jsxRuntime.jsx("path", { d: "M16.3327 7L8.99935 14.3333L5.66602 11", stroke: "white",
|
|
3020
|
+
return (jsxRuntime.jsxs("svg", { width: width, height: height, viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { width: width, height: height, rx: "11", fill: fill }), jsxRuntime.jsx("path", { d: "M16.3327 7L8.99935 14.3333L5.66602 11", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
3021
3021
|
};
|
|
3022
3022
|
|
|
3023
3023
|
const CircledAlert = ({ fill = '#F18624', width = '22', height = '22' }) => {
|
|
@@ -3029,11 +3029,11 @@ const VoteIcon = ({ style, width = '16', height = '17', stroke = '#444444' }) =>
|
|
|
3029
3029
|
};
|
|
3030
3030
|
|
|
3031
3031
|
const ExcludeVoteIcon = ({ style, width = '16', height = '17', stroke = '#444444' }) => {
|
|
3032
|
-
return (jsxRuntime.jsxs("svg", { style: style, width: width, height: height, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M8.00065 14.9381C11.6825 14.9381 14.6673 11.9533 14.6673 8.2714C14.6673 4.5895 11.6825 1.60474 8.00065 1.60474C4.31875 1.60474 1.33398 4.5895 1.33398 8.2714C1.33398 11.9533 4.31875 14.9381 8.00065 14.9381Z", stroke: stroke,
|
|
3032
|
+
return (jsxRuntime.jsxs("svg", { style: style, width: width, height: height, viewBox: "0 0 16 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M8.00065 14.9381C11.6825 14.9381 14.6673 11.9533 14.6673 8.2714C14.6673 4.5895 11.6825 1.60474 8.00065 1.60474C4.31875 1.60474 1.33398 4.5895 1.33398 8.2714C1.33398 11.9533 4.31875 14.9381 8.00065 14.9381Z", stroke: stroke, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M10.6673 5.60474L5.33398 10.9381", stroke: stroke, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M5.33398 5.60474L10.6673 10.9381", stroke: stroke, strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
3033
3033
|
};
|
|
3034
3034
|
|
|
3035
3035
|
const VoteCurrentIcon = ({ style, width = '16', height = '17', stroke = '#444444' }) => {
|
|
3036
|
-
return (jsxRuntime.jsxs("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M3.33398 5.05884V8.906H6.97035", stroke: "#444444",
|
|
3036
|
+
return (jsxRuntime.jsxs("svg", { width: "20", height: "21", viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { d: "M3.33398 5.05884V8.906H6.97035", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M16.6676 15.318V11.4708H13.0312", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), jsxRuntime.jsx("path", { d: "M15.1461 8.26484C14.8387 7.34587 14.3163 6.52425 13.6276 5.87666C12.939 5.22906 12.1064 4.77659 11.2077 4.56147C10.3091 4.34634 9.37353 4.37557 8.48841 4.64643C7.6033 4.9173 6.79747 5.42096 6.14611 6.11043L3.33398 8.90603M16.6673 11.4708L13.8552 14.2664C13.2038 14.9559 12.398 15.4595 11.5129 15.7304C10.6278 16.0013 9.69223 16.0305 8.79355 15.8154C7.89487 15.6003 7.06235 15.1478 6.37366 14.5002C5.68497 13.8526 5.16257 13.031 4.8552 12.112", stroke: "#444444", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
3037
3037
|
};
|
|
3038
3038
|
|
|
3039
3039
|
const fadeInRight = styled.keyframes `
|
|
@@ -3526,7 +3526,7 @@ styled__default["default"].div `
|
|
|
3526
3526
|
font-size: 16px;
|
|
3527
3527
|
line-height: 17.6px;
|
|
3528
3528
|
`;
|
|
3529
|
-
styled__default["default"].div `
|
|
3529
|
+
const IconOption = styled__default["default"].div `
|
|
3530
3530
|
width: 20px;
|
|
3531
3531
|
height: 30px;
|
|
3532
3532
|
display: flex;
|
|
@@ -3546,6 +3546,8 @@ const ButtonMenuNotification = styled__default["default"].button `
|
|
|
3546
3546
|
font-size: 16px !important;
|
|
3547
3547
|
display: flex !important;
|
|
3548
3548
|
justify-content: start !important;
|
|
3549
|
+
align-items: center !important;
|
|
3550
|
+
gap: 8px !important;
|
|
3549
3551
|
cursor: pointer !important;
|
|
3550
3552
|
:hover {
|
|
3551
3553
|
background-color: ${({ isDarkMode }) => (isDarkMode ? ` rgb(82, 82, 82) !important` : `#F7F9FC !important;`)};
|
|
@@ -3566,10 +3568,10 @@ function MenuMore({ iconButton, options, style, closeAfterClick, isHover = true,
|
|
|
3566
3568
|
setAnchorEl(null);
|
|
3567
3569
|
};
|
|
3568
3570
|
return (jsxRuntime.jsx(styled.ThemeProvider, { theme: FRSTTheme, children: jsxRuntime.jsxs("div", { style: { ...style }, children: [jsxRuntime.jsx(ButtonMore$2, { id: "basic-button", disableRipple: isHover ? false : true, "aria-controls": "basic-menu", "aria-haspopup": "true", "aria-expanded": open ? 'true' : undefined, onClick: handleClick, children: iconButton ? iconButton : jsxRuntime.jsx(MoreDotsVertical, { fill: "#444" }) }), listOptions && listOptions?.length > 0 && (jsxRuntime.jsx(MenuCustom$2, { id: "basic-menu", anchorOrigin: { vertical: 'bottom', horizontal: 'left' }, transformOrigin: { vertical: 'top', horizontal: 'right' }, anchorEl: anchorEl, open: open, onClose: handleClose, isArrowInMenu: isArrowInMenu, isPaddingInMenu: isPaddingInMenu, isDarkMode: isDarkMode, children: listOptions.map((itemOption, index) => {
|
|
3569
|
-
return (jsxRuntime.jsx(material.Box, { children: jsxRuntime.
|
|
3571
|
+
return (jsxRuntime.jsx(material.Box, { children: jsxRuntime.jsxs(ButtonMenuNotification, { onClick: () => {
|
|
3570
3572
|
itemOption?.onClick();
|
|
3571
3573
|
closeAfterClick && handleClose();
|
|
3572
|
-
}, isColor: itemOption?.color, isDarkMode: isDarkMode, children: itemOption?.description }) }, index));
|
|
3574
|
+
}, isColor: itemOption?.color, isDarkMode: isDarkMode, children: [itemOption?.startIcon && jsxRuntime.jsx(IconOption, { children: itemOption?.startIcon }), itemOption?.description] }) }, index));
|
|
3573
3575
|
}) }))] }) }));
|
|
3574
3576
|
}
|
|
3575
3577
|
|
|
@@ -3805,11 +3807,11 @@ const placeholderStyle = (color) => styled.css `
|
|
|
3805
3807
|
color: ${({ theme }) => theme.colors[color]};
|
|
3806
3808
|
}
|
|
3807
3809
|
|
|
3808
|
-
:-ms-input-placeholder
|
|
3810
|
+
:-ms-input-placeholder {
|
|
3809
3811
|
color: ${({ theme }) => theme.colors[color]};
|
|
3810
3812
|
}
|
|
3811
3813
|
|
|
3812
|
-
:-moz-placeholder
|
|
3814
|
+
:-moz-placeholder {
|
|
3813
3815
|
color: ${({ theme }) => theme.colors[color]};
|
|
3814
3816
|
}
|
|
3815
3817
|
`;
|
|
@@ -17313,7 +17315,7 @@ function ThumbListContent(props) {
|
|
|
17313
17315
|
const MAX_CHARACTERS = 150;
|
|
17314
17316
|
return (jsxRuntime.jsx(styled.ThemeProvider, { theme: FRSTTheme, children: props.isLoading ? (jsxRuntime.jsxs(containerThumbContent, { style: { ...props.style }, children: [jsxRuntime.jsx(loadingImageThumb, {}), jsxRuntime.jsxs(loadingThumbContent, { children: [props.title && jsxRuntime.jsx(loadingContent, { children: "a" }), jsxRuntime.jsx(loadingContent, { children: "a" }), jsxRuntime.jsx(loadingContent, { children: "a" }), jsxRuntime.jsx(loadingContent, { children: "a" }), jsxRuntime.jsx(loadingContent, { children: "a" })] })] })) : (jsxRuntime.jsxs(containerThumbContent, { style: { ...props.style }, children: [props.imageSrc ? (tagVisualized > 0 ? (jsxRuntime.jsx(shadedThumb, { children: jsxRuntime.jsx(imageThumbContent, { style: { backgroundImage: `url(${props.imageSrc})` }, onClick: props.onClickThumb, children: jsxRuntime.jsx(ProgressAndImg, { children: jsxRuntime.jsx(ProgressBar$1, { label: "", value: props.valueProgress }) }) }) })) : (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [jsxRuntime.jsx(imageThumbContent, { style: { backgroundImage: `url(${props.imageSrc})` }, onClick: props.onClickThumb, children: jsxRuntime.jsxs(IconPlayVideo, { children: [' ', jsxRuntime.jsx(IconPlay, {}), ' '] }) }), jsxRuntime.jsxs(InfCanal, { id: 'DadosCanal', href: props.urlCanal, children: [jsxRuntime.jsx(ImgCanal, { src: props.imageSrcCanal }), jsxRuntime.jsx(NameCanal, { children: props.nameCanal })] })] }))) : tagVisualized > 0 ? (jsxRuntime.jsx(shadedThumb, { onClick: props.onClickThumb, children: jsxRuntime.jsxs(iconsThumbAndProgress, { children: [props.typeThumbContent === 'video' ? jsxRuntime.jsx(ThumbVideo, { width: "74", height: "74" }) : null, props.typeThumbContent === 'podcast' ? (jsxRuntime.jsx(IconAndProgress, { children: jsxRuntime.jsx(ThumbPodcast, { width: "74", height: "74" }) })) : null, props.typeThumbContent === 'question' ? jsxRuntime.jsx(ThumbTexto, { width: "74", height: "74" }) : null, props.typeThumbContent === 'textual' ? jsxRuntime.jsx(ThumbTexto, { width: "74", height: "74" }) : null, jsxRuntime.jsx(ProgressIcon, { children: jsxRuntime.jsx(ProgressBar$1, { label: "", value: props.valueProgress }) })] }) })) : (jsxRuntime.jsxs(iconsThumb, { onClick: props.onClickThumb, children: [props.typeThumbContent === 'video' ? (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(ThumbVideo, { width: "74", height: "74" }) })) : null, props.typeThumbContent === 'podcast' ? (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(ThumbPodcast, { width: "74", height: "74" }) })) : null, props.typeThumbContent === 'question' ? (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(ThumbTexto, { width: "74", height: "74" }) })) : null, props.typeThumbContent === 'textual' ? (jsxRuntime.jsx("div", { children: jsxRuntime.jsx(ThumbTexto, { width: "74", height: "74" }) })) : null] })), jsxRuntime.jsxs(infoThumbContent, { onClick: props.onClickThumb, tagVisualized: props.tagValue, isSelected: props?.isSelected, children: [props.tagValue !== 'notVisualized' ? (jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [props.tagValue === 'vizualized' ? (jsxRuntime.jsx(tagThumbContentContainer, { children: jsxRuntime.jsx(tagThumbContent, { tagVisualized: props.tagValue, children: props.textProgressVisualized }) })) : null, props.tagValue === 'inProgress' ? (jsxRuntime.jsx(tagThumbContentContainer, { children: jsxRuntime.jsx(tagThumbContent, { tagVisualized: props.tagValue, children: props.textProgressInProgress }) })) : null] })) : null, props.title ? jsxRuntime.jsx("span", { children: props.title }) : null, jsxRuntime.jsx(descriptionThumbContent, { showText: showMore, isSelected: props?.isSelected, children: props.description.length > MAX_CHARACTERS ? (jsxRuntime.jsx(jsxRuntime.Fragment, { children: showMore ? props.description : `${props.description.slice(0, MAX_CHARACTERS)}...` })) : (props.description) })] }), jsxRuntime.jsx(viewMoreContent$1, { children: jsxRuntime.jsx(Button$4, { variant: "link", label: showMore ? props.textViewLessButton : props.textViewMoreButton, handleClick: () => setShowMore(!showMore), style: { fontSize: 12, color: props?.isSelected ? '#E5E7EB' : '#444444' } }) })] })) }));
|
|
17315
17317
|
function IconPlay() {
|
|
17316
|
-
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "33", height: "33", viewBox: "0 0 33 33", fill: "none", children: [jsxRuntime.jsx("g", { filter: "url(#filter0_d_1_13248)", children: jsxRuntime.jsx("path", { d: "M22.7851 17.6767C23.3898 17.273 23.3898 16.3841 22.7851 15.9803L14.8446 10.6786C14.1668 10.2261 13.2583 10.7119 13.2583 11.5269V22.1302C13.2583 22.9451 14.1668 23.4309 14.8446 22.9784L22.7851 17.6767Z", fill: "white" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsxs("filter", { id: "filter0_d_1_13248", x: "0", y: "0", width: "32.6364", height: "32.6364", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", {
|
|
17318
|
+
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "33", height: "33", viewBox: "0 0 33 33", fill: "none", children: [jsxRuntime.jsx("g", { filter: "url(#filter0_d_1_13248)", children: jsxRuntime.jsx("path", { d: "M22.7851 17.6767C23.3898 17.273 23.3898 16.3841 22.7851 15.9803L14.8446 10.6786C14.1668 10.2261 13.2583 10.7119 13.2583 11.5269V22.1302C13.2583 22.9451 14.1668 23.4309 14.8446 22.9784L22.7851 17.6767Z", fill: "white" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsxs("filter", { id: "filter0_d_1_13248", x: "0", y: "0", width: "32.6364", height: "32.6364", filterUnits: "userSpaceOnUse", "color-interpolation-filters": "sRGB", children: [jsxRuntime.jsx("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }), jsxRuntime.jsx("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" }), jsxRuntime.jsx("feMorphology", { radius: "20.3983", operator: "erode", in: "SourceAlpha", result: "effect1_dropShadow_1_13248" }), jsxRuntime.jsx("feOffset", { dy: "3.05975" }), jsxRuntime.jsx("feGaussianBlur", { stdDeviation: "2.54979" }), jsxRuntime.jsx("feColorMatrix", { type: "matrix", values: "0 0 0 0 1 0 0 0 0 0.301961 0 0 0 0 0.0509804 0 0 0 0.4 0" }), jsxRuntime.jsx("feBlend", { mode: "multiply", in2: "BackgroundImageFix", result: "effect1_dropShadow_1_13248" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_1_13248", result: "shape" })] }) })] }) }));
|
|
17317
17319
|
}
|
|
17318
17320
|
}
|
|
17319
17321
|
|
|
@@ -17732,7 +17734,7 @@ function LetterEnvelopLineIcon() {
|
|
|
17732
17734
|
return (jsxRuntime.jsx("div", { style: { height: '12px', borderRadius: '2px', overflow: 'hidden', marginRight: '8px', marginLeft: '8px' }, children: jsxRuntime.jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "12", viewBox: "1 1 16.4 12", children: jsxRuntime.jsx("path", { strokeWidth: "1", fill: '#0645ad', d: "m3.2,0C1.43,0,0,1.43,0,3.2h2.4c0-.44.36-.8.8-.8V0Zm12,2.4c.44,0,.8.36.8.8h2.4c0-1.77-1.43-3.2-3.2-3.2v2.4Zm.8,8.8c0,.44-.36.8-.8.8v2.4c1.77,0,3.2-1.43,3.2-3.2h-2.4Zm-12.8.8c-.44,0-.8-.36-.8-.8H0c0,1.77,1.43,3.2,3.2,3.2v-2.4Zm-.8-.8V3.2H0v8h2.4Zm12.8.8H3.2v2.4h12v-2.4Zm.8-8.8v8h2.4V3.2h-2.4Zm-12.8-.8h12V0H3.2v2.4Zm4.48,4.44c.91.66,2.14.66,3.05,0l-.7-.97c-.49.35-1.15.35-1.64,0l-.7.97Zm3.05,0l6.43-4.65-.7-.97-6.43,4.65.7.97ZM1.25,2.19l6.43,4.65.7-.97L1.95,1.21l-.7.97Zm9.12,4.17l-.35-.49.35.49Zm-2.35,0l-.35.49.35-.49Z" }) }) }));
|
|
17733
17735
|
}
|
|
17734
17736
|
function CheckInCicle() {
|
|
17735
|
-
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { width: "16", height: "16", rx: "8", fill: "#1BA853" }), jsxRuntime.jsx("path", { d: "M11.8806 5.09106L6.54729 10.4244L4.12305 8.00016", stroke: "white",
|
|
17737
|
+
return (jsxRuntime.jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("rect", { width: "16", height: "16", rx: "8", fill: "#1BA853" }), jsxRuntime.jsx("path", { d: "M11.8806 5.09106L6.54729 10.4244L4.12305 8.00016", stroke: "white", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round" })] }));
|
|
17736
17738
|
}
|
|
17737
17739
|
|
|
17738
17740
|
const activeStatus = 'Cadastrado';
|
|
@@ -21032,26 +21034,6 @@ function ExpandButton({ isExpanded, onClick }) {
|
|
|
21032
21034
|
|
|
21033
21035
|
function Table({ columns, data, isLoading, lengthElSkeleton = 5, containerStyles, expandItemId, hiddeExpandItemId }) {
|
|
21034
21036
|
const [expandedRows, setExpandedRows] = React.useState([]);
|
|
21035
|
-
/*
|
|
21036
|
-
useEffect(() => {
|
|
21037
|
-
console.log('\nexpandedRows ', expandedRows)
|
|
21038
|
-
console.log('expandItemId ', expandItemId)
|
|
21039
|
-
console.log('hiddeExpandItemId ', hiddeExpandItemId)
|
|
21040
|
-
if (expandItemId !== -1) {
|
|
21041
|
-
setExpandedRows((prevExpandedRows) => ({
|
|
21042
|
-
...prevExpandedRows,
|
|
21043
|
-
[expandItemId]: true
|
|
21044
|
-
}));
|
|
21045
|
-
// setExpandItemId(-1); // Reset expandItemId after updating
|
|
21046
|
-
}
|
|
21047
|
-
if (hiddeExpandItemId !== -1) {
|
|
21048
|
-
setExpandedRows((prevExpandedRows) => ({
|
|
21049
|
-
...prevExpandedRows,
|
|
21050
|
-
[hiddeExpandItemId]: false
|
|
21051
|
-
}));
|
|
21052
|
-
// setExpandItemId(-1); // Reset expandItemId after updating
|
|
21053
|
-
}
|
|
21054
|
-
}, [expandItemId, hiddeExpandItemId, expandedRows])*/
|
|
21055
21037
|
React.useEffect(() => {
|
|
21056
21038
|
if (expandItemId !== -1) {
|
|
21057
21039
|
setExpandedRows((prevExpandedRows) => ({
|
|
@@ -21080,12 +21062,14 @@ function Table({ columns, data, isLoading, lengthElSkeleton = 5, containerStyles
|
|
|
21080
21062
|
const WrapperCollaboratorAvatar = styled__default["default"].div `
|
|
21081
21063
|
width: 100%;
|
|
21082
21064
|
display: flex;
|
|
21083
|
-
justify-content: center
|
|
21065
|
+
justify-content: ${({ align }) => align && align != 'center' ?
|
|
21066
|
+
(align == 'left' ? 'flex-start' : 'flex-end') :
|
|
21067
|
+
'center'};
|
|
21084
21068
|
align-items: center;
|
|
21085
21069
|
`;
|
|
21086
21070
|
|
|
21087
|
-
function CollaboratorAvatar({ src, onPressAvatar, labelTextVisitProfile, uuid }) {
|
|
21088
|
-
return (jsxRuntime.jsx(WrapperCollaboratorAvatar, { children: onPressAvatar && uuid ? (jsxRuntime.jsx(Tooltip$2, { direction: "bottom", content: labelTextVisitProfile ? labelTextVisitProfile : 'Visitar perfil', trigger: "hover", width: "fit-content", height: "32px", style: { top: '10px', textAlign: 'center', whiteSpace: 'nowrap' }, children: jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', onClick: onPressAvatar && uuid ? () => onPressAvatar(uuid) : null, isActiveClick: !!(onPressAvatar && uuid) }) })) : (jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', onClick: null, isActiveClick: !!(onPressAvatar && uuid) })) }));
|
|
21071
|
+
function CollaboratorAvatar({ src, onPressAvatar, labelTextVisitProfile, uuid, align }) {
|
|
21072
|
+
return (jsxRuntime.jsx(WrapperCollaboratorAvatar, { align: align, children: onPressAvatar && uuid ? (jsxRuntime.jsx(Tooltip$2, { direction: "bottom", content: labelTextVisitProfile ? labelTextVisitProfile : 'Visitar perfil', trigger: "hover", width: "fit-content", height: "32px", style: { top: '10px', textAlign: 'center', whiteSpace: 'nowrap' }, children: jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', onClick: onPressAvatar && uuid ? () => onPressAvatar(uuid) : null, isActiveClick: !!(onPressAvatar && uuid) }) })) : (jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', onClick: null, isActiveClick: !!(onPressAvatar && uuid) })) }));
|
|
21089
21073
|
}
|
|
21090
21074
|
|
|
21091
21075
|
const WrapperDateLimit = styled__default["default"].div `
|
|
@@ -21293,7 +21277,7 @@ const ButtonActionInbox = styled__default["default"].div `
|
|
|
21293
21277
|
width: 35px;
|
|
21294
21278
|
height: 35px;
|
|
21295
21279
|
border-radius: 20px;
|
|
21296
|
-
background-color: ${({ theme }) => theme.colors.primary1};
|
|
21280
|
+
background-color: ${({ theme, enable }) => enable ? theme.colors.primary1 : theme.colors.neutralsGrey5};
|
|
21297
21281
|
|
|
21298
21282
|
font-family: Work Sans;
|
|
21299
21283
|
font-size: 14px;
|
|
@@ -21302,7 +21286,7 @@ const ButtonActionInbox = styled__default["default"].div `
|
|
|
21302
21286
|
text-align: center;
|
|
21303
21287
|
color: ${({ theme }) => theme.colors.shadeWhite};
|
|
21304
21288
|
|
|
21305
|
-
cursor: pointer;
|
|
21289
|
+
cursor: ${({ enable }) => enable ? "pointer" : "auto"} ;
|
|
21306
21290
|
`;
|
|
21307
21291
|
const WrapperEmptyState = styled__default["default"].div `
|
|
21308
21292
|
display: flex;
|
|
@@ -21361,31 +21345,40 @@ function TableActions({ columns, data, isLoading, lengthElSkeleton = 3, onPressA
|
|
|
21361
21345
|
const [adaptedData, setAdaptedData] = React.useState([]);
|
|
21362
21346
|
React.useEffect(() => {
|
|
21363
21347
|
const newColumns = columns.map((column, index) => {
|
|
21364
|
-
if (
|
|
21365
|
-
|
|
21366
|
-
|
|
21367
|
-
|
|
21368
|
-
|
|
21369
|
-
|
|
21370
|
-
}
|
|
21371
|
-
if (index === columns.length - 1) {
|
|
21372
|
-
width = '5%';
|
|
21373
|
-
align = 'center';
|
|
21374
|
-
}
|
|
21375
|
-
return { title: column, width: width, align: align };
|
|
21348
|
+
if (typeof column !== 'string' && column?.alignHeader) {
|
|
21349
|
+
return {
|
|
21350
|
+
title: column?.title,
|
|
21351
|
+
width: column?.width,
|
|
21352
|
+
align: column?.alignHeader
|
|
21353
|
+
};
|
|
21376
21354
|
}
|
|
21377
21355
|
else {
|
|
21378
|
-
|
|
21379
|
-
|
|
21380
|
-
|
|
21381
|
-
|
|
21382
|
-
|
|
21356
|
+
if (showButtonInbox) {
|
|
21357
|
+
let width = '15%';
|
|
21358
|
+
let align = 'center';
|
|
21359
|
+
if (index === 1) {
|
|
21360
|
+
width = '45%';
|
|
21361
|
+
align = 'left';
|
|
21362
|
+
}
|
|
21363
|
+
if (index === columns.length - 1) {
|
|
21364
|
+
width = '5%';
|
|
21365
|
+
align = 'center';
|
|
21366
|
+
}
|
|
21367
|
+
return { title: column, width: width, align: align };
|
|
21383
21368
|
}
|
|
21384
|
-
|
|
21385
|
-
width = '
|
|
21386
|
-
align = 'center';
|
|
21369
|
+
else {
|
|
21370
|
+
let width = '20%';
|
|
21371
|
+
let align = 'center';
|
|
21372
|
+
if (index === 1) {
|
|
21373
|
+
width = '40%';
|
|
21374
|
+
align = 'left';
|
|
21375
|
+
}
|
|
21376
|
+
if (index === columns.length - 1) {
|
|
21377
|
+
width = '0%';
|
|
21378
|
+
align = 'center';
|
|
21379
|
+
}
|
|
21380
|
+
return { title: column, width: width, align: align };
|
|
21387
21381
|
}
|
|
21388
|
-
return { title: column, width: width, align: align };
|
|
21389
21382
|
}
|
|
21390
21383
|
});
|
|
21391
21384
|
setAdaptedColumns(newColumns);
|
|
@@ -21394,11 +21387,12 @@ function TableActions({ columns, data, isLoading, lengthElSkeleton = 3, onPressA
|
|
|
21394
21387
|
const newData = data.map((item) => ({
|
|
21395
21388
|
id: item.id,
|
|
21396
21389
|
value: [
|
|
21397
|
-
jsxRuntime.jsx(CollaboratorAvatar, { src: item?.value?.[0]?.id ? item?.value?.[0]?.src : item?.value?.[0], onPressAvatar: onPressAvatar, uuid: item?.value?.[0]?.id, labelTextVisitProfile: labelTextVisitProfile }),
|
|
21398
|
-
|
|
21390
|
+
jsxRuntime.jsx(CollaboratorAvatar, { src: item?.value?.[0]?.id ? item?.value?.[0]?.src : item?.value?.[0], onPressAvatar: onPressAvatar, uuid: item?.value?.[0]?.id, labelTextVisitProfile: labelTextVisitProfile, align: typeof columns?.[0] !== 'string' && columns?.[0]?.alignContent }),
|
|
21391
|
+
// @ts-ignore
|
|
21392
|
+
jsxRuntime.jsx("p", { style: { color: '#222', textAlign: columns?.[1]?.alignContent }, children: item.value[1] }),
|
|
21399
21393
|
jsxRuntime.jsx(DateLimit, { date: item?.value?.[2], status: item?.value?.[3] }),
|
|
21400
21394
|
jsxRuntime.jsx(TableBody, { status: item?.value?.[3], label: labelStatus?.[item?.value?.[3]] }),
|
|
21401
|
-
item?.actionButtonInbox ? (jsxRuntime.jsx(WrapperCellButtonInbox, { children: jsxRuntime.jsx(ButtonActionInbox, { onClick: () => item?.actionButtonInbox?.(item?.value?.[0]?.id), children: jsxRuntime.jsx(BallonChatgRondedTips, {}) }) })) : (jsxRuntime.jsx(jsxRuntime.Fragment, {}))
|
|
21395
|
+
item?.actionButtonInbox ? (jsxRuntime.jsx(WrapperCellButtonInbox, { children: jsxRuntime.jsx(ButtonActionInbox, { enable: item?.enableButtonInbox, onClick: () => item?.enableButtonInbox ? item?.actionButtonInbox?.(item?.value?.[0]?.id) : {}, children: jsxRuntime.jsx(BallonChatgRondedTips, {}) }) })) : (jsxRuntime.jsx(jsxRuntime.Fragment, {}))
|
|
21402
21396
|
],
|
|
21403
21397
|
showButtonExpanded: item.showButtonExpanded,
|
|
21404
21398
|
children: item.children
|
|
@@ -21408,7 +21402,7 @@ function TableActions({ columns, data, isLoading, lengthElSkeleton = 3, onPressA
|
|
|
21408
21402
|
const customStyleBorderTable = buttonBottomCreateAction?.mode == 'button' || buttonBottomCreateAction?.mode == 'children' || data?.length == 0
|
|
21409
21403
|
? { borderBottomLeftRadius: '0px', borderBottomRightRadius: '0px' }
|
|
21410
21404
|
: {};
|
|
21411
|
-
return (jsxRuntime.jsxs(styled.ThemeProvider, { theme: FRSTTheme, children: [jsxRuntime.jsx(Table, { columns: adaptedColumns, data: adaptedData, isLoading: isLoading, lengthElSkeleton: lengthElSkeleton, containerStyles: customStyleBorderTable, expandItemId: expandItemId, hiddeExpandItemId: hiddeExpandItemId }), data?.length == 0 && jsxRuntime.jsx(EmptyState, { emptyState: emptyState, customImage: customImageEmptyState }), data?.length !== 0 && buttonBottomCreateAction?.mode && buttonBottomCreateAction?.mode != 'hidden' && (jsxRuntime.jsxs(WrapperEmptyState, { children: [buttonBottomCreateAction?.mode == 'button' && (jsxRuntime.jsx(WrapperEmptyStateCaseButton, { children: jsxRuntime.jsx(WrapperButtonEmpty, { children: jsxRuntime.jsxs(ButtonEmpty, { onClick: () => buttonBottomCreateAction?.handleClickButtonCreate?.(), children: [jsxRuntime.jsx(AddIcon, { fill: FRSTTheme?.colors?.primary1, width: '14', height: '14' }),
|
|
21405
|
+
return (jsxRuntime.jsxs(styled.ThemeProvider, { theme: FRSTTheme, children: [jsxRuntime.jsx(Table, { columns: adaptedColumns, data: adaptedData, isLoading: isLoading, lengthElSkeleton: lengthElSkeleton, containerStyles: customStyleBorderTable, expandItemId: expandItemId, hiddeExpandItemId: hiddeExpandItemId }), !isLoading && data?.length == 0 && jsxRuntime.jsx(EmptyState, { emptyState: emptyState, customImage: customImageEmptyState }), !isLoading && data?.length !== 0 && buttonBottomCreateAction?.mode && buttonBottomCreateAction?.mode != 'hidden' && (jsxRuntime.jsxs(WrapperEmptyState, { children: [buttonBottomCreateAction?.mode == 'button' && (jsxRuntime.jsx(WrapperEmptyStateCaseButton, { children: jsxRuntime.jsx(WrapperButtonEmpty, { children: jsxRuntime.jsxs(ButtonEmpty, { onClick: () => buttonBottomCreateAction?.handleClickButtonCreate?.(), children: [jsxRuntime.jsx(AddIcon, { fill: FRSTTheme?.colors?.primary1, width: '14', height: '14' }), buttonBottomCreateAction?.labelButtonAddAction] }) }) })), buttonBottomCreateAction?.mode == 'children' && jsxRuntime.jsx("div", { children: buttonBottomCreateAction?.children })] }))] }));
|
|
21412
21406
|
}
|
|
21413
21407
|
|
|
21414
21408
|
const pulseAnimation = styled.keyframes `
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
interface modalProps {
|
|
3
|
+
isOpen: boolean;
|
|
4
|
+
onClose: () => void;
|
|
5
|
+
onSaveBtn: (text: string) => void;
|
|
6
|
+
anchor: HTMLDivElement | null;
|
|
7
|
+
}
|
|
8
|
+
export default function AddImpedimentoModal({ isOpen, onClose, onSaveBtn, anchor }: modalProps): JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/impedimentosTab/addImpedimentoModal/index.tsx"],"names":[],"mappings":";AAQA,UAAU,UAAU;IAChB,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,SAAS,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IACjC,MAAM,EAAE,cAAc,GAAG,IAAI,CAAA;CAChC;AAED,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EACxC,MAAM,EACN,OAAO,EACP,SAAS,EACT,MAAM,EACT,EAAE,UAAU,eA2CZ"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { TabInfo } from '../impedimentosTab';
|
|
3
|
+
interface DropdownProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
anchor: HTMLDivElement | null;
|
|
7
|
+
impedimentoList: Array<TabInfo>;
|
|
8
|
+
maxTabs: number;
|
|
9
|
+
onClickImpedimento: (impedimento: TabInfo) => void;
|
|
10
|
+
}
|
|
11
|
+
export default function Dropdown({ isOpen, anchor, onClose, impedimentoList, onClickImpedimento }: DropdownProps): JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/impedimentosTab/dropDown/index.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAA;AAE5C,UAAU,aAAa;IACnB,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,IAAI,CAAA;IACnB,MAAM,EAAE,cAAc,GAAG,IAAI,CAAA;IAC7B,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,CAAA;IAC/B,OAAO,EAAE,MAAM,CAAA;IACf,kBAAkB,EAAE,CAAC,WAAW,EAAE,OAAO,KAAK,IAAI,CAAA;CACrD;AAED,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC7B,MAAM,EACN,MAAM,EACN,OAAO,EACP,eAAe,EACf,kBAAkB,EACrB,EAAE,aAAa,eAiCf"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ImpedimentosTabProps } from './impedimentosTab';
|
|
3
|
+
export default function ImpedimentosTab({ maxTabs, tabsList, showOptions, onSaveNewImpedimento, onSelectedTab, handleDelete, handleEdit, handlePriorize }: ImpedimentosTabProps): JSX.Element;
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/impedimentosTab/index.tsx"],"names":[],"mappings":";AAYA,OAAO,EACH,oBAAoB,EAEvB,MAAM,mBAAmB,CAAA;AAc1B,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACpC,OAAO,EACP,QAAQ,EACR,WAAW,EACX,oBAAoB,EACpB,aAAa,EACb,YAAY,EACZ,UAAU,EACV,cAAc,EACjB,EAAE,oBAAoB,eA6MtB"}
|
package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,yBAAyB,EAAE,MAAM,4BAA4B,CAAA;AAKtE,eAAO,MAAM,kBAAkB,scAgC5B,yBAAyB,gBAsH3B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEjD,eAAO,MAAM,UAAU,oMAapB,WAAW,gBAkGb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"inputReply.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAGrB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;AAOnC,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAEhC,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,OAAO,EACP,IAAI,EACJ,SAAS,EACT,gBAAoB,EACpB,eAAe,EACf,YAAY,EACZ,iBAAiB,EAClB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;AAOnC,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAA;AAEhC,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,OAAO,EACP,IAAI,EACJ,SAAS,EACT,gBAAoB,EACpB,eAAe,EACf,YAAY,EACZ,iBAAiB,EAClB,EAAE,MAAM,eAwDR"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableBody/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAY,UAAU,EAAE,MAAM,aAAa,CAAA;AAUlD,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,IAAI,EAAE,YAAY,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAAE,UAAU,eAiB/F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableBody/tableStyle.ts"],"names":[],"mappings":"AAEA,UAAU,oBAAoB;IAC5B,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,eAAO,MAAM,cAAc,qFAI1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,mEAM5B,CAAC;AAEF,eAAO,MAAM,qBAAqB,qFAMjC,CAAC;AAEF,eAAO,MAAM,8BAA8B,sFAI1C,CAAC;AAEF,eAAO,MAAM,WAAW,sFAUvB,CAAC;AAEF,UAAU,wBAAwB;IAChC,UAAU,EAAE,OAAO,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,0FAU/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableHead/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,OAAO,EAAE,EAAE,UAAU,eAmBxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tableStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/TableHead/tableStyle.ts"],"names":[],"mappings":"AAEA,UAAU,qBAAqB;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAED,eAAO,MAAM,WAAW,sEAEvB,CAAC;AAEF,eAAO,MAAM,UAAU,mEAEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sFAW7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table-actions/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;AAGnC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table-actions/index.tsx"],"names":[],"mappings":";AAAA,OAAO,4BAA4B,CAAA;AAGnC,OAAO,EAAc,aAAa,EAAE,MAAM,gBAAgB,CAAA;AAc1D,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EACnC,OAAO,EACP,IAAI,EACJ,SAAS,EACT,gBAAoB,EACpB,aAAa,EACb,WAAW,EACX,qBAAqB,EACrB,wBAAwB,EACxB,eAAe,EACf,UAAU,EACV,YAAY,EACZ,iBAAiB,EACjB,qBAAqB,EACtB,EAAE,aAAa,eAsHf"}
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
export declare const WrapperCollaboratorAvatar: import("styled-components").StyledComponent<"div", any, {
|
|
1
|
+
export declare const WrapperCollaboratorAvatar: import("styled-components").StyledComponent<"div", any, {
|
|
2
|
+
align: any;
|
|
3
|
+
}, never>;
|
|
2
4
|
//# sourceMappingURL=collaboratorAvatarStyle.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collaboratorAvatarStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"collaboratorAvatarStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB;;SASrC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ICollaboratorAvatar } from './collaborator-Avatar';
|
|
3
|
-
export default function CollaboratorAvatar({ src, onPressAvatar, labelTextVisitProfile, uuid }: ICollaboratorAvatar): JSX.Element;
|
|
3
|
+
export default function CollaboratorAvatar({ src, onPressAvatar, labelTextVisitProfile, uuid, align }: ICollaboratorAvatar): JSX.Element;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAA;AAI3D,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EAAE,GAAG,EAAE,aAAa,EAAE,qBAAqB,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,mBAAmB,eA6BzH"}
|
package/dist/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dateLimitStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"dateLimitStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.ts"],"names":[],"mappings":"AAEA,UAAU,kBAAkB;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAGD,eAAO,MAAM,gBAAgB,oFAkB5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/DateLimit/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,UAAU,eAE7D"}
|
package/dist/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"emptyStateStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"emptyStateStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAY7B,CAAA;AAED,eAAO,MAAM,eAAe,oEAE3B,CAAA;AAED,eAAO,MAAM,eAAe,oEAY3B,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAuB9B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/EmptyState/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAA;AAI1C,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,UAAU,EAAE,WAAW,EAAE,EAAE,WAAW,eA2B1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/TagStatus/index.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAGxC,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EAAE,MAAM,EAAE,KAAK,EAAE,EAAE,UAAU,eAS9D"}
|
package/dist/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagStatusStyle.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"tagStatusStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.ts"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAGD,eAAO,MAAM,YAAY,oEAKxB,CAAA;AAED,eAAO,MAAM,UAAU,6EAqBtB,CAAC;AAEF,eAAO,MAAM,QAAQ,6EAapB,CAAC"}
|
|
@@ -4,7 +4,9 @@ export declare const Label: import("styled-components").StyledComponent<"div", a
|
|
|
4
4
|
isChecked: boolean;
|
|
5
5
|
}, never>;
|
|
6
6
|
export declare const WrapperCellButtonInbox: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const ButtonActionInbox: import("styled-components").StyledComponent<"div", any, {
|
|
7
|
+
export declare const ButtonActionInbox: import("styled-components").StyledComponent<"div", any, {
|
|
8
|
+
enable: any;
|
|
9
|
+
}, never>;
|
|
8
10
|
export declare const WrapperEmptyState: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
11
|
export declare const WrapperEmptyStateCaseButton: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
12
|
export declare const WrapperButtonEmpty: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableActionsStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table-actions/tableActionsStyle.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,oEAS3B,CAAA;AAED,eAAO,MAAM,WAAW,uEAYvB,CAAA;AAED,eAAO,MAAM,KAAK;eAA2B,OAAO;SAQnD,CAAA;AAED,eAAO,MAAM,sBAAsB,oEAMlC,CAAA;AAED,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"tableActionsStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table-actions/tableActionsStyle.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,eAAe,oEAS3B,CAAA;AAED,eAAO,MAAM,WAAW,uEAYvB,CAAA;AAED,eAAO,MAAM,KAAK;eAA2B,OAAO;SAQnD,CAAA;AAED,eAAO,MAAM,sBAAsB,oEAMlC,CAAA;AAED,eAAO,MAAM,iBAAiB;;SAiB7B,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAc7B,CAAA;AAED,eAAO,MAAM,2BAA2B,oEAQvC,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAI9B,CAAA;AAED,eAAO,MAAM,WAAW,oEAqBvB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/index.tsx"],"names":[],"mappings":";AAGA,OAAO,yBAAyB,CAAA;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAGtC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,OAAO,EACP,KAAK,EACL,eAAe,EACf,OAAc,EACd,aAAoB,EACpB,eAAsB,EACtB,UAAkB,EACnB,EAAE,SAAS,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/index.tsx"],"names":[],"mappings":";AAGA,OAAO,yBAAyB,CAAA;AAKhC,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAA;AAGtC,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,UAAU,EACV,OAAO,EACP,KAAK,EACL,eAAe,EACf,OAAc,EACd,aAAoB,EACpB,eAAsB,EACtB,UAAkB,EACnB,EAAE,SAAS,eAoFX"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menuMoreStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/menuMoreStyles.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,oBAAoB,CAAA;AAKrC,UAAU,gBAAgB;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAGD,eAAO,MAAM,QAAQ,kEAIpB,CAAA;AAED,eAAO,MAAM,UAAU,mKAWtB,CAAA;AAED,eAAO,MAAM,UAAU;mBAAiC,OAAO;qBAAmB,OAAO;gBAAc,OAAO;SAsD7G,CAAA;AAED,eAAO,MAAM,cAAc;qBAAuC,OAAO;gBAAc,OAAO;SAa7F,CAAA;AAED,eAAO,MAAM,iBAAiB,mKAS7B,CAAA;AAED,eAAO,MAAM,UAAU,oEAQtB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AACD,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"menuMoreStyles.d.ts","sourceRoot":"","sources":["../../../../src/components/menu-more/menuMoreStyles.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,oBAAoB,CAAA;AAKrC,UAAU,gBAAgB;IACxB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAGD,eAAO,MAAM,QAAQ,kEAIpB,CAAA;AAED,eAAO,MAAM,UAAU,mKAWtB,CAAA;AAED,eAAO,MAAM,UAAU;mBAAiC,OAAO;qBAAmB,OAAO;gBAAc,OAAO;SAsD7G,CAAA;AAED,eAAO,MAAM,cAAc;qBAAuC,OAAO;gBAAc,OAAO;SAa7F,CAAA;AAED,eAAO,MAAM,iBAAiB,mKAS7B,CAAA;AAED,eAAO,MAAM,UAAU,oEAQtB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AACD,eAAO,MAAM,sBAAsB,qFAmBlC,CAAA"}
|
|
@@ -182,5 +182,6 @@ export declare function StarRatingRondedTips({ fill, width, height, fillOpacity,
|
|
|
182
182
|
export declare function BallonChatgRondedTips({ fill, width, height, fillOpacity, stroke, strokeWidth }: IconsProps): JSX.Element;
|
|
183
183
|
export declare function PlayResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }: IconsProps): JSX.Element;
|
|
184
184
|
export declare function DocumentResourceInfoIcon({ fill, width, height, fillOpacity, stroke, strokeWidth }: IconsProps): JSX.Element;
|
|
185
|
+
export declare function StarPrioritize(): JSX.Element;
|
|
185
186
|
export {};
|
|
186
187
|
//# sourceMappingURL=icons.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/shared/icons.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../../../src/shared/icons.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -11,9 +11,9 @@ export const CircledCheck = ({
|
|
|
11
11
|
<path
|
|
12
12
|
d="M16.3327 7L8.99935 14.3333L5.66602 11"
|
|
13
13
|
stroke="white"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
strokeWidth="1.2"
|
|
15
|
+
strokeLinecap="round"
|
|
16
|
+
strokeLinejoin="round"
|
|
17
17
|
/>
|
|
18
18
|
</svg>
|
|
19
19
|
)
|
|
@@ -17,23 +17,23 @@ export const ExcludeVoteIcon = ({
|
|
|
17
17
|
<path
|
|
18
18
|
d="M8.00065 14.9381C11.6825 14.9381 14.6673 11.9533 14.6673 8.2714C14.6673 4.5895 11.6825 1.60474 8.00065 1.60474C4.31875 1.60474 1.33398 4.5895 1.33398 8.2714C1.33398 11.9533 4.31875 14.9381 8.00065 14.9381Z"
|
|
19
19
|
stroke={stroke}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
20
|
+
strokeWidth="1.2"
|
|
21
|
+
strokeLinecap="round"
|
|
22
|
+
strokeLinejoin="round"
|
|
23
23
|
/>
|
|
24
24
|
<path
|
|
25
25
|
d="M10.6673 5.60474L5.33398 10.9381"
|
|
26
26
|
stroke={stroke}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
strokeWidth="1.2"
|
|
28
|
+
strokeLinecap="round"
|
|
29
|
+
strokeLinejoin="round"
|
|
30
30
|
/>
|
|
31
31
|
<path
|
|
32
32
|
d="M5.33398 5.60474L10.6673 10.9381"
|
|
33
33
|
stroke={stroke}
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
strokeWidth="1.2"
|
|
35
|
+
strokeLinecap="round"
|
|
36
|
+
strokeLinejoin="round"
|
|
37
37
|
/>
|
|
38
38
|
</svg>
|
|
39
39
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export const TagAlert = ({ width = 18, height = 18, color = "#C00F00" }: { width?: number, height?: number, color?: string }) => {
|
|
2
2
|
return (
|
|
3
3
|
<svg width={width} height={height} viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
4
|
-
<path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke={color}
|
|
4
|
+
<path d="M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z" stroke={color} strokeLinecap="round" strokeLinejoin="round" />
|
|
5
5
|
<path d="M8.99683 5.57153L8.99683 9.68582" stroke={color} strokeWidth="1.2" strokeLinecap="round" strokeLinejoin="round" />
|
|
6
6
|
<ellipse cx="8.99821" cy="12.4283" rx="0.685714" ry="0.685145" fill={color} />
|
|
7
7
|
</svg>
|
|
@@ -14,9 +14,9 @@ export const VoteCurrentIcon = ({
|
|
|
14
14
|
}) => {
|
|
15
15
|
return (
|
|
16
16
|
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
17
|
-
<path d="M3.33398 5.05884V8.906H6.97035" stroke="#444444"
|
|
18
|
-
<path d="M16.6676 15.318V11.4708H13.0312" stroke="#444444"
|
|
19
|
-
<path d="M15.1461 8.26484C14.8387 7.34587 14.3163 6.52425 13.6276 5.87666C12.939 5.22906 12.1064 4.77659 11.2077 4.56147C10.3091 4.34634 9.37353 4.37557 8.48841 4.64643C7.6033 4.9173 6.79747 5.42096 6.14611 6.11043L3.33398 8.90603M16.6673 11.4708L13.8552 14.2664C13.2038 14.9559 12.398 15.4595 11.5129 15.7304C10.6278 16.0013 9.69223 16.0305 8.79355 15.8154C7.89487 15.6003 7.06235 15.1478 6.37366 14.5002C5.68497 13.8526 5.16257 13.031 4.8552 12.112" stroke="#444444"
|
|
17
|
+
<path d="M3.33398 5.05884V8.906H6.97035" stroke="#444444" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/>
|
|
18
|
+
<path d="M16.6676 15.318V11.4708H13.0312" stroke="#444444" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/>
|
|
19
|
+
<path d="M15.1461 8.26484C14.8387 7.34587 14.3163 6.52425 13.6276 5.87666C12.939 5.22906 12.1064 4.77659 11.2077 4.56147C10.3091 4.34634 9.37353 4.37557 8.48841 4.64643C7.6033 4.9173 6.79747 5.42096 6.14611 6.11043L3.33398 8.90603M16.6673 11.4708L13.8552 14.2664C13.2038 14.9559 12.398 15.4595 11.5129 15.7304C10.6278 16.0013 9.69223 16.0305 8.79355 15.8154C7.89487 15.6003 7.06235 15.1478 6.37366 14.5002C5.68497 13.8526 5.16257 13.031 4.8552 12.112" stroke="#444444" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round"/>
|
|
20
20
|
</svg>
|
|
21
21
|
)
|
|
22
22
|
}
|