frst-components 0.24.7 → 0.24.9

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.
Files changed (47) hide show
  1. package/dist/index.js +32 -11
  2. package/dist/src/components/DS/dropdown-Multiselect/styles/multiselectStyles.d.ts.map +1 -1
  3. package/dist/src/components/DS/hypotesisAndImpediment/UpDownButtons/index.d.ts.map +1 -1
  4. package/dist/src/components/DS/hypotesisAndImpediment/UpDownButtons/upDownButtons.styles.d.ts.map +1 -1
  5. package/dist/src/components/DS/hypotesisAndImpediment/Voting/index.d.ts.map +1 -1
  6. package/dist/src/components/DS/hypotesisAndImpediment/Voting/voting.styles.d.ts.map +1 -1
  7. package/dist/src/components/DS/hypotesisAndImpediment/editHypotesisAndImpediment/index.d.ts.map +1 -1
  8. package/dist/src/components/DS/impedimentosTab/addImpedimentoModal/index.d.ts.map +1 -1
  9. package/dist/src/components/DS/impedimentosTab/addImpedimentoModal/styles.d.ts.map +1 -1
  10. package/dist/src/components/DS/impedimentosTab/dropDown/index.d.ts.map +1 -1
  11. package/dist/src/components/DS/impedimentosTab/dropDown/styles.d.ts.map +1 -1
  12. package/dist/src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.d.ts.map +1 -1
  13. package/dist/src/components/DS/scroll-container-v2/ButtonControl/index.d.ts.map +1 -1
  14. package/dist/src/components/DS/scroll-container-v2/ButtonControl/useLongPress.d.ts.map +1 -1
  15. package/dist/src/components/DS/select/styles/StylesSelect.d.ts.map +1 -1
  16. package/dist/src/components/FI/ThreadComments/utilitiesComponents/commentaryBoxReply/index.d.ts.map +1 -1
  17. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/index.d.ts.map +1 -1
  18. package/dist/src/components/FI/ThreadComments/utilitiesComponents/inputReply/inputReply.styles.d.ts.map +1 -1
  19. package/dist/src/components/IJ/learningCycleCard/components/menu/index.d.ts.map +1 -1
  20. package/dist/src/components/IJ/learningCycleCard/components/menu/menuStyle.d.ts.map +1 -1
  21. package/dist/src/components/cardLT/MessageBox/icons/errorIcon.d.ts.map +1 -1
  22. package/dist/src/components/cardLT/MessageBox/icons/successIcon.d.ts.map +1 -1
  23. package/dist/src/components/cardLT/MessageBox/icons/warningIcon.d.ts.map +1 -1
  24. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.d.ts.map +1 -1
  25. package/dist/src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.d.ts.map +1 -1
  26. package/dist/src/components/form-elements/table/parts/TableBody/index.d.ts.map +1 -1
  27. package/dist/src/components/form-elements/table/parts/TableBody/tableStyle.d.ts.map +1 -1
  28. package/dist/src/components/form-elements/table/parts/TableHead/index.d.ts.map +1 -1
  29. package/dist/src/components/form-elements/table/parts/TableHead/tableStyle.d.ts.map +1 -1
  30. package/dist/src/components/form-elements/table/parts/index.d.ts.map +1 -1
  31. package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/collaboratorAvatarStyle.d.ts.map +1 -1
  32. package/dist/src/components/form-elements/table-actions/parts/CollaboratorAvatar/index.d.ts.map +1 -1
  33. package/dist/src/components/form-elements/table-actions/parts/DateLimit/dateLimitStyle.d.ts.map +1 -1
  34. package/dist/src/components/form-elements/table-actions/parts/DateLimit/index.d.ts.map +1 -1
  35. package/dist/src/components/form-elements/table-actions/parts/EmptyState/emptyStateStyle.d.ts.map +1 -1
  36. package/dist/src/components/form-elements/table-actions/parts/EmptyState/index.d.ts.map +1 -1
  37. package/dist/src/components/form-elements/table-actions/parts/TagStatus/index.d.ts.map +1 -1
  38. package/dist/src/components/form-elements/table-actions/parts/TagStatus/tagStatusStyle.d.ts.map +1 -1
  39. package/dist/src/components/form-elements/table-actions/parts/index.d.ts.map +1 -1
  40. package/dist/src/components/global-menu/components/customMenu/index.d.ts.map +1 -1
  41. package/dist/src/components/quantidadeDesafios/index.d.ts +2 -1
  42. package/dist/src/components/quantidadeDesafios/index.d.ts.map +1 -1
  43. package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts +3 -1
  44. package/dist/src/components/quantidadeDesafios/quantidadeDesafios.d.ts.map +1 -1
  45. package/dist/src/components/quantidadeDesafios/statsWithResult.d.ts +9 -0
  46. package/dist/src/components/quantidadeDesafios/statsWithResult.d.ts.map +1 -0
  47. package/package.json +108 -108
package/dist/index.js CHANGED
@@ -1323,6 +1323,7 @@ const ContainerItemDesafio = styled__default["default"].div `
1323
1323
  width: 100%;
1324
1324
  padding: 1rem;
1325
1325
  display: flex;
1326
+ flex-direction: column;
1326
1327
  background-size: 100%;
1327
1328
  background-position: top 5rem;
1328
1329
  background-position: -2rem;
@@ -1332,7 +1333,7 @@ const ContainerItemDesafio = styled__default["default"].div `
1332
1333
  const containerTitleDesafio = styled__default["default"].div `
1333
1334
  width: 100%;
1334
1335
  height: 24px;
1335
- padding: 0 4rem;
1336
+ ${({ hasFish }) => hasFish ? "padding-left: 2rem" : "padding: 0 4rem"};
1336
1337
  display: flex;
1337
1338
  flex-direction: row;
1338
1339
  `;
@@ -1408,8 +1409,15 @@ const Stats = ({ definicao = null, hipoteses = null, testes = null, resultados =
1408
1409
  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" })] })] })] }));
1409
1410
  };
1410
1411
 
1411
- function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximosPassos, languagem }) {
1412
- return (jsxRuntime.jsxs(ContainerDesafios, { children: [jsxRuntime.jsx(ContainerItemDesafio, { children: jsxRuntime.jsx(Stats, { definicao: definicao, hipoteses: hipoteses, testes: testes, resultados: resultados, proximosPassos: proximosPassos }) }), jsxRuntime.jsxs(containerTitleDesafio, { children: [jsxRuntime.jsx(TitleDesafiosWhite, { children: languagem
1412
+ const StatsWithResult = ({ definicao = null, hipoteses = null, testes = null, resultados = null, proximosPassos = null, finalizados = null }) => {
1413
+ return (jsxRuntime.jsxs("svg", { width: "100%", height: "100%", viewBox: "0 0 856 151", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M153.193 43.0901C153.215 43.0493 153.237 43.0084 153.258 42.9673C153.273 42.9407 153.289 42.9139 153.305 42.887C153.315 42.8681 153.326 42.8491 153.337 42.83C158.489 33.6471 165.888 25.883 174.877 20.288C185.401 13.7372 197.632 10.4542 210.022 10.8544C222.412 11.2545 234.405 15.3197 244.485 22.536C251.824 27.7905 257.909 34.5438 262.363 42.3055C262.461 42.5912 262.584 42.8726 262.732 43.1468C264.894 47.1282 267.046 52.5576 269.401 59.0697C270.335 61.6514 271.318 64.4553 272.34 67.3699L272.341 67.371C273.806 71.5491 275.351 75.9547 276.944 80.2595C282.398 94.9999 289.259 111.007 299.243 122.165C299.487 122.438 299.752 122.68 300.033 122.891C302.857 125.929 305.944 128.735 309.268 131.274C320.43 139.796 333.799 144.942 347.794 146.104C361.789 147.265 375.824 144.393 388.237 137.827C399.069 132.098 408.27 123.767 415.034 113.617C416.675 111.155 415.753 107.874 413.178 106.417C410.603 104.96 407.353 105.881 405.682 108.323C399.947 116.7 392.25 123.585 383.228 128.357C372.624 133.966 360.635 136.419 348.68 135.427C336.725 134.435 325.305 130.039 315.77 122.759C312.889 120.559 310.217 118.124 307.778 115.486C307.645 115.292 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.9865C281.641 61.0699 280.638 58.2073 279.614 55.3762C278.117 51.2379 276.61 47.2655 275.047 43.6967C274.972 43.3245 274.852 42.9539 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.158 11.1008C158.693 17.615 150.065 26.6369 144.029 37.3051C143.891 37.4953 143.764 37.6966 143.648 37.9087C141.057 42.6825 138.664 48.838 136.297 55.4172C135.261 58.2967 134.248 61.207 133.214 64.1735L133.214 64.1746L133.214 64.1751C131.801 68.2327 130.351 72.3955 128.757 76.7289C123.289 91.5998 116.99 105.968 108.518 115.436C108.358 115.616 108.211 115.804 108.078 115.997C105.638 118.636 102.966 121.071 100.085 123.271C90.5502 130.551 79.1296 134.947 67.1746 135.939C55.2196 136.931 43.2307 134.478 32.6265 128.869C23.6051 124.098 15.9073 117.212 10.1725 108.835C8.5013 106.394 5.25138 105.472 2.67666 106.929C0.101948 108.386 -0.820185 111.668 0.820474 114.129C7.58463 124.279 16.7862 132.611 27.6175 138.339C40.0311 144.905 54.0658 147.777 68.0607 146.616C82.0555 145.455 95.4248 140.308 106.586 131.786C109.91 129.248 112.997 126.442 115.82 123.405C116.102 123.193 116.368 122.951 116.612 122.678C126.603 111.512 133.481 95.3511 138.95 80.4768C140.538 76.1587 142.081 71.7324 143.544 67.5344L143.545 67.5335L143.545 67.533C144.579 64.566 145.574 61.7132 146.516 59.0931C148.878 52.5262 151.034 47.0663 153.193 43.0901Z", fill: "url(#paint0_linear_3329_15074)" }), jsxRuntime.jsx("g", { filter: "url(#filter0_d_3329_15074)", 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: 64, y: 101, fill: '#222', "font-size": "10", children: definicao?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter1_d_3329_15074)", 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: 357, y: 101, fill: '#222', "font-size": "10", children: testes?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter2_d_3329_15074)", 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: 649, y: 101, fill: '#222', "font-size": "10", children: proximosPassos?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter3_d_3329_15074)", children: jsxRuntime.jsx("circle", { cx: "207.562", cy: "73.5659", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 208, y: 79, fill: '#222', "font-size": "12", children: hipoteses?.count }), jsxRuntime.jsx(DataSubTitle, { x: 212, y: 101, fill: '#222', "font-size": "10", children: hipoteses?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter4_d_3329_15074)", children: jsxRuntime.jsx("circle", { cx: "499.562", cy: "73.5659", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 500, y: 79, fill: '#222', "font-size": "12", children: resultados?.count }), jsxRuntime.jsx(DataSubTitle, { x: 504, y: 101, fill: '#222', "font-size": "10", children: resultados?.percentage }), jsxRuntime.jsx("g", { filter: "url(#filter5_d_3329_15074)", children: jsxRuntime.jsx("circle", { cx: "791.562", cy: "73.5659", r: "50.5581", fill: "white" }) }), jsxRuntime.jsx(DataTitle, { x: 790, y: 79, fill: '#222', "font-size": "12", children: finalizados?.count }), jsxRuntime.jsx(DataSubTitle, { x: 794, y: 101, fill: '#222', "font-size": "10", children: finalizados?.percentage }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M294.677 42.9443C292.102 41.4872 291.18 38.206 292.82 35.7442C298.341 27.4603 305.499 20.368 313.872 14.9151C323.744 8.48582 335.018 4.52394 346.742 3.36337C358.466 2.2028 370.297 3.87754 381.238 8.24645C389.714 11.6308 397.463 16.5551 404.105 22.7475L410.789 16.9159L415.747 42.1782L391.39 33.8403L395.981 29.8346C390.493 24.8956 384.161 20.9492 377.265 18.1959C367.919 14.4638 357.812 13.0332 347.797 14.0246C337.782 15.016 328.152 18.4004 319.718 23.8926C312.785 28.4081 306.827 34.2396 302.172 41.0386C300.501 43.4798 297.251 44.4013 294.677 42.9443Z", fill: "url(#paint1_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.67667 42.9443C0.10195 41.4872 -0.820189 38.206 0.82048 35.7442C6.34133 27.4603 13.4987 20.368 21.8719 14.9151C31.7443 8.48582 43.0176 4.52394 54.7416 3.36337C66.4656 2.2028 78.2969 3.87754 89.2382 8.24645C97.7139 11.6308 105.463 16.5551 112.105 22.7475L118.789 16.9159L123.747 42.1782L99.3901 33.8403L103.981 29.8346C98.4931 24.8956 92.1606 20.9492 85.2654 18.1959C75.9188 14.4638 65.8121 13.0332 55.797 14.0246C45.7818 15.016 36.1517 18.4004 27.7183 23.8926C20.7846 28.4081 14.8268 34.2396 10.1724 41.0386C8.50128 43.4798 5.25138 44.4013 2.67667 42.9443Z", fill: "url(#paint2_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M586.677 42.9443C584.102 41.4872 583.18 38.206 584.82 35.7442C590.341 27.4603 597.499 20.368 605.872 14.9151C615.744 8.48582 627.018 4.52394 638.742 3.36337C650.466 2.2028 662.297 3.87754 673.238 8.24645C681.714 11.6308 689.463 16.5552 696.105 22.7477L702.789 16.916L707.747 42.1784L683.39 33.8404L687.982 29.8347C682.493 24.8957 676.161 20.9493 669.265 18.1959C659.919 14.4638 649.812 13.0332 639.797 14.0246C629.782 15.016 620.152 18.4004 611.718 23.8926C604.785 28.4081 598.827 34.2396 594.172 41.0386C592.501 43.4798 589.251 44.4013 586.677 42.9443Z", fill: "url(#paint3_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M440.677 110.704C438.102 112.161 437.18 115.442 438.82 117.904C444.341 126.188 451.499 133.28 459.872 138.733C469.744 145.163 481.018 149.124 492.742 150.285C504.466 151.446 516.297 149.771 527.238 145.402C535.714 142.018 543.463 137.093 550.105 130.901L556.789 136.733L561.747 111.47L537.39 119.808L541.981 123.814C536.493 128.753 530.161 132.699 523.265 135.453C513.919 139.185 503.812 140.615 493.797 139.624C483.782 138.632 474.152 135.248 465.718 129.756C458.785 125.24 452.827 119.409 448.172 112.61C446.501 110.169 443.251 109.247 440.677 110.704Z", fill: "url(#paint4_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M148.677 110.704C146.102 112.161 145.18 115.442 146.82 117.904C152.341 126.188 159.499 133.28 167.872 138.733C177.744 145.163 189.018 149.124 200.742 150.285C212.466 151.446 224.297 149.771 235.238 145.402C243.714 142.018 251.463 137.093 258.105 130.901L264.789 136.733L269.747 111.47L245.39 119.808L249.981 123.814C244.493 128.753 238.161 132.699 231.265 135.453C221.919 139.185 211.812 140.615 201.797 139.624C191.782 138.632 182.152 135.248 173.718 129.756C166.785 125.24 160.827 119.409 156.172 112.61C154.501 110.169 151.251 109.247 148.677 110.704Z", fill: "url(#paint5_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M732.677 110.704C730.102 112.161 729.18 115.442 730.82 117.904C736.341 126.188 743.499 133.28 751.872 138.733C761.744 145.163 773.018 149.124 784.742 150.285C796.466 151.446 808.297 149.771 819.238 145.402C827.714 142.018 835.463 137.093 842.105 130.901L848.789 136.732L853.747 111.47L829.39 119.808L833.982 123.814C828.493 128.753 822.161 132.699 815.265 135.453C805.919 139.185 795.812 140.615 785.797 139.624C775.782 138.632 766.152 135.248 757.718 129.756C750.785 125.24 744.827 119.409 740.172 112.61C738.501 110.169 735.251 109.247 732.677 110.704Z", fill: "url(#paint6_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M445.193 43.0901C445.215 43.0495 445.236 43.0089 445.257 42.968C445.284 42.9224 445.311 42.8764 445.337 42.83C450.489 33.6471 457.888 25.883 466.877 20.288C477.401 13.7372 489.632 10.4542 502.022 10.8544C514.412 11.2545 526.405 15.3197 536.485 22.536C543.824 27.7905 549.909 34.5437 554.363 42.3055C554.461 42.5912 554.583 42.8726 554.732 43.1468C556.894 47.1282 559.046 52.5577 561.401 59.0697C562.335 61.6514 563.318 64.4553 564.34 67.37L564.34 67.371C565.806 71.5491 567.351 75.9547 568.944 80.2595C574.398 94.9999 581.259 111.007 591.243 122.165C591.487 122.438 591.752 122.68 592.033 122.891C594.856 125.929 597.944 128.735 601.268 131.274C612.43 139.796 625.799 144.942 639.794 146.104C653.789 147.265 667.823 144.393 680.237 137.827C691.068 132.098 700.27 123.767 707.034 113.617C708.675 111.155 707.753 107.874 705.178 106.417C702.603 104.96 699.353 105.882 697.682 108.323C691.947 116.7 684.249 123.585 675.228 128.357C664.624 133.966 652.635 136.419 640.68 135.427C628.725 134.435 617.304 130.039 607.77 122.759C604.889 120.559 602.217 118.125 599.778 115.487C599.645 115.292 599.498 115.104 599.336 114.924C590.858 105.448 584.576 91.2106 579.129 76.4904C577.534 72.1796 576.081 68.0329 574.664 63.9902L574.663 63.9865C573.641 61.0699 572.638 58.2073 571.614 55.3762C570.117 51.238 568.61 47.2655 567.047 43.6968C566.972 43.3246 566.852 42.9539 566.684 42.5907C561.357 31.0977 553.134 21.1465 542.784 13.7369C530.964 5.27468 516.901 0.50754 502.371 0.0383122C487.842 -0.430916 473.5 3.41884 461.158 11.1008C450.693 17.615 442.065 26.6367 436.029 37.3048C435.891 37.4951 435.763 37.6965 435.648 37.9088C433.057 42.6825 430.663 48.838 428.297 55.4172C427.261 58.2957 426.248 61.205 425.215 64.1705L425.214 64.1751L425.213 64.1774L425.211 64.182L425.211 64.1822C423.799 68.2375 422.35 72.3981 420.757 76.7289C415.289 91.5998 408.99 105.968 400.518 115.436C400.357 115.616 400.21 115.804 400.077 115.999C397.637 118.637 394.965 121.072 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.998 126.442 407.821 123.404C408.103 123.192 408.368 122.95 408.612 122.678C418.602 111.512 425.481 95.3512 430.95 80.4768C432.538 76.1587 434.081 71.7324 435.544 67.5344L435.545 67.5335L435.545 67.533C436.579 64.5661 437.574 61.7132 438.516 59.0931C440.878 52.5262 443.034 47.0663 445.193 43.0901Z", fill: "url(#paint7_linear_3329_15074)" }), jsxRuntime.jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M737.193 43.09C737.214 43.0498 737.236 43.0094 737.257 42.9688C737.284 42.923 737.311 42.8768 737.337 42.8301C741.772 34.9248 747.881 28.0559 755.26 22.7176C764.104 16.3195 774.466 12.3419 785.319 11.1786C796.173 10.0154 807.142 11.7068 817.141 16.0854C824.401 19.2649 830.968 23.7812 836.511 29.3724L831.39 33.84L855.746 42.1779L850.789 16.9156L844.679 22.2458C838.079 15.4618 830.208 9.99379 821.482 6.17248C809.756 1.03789 796.893 -0.945526 784.166 0.418577C771.438 1.78268 759.288 6.447 748.917 13.9498C740.336 20.1579 733.219 28.1311 728.029 37.3044C727.891 37.4948 727.763 37.6964 727.648 37.9087C725.057 42.6825 722.663 48.838 720.297 55.4172C719.261 58.2956 718.248 61.2047 717.215 64.1701L717.214 64.1751L717.213 64.1773L717.211 64.1824C715.799 68.2376 714.349 72.3981 712.757 76.7289C707.289 91.5997 700.99 105.968 692.518 115.436C692.357 115.617 692.21 115.805 692.077 115.999C689.637 118.637 686.965 121.072 684.085 123.271C674.55 130.551 663.13 134.947 651.175 135.939C639.22 136.932 627.231 134.478 616.626 128.869C607.605 124.098 599.907 117.213 594.172 108.835C592.501 106.394 589.251 105.472 586.677 106.929C584.102 108.387 583.18 111.668 584.82 114.13C591.585 124.279 600.786 132.611 611.618 138.34C624.031 144.905 638.066 147.777 652.061 146.616C666.056 145.455 679.425 140.308 690.586 131.786C693.911 129.248 696.998 126.442 699.821 123.404C700.103 123.192 700.368 122.95 700.612 122.678C710.602 111.512 717.481 95.3511 722.95 80.4768C724.536 76.1627 726.078 71.7406 727.54 67.5462L727.542 67.5399L727.544 67.5342L727.545 67.5335C728.579 64.5663 729.573 61.7133 730.516 59.0931C732.878 52.5262 735.034 47.0663 737.193 43.09Z", fill: "url(#paint8_linear_3329_15074)" }), jsxRuntime.jsxs("defs", { children: [jsxRuntime.jsxs("filter", { id: "filter0_d_3329_15074", x: "7.00391", y: "24.0059", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter1_d_3329_15074", x: "299.004", y: "24.0059", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter2_d_3329_15074", x: "591.004", y: "24.0059", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter3_d_3329_15074", x: "153.004", y: "23.0078", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter4_d_3329_15074", x: "445.004", y: "23.0078", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("filter", { id: "filter5_d_3329_15074", x: "737.004", y: "23.0078", width: "109.116", height: "109.117", 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_3329_15074" }), jsxRuntime.jsx("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_3329_15074", result: "shape" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint0_linear_3329_15074", x1: "285.5", y1: "0", x2: "2.83586", 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_3329_15074", x1: "401", y1: "44.0002", x2: "286", y2: "44.0002", 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_3329_15074", x1: "128", y1: "44.0002", x2: "-27", y2: "44.0002", 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_3329_15074", x1: "708", y1: "44.0005", x2: "564.5", y2: "48.5005", 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_3329_15074", x1: "425", y1: "151", x2: "567.5", y2: "151", 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_3329_15074", x1: "146", y1: "151", x2: "262", y2: "151", 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_3329_15074", x1: "706.5", y1: "151", x2: "889", y2: "151", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.0695406", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.51453", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.69546", "stop-color": "#F26818" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint7_linear_3329_15074", x1: "470.689", y1: "-0.000381323", x2: "518.864", y2: "-9.79962", 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" })] }), jsxRuntime.jsxs("linearGradient", { id: "paint8_linear_3329_15074", x1: "959.499", y1: "3.09692", x2: "723.808", y2: "131.826", gradientUnits: "userSpaceOnUse", children: [jsxRuntime.jsx("stop", { offset: "0.423653", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "0.521793", "stop-color": "#FF9934" }), jsxRuntime.jsx("stop", { offset: "0.931515", "stop-color": "#F26818" }), jsxRuntime.jsx("stop", { offset: "1", "stop-color": "#FE933C" })] })] })] }));
1414
+ };
1415
+
1416
+ function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximosPassos, finalizados, languagem }) {
1417
+ return (jsxRuntime.jsxs(ContainerDesafios, { children: [jsxRuntime.jsx(ContainerItemDesafio, { children: !finalizados ?
1418
+ jsxRuntime.jsx(Stats, { definicao: definicao, hipoteses: hipoteses, testes: testes, resultados: resultados, proximosPassos: proximosPassos })
1419
+ :
1420
+ jsxRuntime.jsx(StatsWithResult, { definicao: definicao, hipoteses: hipoteses, testes: testes, resultados: resultados, proximosPassos: proximosPassos, finalizados: finalizados }) }), jsxRuntime.jsxs(containerTitleDesafio, { hasFish: !!finalizados, children: [jsxRuntime.jsx(TitleDesafiosWhite, { children: languagem
1413
1421
  ? languagem === 'en-US'
1414
1422
  ? definicao.title_en
1415
1423
  ? definicao.title_en
@@ -1459,7 +1467,17 @@ function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximos
1459
1467
  ? proximosPassos.title_es
1460
1468
  : proximosPassos.title
1461
1469
  : proximosPassos.title
1462
- : proximosPassos.title })] })] }));
1470
+ : proximosPassos.title }), finalizados && jsxRuntime.jsx(TitleDesafiosGrey, { children: languagem
1471
+ ? languagem === 'en-US'
1472
+ ? finalizados.title_en
1473
+ ? finalizados.title_en
1474
+ : finalizados.title
1475
+ : languagem === 'es'
1476
+ ? finalizados.title_es
1477
+ ? finalizados.title_es
1478
+ : finalizados.title
1479
+ : finalizados.title
1480
+ : finalizados.title })] })] }));
1463
1481
  }
1464
1482
 
1465
1483
  /**
@@ -23047,16 +23065,19 @@ const WrapperCollaboratorAvatar = styled__default["default"].div `
23047
23065
  `;
23048
23066
 
23049
23067
  function CollaboratorAvatar({ src, onPressAvatar, labelTextVisitProfile, uuid, align, isResponsible, userName }) {
23050
- return (jsxRuntime.jsx(WrapperCollaboratorAvatar, { align: align, children: onPressAvatar && uuid ? (jsxRuntime.jsx(Tooltip$2, { direction: "bottom", content: userName ? userName : (labelTextVisitProfile ? labelTextVisitProfile : 'Visitar perfil'), trigger: "hover", width: "fit-content", height: "32px", style: { top: '10px', textAlign: 'center', whiteSpace: 'nowrap' }, children: jsxRuntime.jsx("div", { onClick: (event) => {
23068
+ return (jsxRuntime.jsx(WrapperCollaboratorAvatar, { align: align, children: onPressAvatar && uuid ? (jsxRuntime.jsx(Tooltip$2, { direction: "right", content: userName ? userName : labelTextVisitProfile ? labelTextVisitProfile : 'Visitar perfil', trigger: "hover", width: "fit-content", height: "32px", style: {
23069
+ textAlign: 'center',
23070
+ whiteSpace: 'nowrap'
23071
+ }, children: jsxRuntime.jsx("div", { onClick: (event) => {
23051
23072
  event.stopPropagation();
23052
23073
  onPressAvatar?.(uuid);
23053
23074
  }, children: jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', isActiveClick: !!(onPressAvatar && uuid), style: {
23054
- display: "flex",
23055
- justifyContent: "center",
23056
- alignItems: "center",
23057
- overflow: "hidden",
23058
- borderRadius: "50%",
23059
- border: isResponsible ? "2px solid #31AAAA" : "2px solid transparent",
23075
+ display: 'flex',
23076
+ justifyContent: 'center',
23077
+ alignItems: 'center',
23078
+ overflow: 'hidden',
23079
+ borderRadius: '50%',
23080
+ border: isResponsible ? '2px solid #31AAAA' : '2px solid transparent'
23060
23081
  } }) }) })) : (jsxRuntime.jsx(Avatar, { size: "32px", src: src ? src : 'https://cdn-images.frstfalconi.cloud/path582.svg', onClick: null, isActiveClick: !!(onPressAvatar && uuid) })) }));
23061
23082
  }
23062
23083
 
@@ -1 +1 @@
1
- {"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/dropdown-Multiselect/styles/multiselectStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oEAiB3B,CAAA;AAED,eAAO,MAAM,YAAY,oEAexB,CAAA;AAED,eAAO,MAAM,YAAY,oEA0CxB,CAAA;AAED,eAAO,MAAM,eAAe,oEAI3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,SAAS,oEA4BrB,CAAA;AAED,eAAO,MAAM,YAAY,oEAmBxB,CAAA;AAED,eAAO,MAAM,cAAc,oEAc1B,CAAA;AAED,eAAO,MAAM,WAAW,oEASvB,CAAA;AAED,eAAO,MAAM,YAAY,oEAkBxB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,SAAS,oEAMrB,CAAA;AAED,eAAO,MAAM,eAAe,oEAM3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAItB,CAAA"}
1
+ {"version":3,"file":"multiselectStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/dropdown-Multiselect/styles/multiselectStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,oEAiB3B,CAAA;AAED,eAAO,MAAM,YAAY,oEAexB,CAAA;AAED,eAAO,MAAM,YAAY,oEA0CxB,CAAA;AAED,eAAO,MAAM,eAAe,oEAI3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,SAAS,oEA4BrB,CAAA;AAED,eAAO,MAAM,YAAY,oEAmBxB,CAAA;AAED,eAAO,MAAM,cAAc,oEAc1B,CAAA;AAED,eAAO,MAAM,WAAW,oEASvB,CAAA;AAED,eAAO,MAAM,YAAY,oEAkBxB,CAAA;AAED,eAAO,MAAM,UAAU,oEAMtB,CAAA;AAED,eAAO,MAAM,SAAS,oEAMrB,CAAA;AAED,eAAO,MAAM,eAAe,oEAM3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAItB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/UpDownButtons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAE9D,UAAU,kBAAmB,SAAQ,iBAAiB;IAClD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;CAC3B;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAS/C,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/hypotesisAndImpediment/UpDownButtons/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAIzB,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAA;AAE9D,UAAU,kBAAmB,SAAQ,iBAAiB;IAClD,SAAS,CAAC,EAAE,MAAM,IAAI,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,IAAI,CAAA;CAC3B;AAED,QAAA,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAS/C,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"upDownButtons.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/UpDownButtons/upDownButtons.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAe/D,eAAO,MAAM,oBAAoB,mFAYhC,CAAA;AAED,eAAO,MAAM,WAAW,uEAavB,CAAA"}
1
+ {"version":3,"file":"upDownButtons.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/hypotesisAndImpediment/UpDownButtons/upDownButtons.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAe/D,eAAO,MAAM,oBAAoB,mFAYhC,CAAA;AAED,eAAO,MAAM,WAAW,uEAavB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/Voting/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqB,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAM3E,eAAO,MAAM,MAAM,uIAAuI,WAAW,4CAsGpK,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/hypotesisAndImpediment/Voting/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAqB,WAAW,EAAE,MAAM,4BAA4B,CAAA;AAM3E,eAAO,MAAM,MAAM,uIAAuI,WAAW,4CAsGpK,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"voting.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/Voting/voting.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAS/D,eAAO,MAAM,eAAe,mFAiB3B,CAAA;AACD,eAAO,MAAM,UAAU,oEAYtB,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAU9B,CAAA;AACD,eAAO,MAAM,eAAe,oEAe3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAKhC,CAAA;AAED,eAAO,MAAM,WAAW,kEAKvB,CAAA;AAED,eAAO,MAAM,SAAS,oEAarB,CAAC;AAEF,eAAO,MAAM,SAAS,qEAGrB,CAAC;AAEF,eAAO,MAAM,aAAa,oEAkBzB,CAAC"}
1
+ {"version":3,"file":"voting.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/hypotesisAndImpediment/Voting/voting.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAS/D,eAAO,MAAM,eAAe,mFAiB3B,CAAA;AACD,eAAO,MAAM,UAAU,oEAYtB,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAU9B,CAAA;AACD,eAAO,MAAM,eAAe,oEAe3B,CAAA;AAED,eAAO,MAAM,UAAU,oEAStB,CAAA;AAED,eAAO,MAAM,oBAAoB,oEAKhC,CAAA;AAED,eAAO,MAAM,WAAW,kEAKvB,CAAA;AAED,eAAO,MAAM,SAAS,oEAarB,CAAC;AAEF,eAAO,MAAM,SAAS,qEAGrB,CAAC;AAEF,eAAO,MAAM,aAAa,oEAkBzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/hypotesisAndImpediment/editHypotesisAndImpediment/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;6CAyBtC,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/hypotesisAndImpediment/editHypotesisAndImpediment/index.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;6CAyBtC,CAAA"}
@@ -1 +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,2CA2CZ"}
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,2CA2CZ"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/impedimentosTab/addImpedimentoModal/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAS1B,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/impedimentosTab/addImpedimentoModal/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAS1B,CAAA"}
@@ -1 +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,2CAiCf"}
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,2CAiCf"}
@@ -1 +1 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/impedimentosTab/dropDown/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAQ7B,CAAA;AAED,eAAO,MAAM,WAAW,oEAwBvB,CAAA"}
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/impedimentosTab/dropDown/styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAQ7B,CAAA;AAED,eAAO,MAAM,WAAW,oEAwBvB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAGD,eAAO,MAAM,oBAAoB,gFAmChC,CAAA"}
1
+ {"version":3,"file":"buttonControlStyles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/buttonControlStyles.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAGD,eAAO,MAAM,oBAAoB,gFAmChC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/index.tsx"],"names":[],"mappings":"AAMA,wBAAgB,cAAc,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,MAAM,EACT;;;;;;;;CAAA,2CAuBF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/index.tsx"],"names":[],"mappings":"AAMA,wBAAgB,cAAc,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,SAAS,EACT,SAAS,EACT,WAAW,EACX,UAAU,EACV,MAAM,EACT;;;;;;;;CAAA,2CAuBF"}
@@ -1 +1 @@
1
- {"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/scroll-container-v2/ButtonControl/useLongPress.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAAC,QAAQ,aAAW,EAAE,EAAE,SAAO;;;;;;EAsB1D"}
1
+ {"version":3,"file":"useLongPress.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/scroll-container-v2/ButtonControl/useLongPress.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,CAAC,QAAQ,aAAW,EAAE,EAAE,SAAO;;;;;;EAsB1D"}
@@ -1 +1 @@
1
- {"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/DS/select/styles/StylesSelect.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6EAa7B,CAAA;AACD,eAAO,MAAM,YAAY,6EAaxB,CAAA;AACD,eAAO,MAAM,cAAc,6EAsC1B,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAAkB,CAAA;AAEpD,eAAO,MAAM,YAAY,mEAgBxB,CAAA;AACD,eAAO,MAAM,kBAAkB;UAAyB,OAAO;SAa9D,CAAA;AACD,eAAO,MAAM,cAAc,kEAO1B,CAAA"}
1
+ {"version":3,"file":"StylesSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/DS/select/styles/StylesSelect.tsx"],"names":[],"mappings":"AAEA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAED,eAAO,MAAM,iBAAiB,6EAa7B,CAAA;AACD,eAAO,MAAM,YAAY,6EAaxB,CAAA;AACD,eAAO,MAAM,cAAc,6EAsC1B,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAAkB,CAAA;AAEpD,eAAO,MAAM,YAAY,mEAgBxB,CAAA;AACD,eAAO,MAAM,kBAAkB;UAAyB,OAAO;SAa9D,CAAA;AACD,eAAO,MAAM,cAAc,kEAO1B,CAAA"}
@@ -1 +1 @@
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,2dAiC5B,yBAAyB,4CAsH3B,CAAA"}
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,2dAiC5B,yBAAyB,4CAsH3B,CAAA"}
@@ -1 +1 @@
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,4CAkGb,CAAC"}
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,4CAkGb,CAAC"}
@@ -1 +1 @@
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
+ {"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":["../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":"AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,2CAiFnD"}
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,2CAiFnD"}
@@ -1 +1 @@
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
+ {"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":"errorIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/errorIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,4CAUhC"}
1
+ {"version":3,"file":"errorIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cardLT/MessageBox/icons/errorIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACH,MAAM,CAAC,OAAO,UAAU,SAAS,4CAUhC"}
@@ -1 +1 @@
1
- {"version":3,"file":"successIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/successIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,4CASnC"}
1
+ {"version":3,"file":"successIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cardLT/MessageBox/icons/successIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,4CASnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"warningIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/cardLT/MessageBox/icons/warningIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,4CAWnC"}
1
+ {"version":3,"file":"warningIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/cardLT/MessageBox/icons/warningIcon.tsx"],"names":[],"mappings":"AAIE;;;GAGG;AACF,MAAM,CAAC,OAAO,UAAU,WAAW,4CAWnC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,eAAO,MAAM,SAAS,kNAcnB,UAAU,4CAyEZ,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/index.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE9C,eAAO,MAAM,SAAS,kNAcnB,UAAU,4CAyEZ,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAKrB,CAAA;AAED,eAAO,MAAM,QAAQ,kEAOpB,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAM5B,CAAA"}
1
+ {"version":3,"file":"inputEdit.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/commentaryBoxV2/utilitiesComponents/inputEdit/inputEdit.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,oEAI1B,CAAA;AAED,eAAO,MAAM,SAAS,oEAKrB,CAAA;AAED,eAAO,MAAM,QAAQ,kEAOpB,CAAA;AAED,eAAO,MAAM,gBAAgB,oEAM5B,CAAA"}
@@ -1 +1 @@
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,2CAiB/F"}
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,2CAiB/F"}
@@ -1 +1 @@
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
+ {"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":["../../../../../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,2CAmBxD"}
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,2CAmBxD"}
@@ -1 +1 @@
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,sEAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,mEAEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sFAY7B,CAAC"}
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,sEAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,mEAEtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,sFAY7B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table/parts/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table/parts/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA"}
@@ -1 +1 @@
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
+ {"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 +1 @@
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,aAAa,EAAE,QAAQ,EAAE,EAAE,mBAAmB,2CAyClJ"}
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,EACvC,GAAG,EACH,aAAa,EACb,qBAAqB,EACrB,IAAI,EACJ,KAAK,EACL,aAAa,EACb,QAAQ,EACX,EAAE,mBAAmB,2CA8CrB"}
@@ -1 +1 @@
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
+ {"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":["../../../../../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,2CAE7D"}
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,2CAE7D"}
@@ -1 +1 @@
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
+ {"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":["../../../../../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,2CA2B1E"}
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,2CA2B1E"}
@@ -1 +1 @@
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,2CAS9D"}
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,2CAS9D"}
@@ -1 +1 @@
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"}
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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/form-elements/table-actions/parts/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/form-elements/table-actions/parts/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/global-menu/components/customMenu/index.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,UAAU,SAAK"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/global-menu/components/customMenu/index.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,UAAU,SAAK"}
@@ -11,8 +11,9 @@ interface ObjQuantidadeDesafio {
11
11
  testes: ObjItemDesafio;
12
12
  resultados: ObjItemDesafio;
13
13
  proximosPassos: ObjItemDesafio;
14
+ finalizados?: ObjItemDesafio;
14
15
  languagem?: string;
15
16
  }
16
- export default function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximosPassos, languagem }: ObjQuantidadeDesafio): import("react/jsx-runtime").JSX.Element;
17
+ export default function QuantidadeDesafios({ definicao, hipoteses, testes, resultados, proximosPassos, finalizados, languagem }: ObjQuantidadeDesafio): import("react/jsx-runtime").JSX.Element;
17
18
  export {};
18
19
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/index.tsx"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,oBAAoB;IAC5B,SAAS,EAAE,cAAc,CAAA;IACzB,SAAS,EAAE,cAAc,CAAA;IACzB,MAAM,EAAE,cAAc,CAAA;IACtB,UAAU,EAAE,cAAc,CAAA;IAC1B,cAAc,EAAE,cAAc,CAAA;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,SAAS,EACT,SAAS,EACT,MAAM,EACN,UAAU,EACV,cAAc,EACd,SAAS,EACV,EAAE,oBAAoB,2CAiFtB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/index.tsx"],"names":[],"mappings":"AAGA,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,oBAAoB;IAC5B,SAAS,EAAE,cAAc,CAAA;IACzB,SAAS,EAAE,cAAc,CAAA;IACzB,MAAM,EAAE,cAAc,CAAA;IACtB,UAAU,EAAE,cAAc,CAAA;IAC1B,cAAc,EAAE,cAAc,CAAA;IAC9B,WAAW,CAAC,EAAE,cAAc,CAAA;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,EACzC,SAAS,EACT,SAAS,EACT,MAAM,EACN,UAAU,EACV,cAAc,EACd,WAAW,EACX,SAAS,EACV,EAAE,oBAAoB,2CAyGtB"}
@@ -1,6 +1,8 @@
1
1
  export declare const ContainerDesafios: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const ContainerItemDesafio: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const containerTitleDesafio: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const containerTitleDesafio: import("styled-components").StyledComponent<"div", any, {
4
+ hasFish: any;
5
+ }, never>;
4
6
  export declare const TitleDesafiosWhite: import("styled-components").StyledComponent<"div", any, {}, never>;
5
7
  export declare const TitleDesafiosGrey: import("styled-components").StyledComponent<"div", any, {}, never>;
6
8
  export declare const DataTitle: import("styled-components").StyledComponent<"text", any, {}, never>;
@@ -1 +1 @@
1
- {"version":3,"file":"quantidadeDesafios.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/quantidadeDesafios.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAK7B,CAAA;AACD,eAAO,MAAM,oBAAoB,oEAShC,CAAA;AACD,eAAO,MAAM,qBAAqB,oEAMjC,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAoB9B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAiB7B,CAAA;AACD,eAAO,MAAM,SAAS,qEAarB,CAAA;AAED,eAAO,MAAM,YAAY,qEAaxB,CAAA"}
1
+ {"version":3,"file":"quantidadeDesafios.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/quantidadeDesafios.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,oEAK7B,CAAA;AACD,eAAO,MAAM,oBAAoB,oEAUhC,CAAA;AACD,eAAO,MAAM,qBAAqB;;SAMjC,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAoB9B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAiB7B,CAAA;AACD,eAAO,MAAM,SAAS,qEAarB,CAAA;AAED,eAAO,MAAM,YAAY,qEAaxB,CAAA"}
@@ -0,0 +1,9 @@
1
+ export declare const StatsWithResult: ({ definicao, hipoteses, testes, resultados, proximosPassos, finalizados }: {
2
+ definicao?: any;
3
+ hipoteses?: any;
4
+ testes?: any;
5
+ resultados?: any;
6
+ proximosPassos?: any;
7
+ finalizados?: any;
8
+ }) => import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=statsWithResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statsWithResult.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/statsWithResult.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe;;;;;;;6CA8L3B,CAAA"}
package/package.json CHANGED
@@ -1,110 +1,110 @@
1
1
  {
2
- "name": "frst-components",
3
- "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.24.07",
5
- "private": false,
6
- "main": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "scripts": {
9
- "build": "rimraf dist && mkdirp dist && rollup --config rollup.config.js",
10
- "sb": "start-storybook -p 6006 -s public",
11
- "dev": "start-storybook -p 6006 -s public",
12
- "build-sb": "rimraf storybook-static && build-storybook -s public",
13
- "deploy-sb": "gh-pages -d storybook-static",
14
- "storybook": "storybook dev -p 6006",
15
- "build-storybook": "storybook build"
16
- },
17
- "files": [
18
- "dist",
19
- "public",
20
- "pacakge.json"
21
- ],
22
- "dependencies": {
23
- "@emoji-mart/data": "^1.0.2",
24
- "@emotion/css": "^11.10.0",
25
- "@glidejs/glide": "^3.6.0",
26
- "@hello-pangea/dnd": "^16.2.0",
27
- "@material-ui/core": "^4.12.4",
28
- "@material-ui/icons": "^4.11.3",
29
- "@mui/icons-material": "^5.4.2",
30
- "@mui/material": "^5.4.3",
31
- "@mui/x-date-pickers": "^6.3.1",
32
- "@types/emoji-mart": "^3.0.9",
33
- "date-fns": "^2.29.3",
34
- "drag-react": "^1.1.0",
35
- "emoji-mart": "^5.1.0",
36
- "i18next": "^21.6.12",
37
- "i18next-browser-languagedetector": "^6.1.3",
38
- "markdown-to-jsx": "^7.1.8",
39
- "moment": "^2.29.4",
40
- "path": "^0.12.7",
41
- "primeflex": "^3.3.0",
42
- "primeicons": "^6.0.1",
43
- "primereact": "^8.7.3",
44
- "react": "^17.0.2",
45
- "react-beautiful-dnd": "^13.1.1",
46
- "react-calendar": "^3.8.0",
47
- "react-color": "^2.19.3",
48
- "react-color-palette": "^6.2.0",
49
- "react-date-range": "^1.4.0",
50
- "react-dom": "^17.0.2",
51
- "react-i18next": "^11.15.5",
52
- "react-player": "^2.12.0",
53
- "react-scripts": "^5.0.0",
54
- "react-scrollbars-custom": "^4.1.1",
55
- "react-select": "^5.3.2",
56
- "react-switch": "^7.0.0",
57
- "react-toastify": "^9.1.3",
58
- "slate-history": "^0.66.0",
59
- "slate-react": "^0.83.0",
60
- "styled-components": "^5.3.3",
61
- "use-sound": "^4.0.1",
62
- "usehooks-ts": "^2.9.1",
63
- "web-vitals": "^2.1.4"
64
- },
65
- "devDependencies": {
66
- "@emotion/react": "^11.8.1",
67
- "@emotion/styled": "^11.8.1",
68
- "@storybook/addon-actions": "^6.4.19",
69
- "@storybook/addon-essentials": "^6.4.19",
70
- "@storybook/addon-interactions": "^7.6.7",
71
- "@storybook/addon-links": "^6.4.19",
72
- "@storybook/addon-onboarding": "^1.0.10",
73
- "@storybook/blocks": "^7.6.7",
74
- "@storybook/builder-webpack5": "^6.4.19",
75
- "@storybook/manager-webpack5": "^6.4.19",
76
- "@storybook/node-logger": "^6.4.19",
77
- "@storybook/preset-create-react-app": "^7.6.7",
78
- "@storybook/react": "^6.4.19",
79
- "@storybook/react-webpack5": "^7.6.7",
80
- "@storybook/test": "^7.6.7",
81
- "@testing-library/jest-dom": "^5.16.2",
82
- "@types/node": "^17.0.21",
83
- "@types/react": "^17.0.39",
84
- "@types/styled-components": "^5.1.23",
85
- "babel-plugin-styled-components": "^2.0.6",
86
- "file-loader": "^6.2.0",
87
- "gh-pages": "^3.2.3",
88
- "prettier": "^2.5.1",
89
- "prop-types": "^15.8.1",
90
- "rimraf": "^3.0.2",
91
- "rollup": "^2.68.0",
92
- "rollup-plugin-img": "^1.1.0",
93
- "rollup-plugin-postcss": "^4.0.2",
94
- "rollup-plugin-typescript2": "^0.31.2",
95
- "storybook": "^8.2.9",
96
- "storybook-react-i18next": "^1.0.17",
97
- "typescript": "^4.5.5",
98
- "webpack": "^5.69.1"
99
- },
100
- "description": "<p align=\"center\"> <a href=\"https://frst-falconi.github.io/storybook.frstfalconi.com\"> <img alt=\"Chromatic\" src=\"https://frstfalconi.com/wp-content/themes/frst-theme/img/logo-frst-completo2x.png\" width=\"320\" /> </a> </p>",
101
- "repository": {
102
- "type": "git",
103
- "url": "git+https://github.com/FRST-Falconi/storybook.frstfalconi.com.git"
104
- },
105
- "author": "",
106
- "license": "ISC",
107
- "bugs": {
108
- "url": "https://github.com/FRST-Falconi/storybook.frstfalconi.com/issues"
109
- }
2
+ "name": "frst-components",
3
+ "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
+ "version": "0.24.09",
5
+ "private": false,
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "scripts": {
9
+ "build": "rimraf dist && mkdirp dist && rollup --config rollup.config.js",
10
+ "sb": "start-storybook -p 6006 -s public",
11
+ "dev": "start-storybook -p 6006 -s public",
12
+ "build-sb": "rimraf storybook-static && build-storybook -s public",
13
+ "deploy-sb": "gh-pages -d storybook-static",
14
+ "storybook": "storybook dev -p 6006",
15
+ "build-storybook": "storybook build"
16
+ },
17
+ "files": [
18
+ "dist",
19
+ "public",
20
+ "pacakge.json"
21
+ ],
22
+ "dependencies": {
23
+ "@emoji-mart/data": "^1.0.2",
24
+ "@emotion/css": "^11.10.0",
25
+ "@glidejs/glide": "^3.6.0",
26
+ "@hello-pangea/dnd": "^16.2.0",
27
+ "@material-ui/core": "^4.12.4",
28
+ "@material-ui/icons": "^4.11.3",
29
+ "@mui/icons-material": "^5.4.2",
30
+ "@mui/material": "^5.4.3",
31
+ "@mui/x-date-pickers": "^6.3.1",
32
+ "@types/emoji-mart": "^3.0.9",
33
+ "date-fns": "^2.29.3",
34
+ "drag-react": "^1.1.0",
35
+ "emoji-mart": "^5.1.0",
36
+ "i18next": "^21.6.12",
37
+ "i18next-browser-languagedetector": "^6.1.3",
38
+ "markdown-to-jsx": "^7.1.8",
39
+ "moment": "^2.29.4",
40
+ "path": "^0.12.7",
41
+ "primeflex": "^3.3.0",
42
+ "primeicons": "^6.0.1",
43
+ "primereact": "^8.7.3",
44
+ "react": "^17.0.2",
45
+ "react-beautiful-dnd": "^13.1.1",
46
+ "react-calendar": "^3.8.0",
47
+ "react-color": "^2.19.3",
48
+ "react-color-palette": "^6.2.0",
49
+ "react-date-range": "^1.4.0",
50
+ "react-dom": "^17.0.2",
51
+ "react-i18next": "^11.15.5",
52
+ "react-player": "^2.12.0",
53
+ "react-scripts": "^5.0.0",
54
+ "react-scrollbars-custom": "^4.1.1",
55
+ "react-select": "^5.3.2",
56
+ "react-switch": "^7.0.0",
57
+ "react-toastify": "^9.1.3",
58
+ "slate-history": "^0.66.0",
59
+ "slate-react": "^0.83.0",
60
+ "styled-components": "^5.3.3",
61
+ "use-sound": "^4.0.1",
62
+ "usehooks-ts": "^2.9.1",
63
+ "web-vitals": "^2.1.4"
64
+ },
65
+ "devDependencies": {
66
+ "@emotion/react": "^11.8.1",
67
+ "@emotion/styled": "^11.8.1",
68
+ "@storybook/addon-actions": "^6.4.19",
69
+ "@storybook/addon-essentials": "^6.4.19",
70
+ "@storybook/addon-interactions": "^7.6.7",
71
+ "@storybook/addon-links": "^6.4.19",
72
+ "@storybook/addon-onboarding": "^1.0.10",
73
+ "@storybook/blocks": "^7.6.7",
74
+ "@storybook/builder-webpack5": "^6.4.19",
75
+ "@storybook/manager-webpack5": "^6.4.19",
76
+ "@storybook/node-logger": "^6.4.19",
77
+ "@storybook/preset-create-react-app": "^7.6.7",
78
+ "@storybook/react": "^6.4.19",
79
+ "@storybook/react-webpack5": "^7.6.7",
80
+ "@storybook/test": "^7.6.7",
81
+ "@testing-library/jest-dom": "^5.16.2",
82
+ "@types/node": "^17.0.21",
83
+ "@types/react": "^17.0.39",
84
+ "@types/styled-components": "^5.1.23",
85
+ "babel-plugin-styled-components": "^2.0.6",
86
+ "file-loader": "^6.2.0",
87
+ "gh-pages": "^3.2.3",
88
+ "prettier": "^2.5.1",
89
+ "prop-types": "^15.8.1",
90
+ "rimraf": "^3.0.2",
91
+ "rollup": "^2.68.0",
92
+ "rollup-plugin-img": "^1.1.0",
93
+ "rollup-plugin-postcss": "^4.0.2",
94
+ "rollup-plugin-typescript2": "^0.31.2",
95
+ "storybook": "^8.2.9",
96
+ "storybook-react-i18next": "^1.0.17",
97
+ "typescript": "^4.5.5",
98
+ "webpack": "^5.69.1"
99
+ },
100
+ "description": "<p align=\"center\"> <a href=\"https://frst-falconi.github.io/storybook.frstfalconi.com\"> <img alt=\"Chromatic\" src=\"https://frstfalconi.com/wp-content/themes/frst-theme/img/logo-frst-completo2x.png\" width=\"320\" /> </a> </p>",
101
+ "repository": {
102
+ "type": "git",
103
+ "url": "git+https://github.com/FRST-Falconi/storybook.frstfalconi.com.git"
104
+ },
105
+ "author": "",
106
+ "license": "ISC",
107
+ "bugs": {
108
+ "url": "https://github.com/FRST-Falconi/storybook.frstfalconi.com/issues"
109
+ }
110
110
  }