From dcffe89b8f3adc4d8ac0799e44b48bb58e1885a1 Mon Sep 17 00:00:00 2001 From: VVladLytvyn <1997vlad1997bob@gmail.com> Date: Thu, 15 Aug 2024 17:32:40 +0300 Subject: [PATCH] make build --- index.2cdaf7bc.css | 30 + index.2cdaf7bc.css.map | 1 + index.7e780c5a.css | 2 + index.7e780c5a.css.map | 1 + index.html | 58 + layout_stars.59712999.js | 590 ++++++ layout_stars.59712999.js.map | 1 + report/bitmaps_reference/Entire_document.png | Bin 0 -> 975 bytes report/bitmaps_reference/stars--0.png | Bin 0 -> 351 bytes report/bitmaps_reference/stars--1.png | Bin 0 -> 513 bytes report/bitmaps_reference/stars--2.png | Bin 0 -> 527 bytes report/bitmaps_reference/stars--3.png | Bin 0 -> 531 bytes report/bitmaps_reference/stars--4.png | Bin 0 -> 518 bytes report/bitmaps_reference/stars--5.png | Bin 0 -> 364 bytes .../20240815-172834/Entire_document.png | Bin 0 -> 975 bytes .../bitmaps_test/20240815-172834/report.json | 173 ++ .../bitmaps_test/20240815-172834/stars--0.png | Bin 0 -> 351 bytes .../bitmaps_test/20240815-172834/stars--1.png | Bin 0 -> 513 bytes .../bitmaps_test/20240815-172834/stars--2.png | Bin 0 -> 527 bytes .../bitmaps_test/20240815-172834/stars--3.png | Bin 0 -> 531 bytes .../bitmaps_test/20240815-172834/stars--4.png | Bin 0 -> 518 bytes .../bitmaps_test/20240815-172834/stars--5.png | Bin 0 -> 364 bytes .../a96f14595379b7c348d66e115ec65a93.png | Bin 0 -> 12777 bytes report/html_report/assets/fonts/Lato-Bold.ttf | Bin 0 -> 121788 bytes .../html_report/assets/fonts/Lato-Regular.ttf | Bin 0 -> 120196 bytes .../assets/fonts/lato-bold-webfont.woff | Bin 0 -> 33272 bytes .../assets/fonts/lato-bold-webfont.woff2 | Bin 0 -> 26248 bytes .../assets/fonts/lato-regular-webfont.woff | Bin 0 -> 31860 bytes .../assets/fonts/lato-regular-webfont.woff2 | Bin 0 -> 24992 bytes .../b815e28b1e230cff6e9d7b749edcd562.png | Bin 0 -> 12777 bytes report/html_report/config.js | 173 ++ report/html_report/diff.js | 1843 +++++++++++++++++ report/html_report/diverged.js | 340 +++ report/html_report/divergedWorker.js | 6 + report/html_report/index.html | 49 + report/html_report/index_bundle.js | 2 + star-active.2be54011.svg | 3 + star.fa806e3c.svg | 3 + 38 files changed, 3275 insertions(+) create mode 100644 index.2cdaf7bc.css create mode 100644 index.2cdaf7bc.css.map create mode 100644 index.7e780c5a.css create mode 100644 index.7e780c5a.css.map create mode 100644 index.html create mode 100644 layout_stars.59712999.js create mode 100644 layout_stars.59712999.js.map create mode 100644 report/bitmaps_reference/Entire_document.png create mode 100644 report/bitmaps_reference/stars--0.png create mode 100644 report/bitmaps_reference/stars--1.png create mode 100644 report/bitmaps_reference/stars--2.png create mode 100644 report/bitmaps_reference/stars--3.png create mode 100644 report/bitmaps_reference/stars--4.png create mode 100644 report/bitmaps_reference/stars--5.png create mode 100644 report/bitmaps_test/20240815-172834/Entire_document.png create mode 100644 report/bitmaps_test/20240815-172834/report.json create mode 100644 report/bitmaps_test/20240815-172834/stars--0.png create mode 100644 report/bitmaps_test/20240815-172834/stars--1.png create mode 100644 report/bitmaps_test/20240815-172834/stars--2.png create mode 100644 report/bitmaps_test/20240815-172834/stars--3.png create mode 100644 report/bitmaps_test/20240815-172834/stars--4.png create mode 100644 report/bitmaps_test/20240815-172834/stars--5.png create mode 100644 report/html_report/a96f14595379b7c348d66e115ec65a93.png create mode 100755 report/html_report/assets/fonts/Lato-Bold.ttf create mode 100755 report/html_report/assets/fonts/Lato-Regular.ttf create mode 100755 report/html_report/assets/fonts/lato-bold-webfont.woff create mode 100755 report/html_report/assets/fonts/lato-bold-webfont.woff2 create mode 100755 report/html_report/assets/fonts/lato-regular-webfont.woff create mode 100755 report/html_report/assets/fonts/lato-regular-webfont.woff2 create mode 100644 report/html_report/b815e28b1e230cff6e9d7b749edcd562.png create mode 100644 report/html_report/config.js create mode 100644 report/html_report/diff.js create mode 100644 report/html_report/diverged.js create mode 100644 report/html_report/divergedWorker.js create mode 100644 report/html_report/index.html create mode 100644 report/html_report/index_bundle.js create mode 100644 star-active.2be54011.svg create mode 100644 star.fa806e3c.svg diff --git a/index.2cdaf7bc.css b/index.2cdaf7bc.css new file mode 100644 index 0000000000..eb4107c77b --- /dev/null +++ b/index.2cdaf7bc.css @@ -0,0 +1,30 @@ +html, body { + margin: 0; + padding: 0; +} + +* { + box-sizing: border-box; +} + +.stars { + margin: 0; + padding: 0; + list-style: none; + display: flex; +} + +.stars__star { + background: url("star.fa806e3c.svg") center no-repeat; + width: 16px; + height: 16px; +} + +.stars__star:not(:last-child) { + margin-right: 4px; +} + +.stars--1 > .stars__star:nth-child(-n+1), .stars--2 > .stars__star:nth-child(-n+2), .stars--3 > .stars__star:nth-child(-n+3), .stars--4 > .stars__star:nth-child(-n+4), .stars--5 > .stars__star:nth-child(-n+5) { + background: url("star-active.2be54011.svg") center no-repeat; +} +/*# sourceMappingURL=index.2cdaf7bc.css.map */ diff --git a/index.2cdaf7bc.css.map b/index.2cdaf7bc.css.map new file mode 100644 index 0000000000..aedb9cd989 --- /dev/null +++ b/index.2cdaf7bc.css.map @@ -0,0 +1 @@ +{"mappings":"AAAA;;;;;AAUA;;;;AAIA;;;;;;;AAOA;;;;;;AAMA;;;;AAIA","sources":["src/style.css"],"sourcesContent":["html {\n margin: 0;\n padding: 0;\n}\n\nbody {\n margin: 0;\n padding: 0;\n}\n\n* {\n box-sizing: border-box;\n}\n\n.stars {\n display: flex;\n margin: 0;\n list-style: none;\n padding: 0;\n}\n\n.stars__star {\n width: 16px;\n height: 16px;\n background: url(./images/star.svg) center no-repeat;\n}\n\n.stars__star:not(:last-child) {\n margin-right: 4px;\n}\n\n.stars--1 > .stars__star:nth-child(-n + 1),\n.stars--2 > .stars__star:nth-child(-n + 2),\n.stars--3 > .stars__star:nth-child(-n + 3),\n.stars--4 > .stars__star:nth-child(-n + 4),\n.stars--5 > .stars__star:nth-child(-n + 5) {\n background: url(./images/star-active.svg) center no-repeat;\n}\n"],"names":[],"version":3,"file":"index.2cdaf7bc.css.map","sourceRoot":"/__parcel_source_root/"} \ No newline at end of file diff --git a/index.7e780c5a.css b/index.7e780c5a.css new file mode 100644 index 0000000000..420e700856 --- /dev/null +++ b/index.7e780c5a.css @@ -0,0 +1,2 @@ +html,body{margin:0;padding:0}*{box-sizing:border-box}.stars{margin:0;padding:0;list-style:none;display:flex}.stars__star{background-image:url(star.822d561e.svg);background-position:50%;background-repeat:no-repeat;width:16px;height:16px}.stars__star:not(:last-child){margin-right:4px}ul.stars--1 li.stars__star:nth-child(-n+1),ul.stars--2 li.stars__star:nth-child(-n+2),ul.stars--3 li.stars__star:nth-child(-n+3),ul.stars--4 li.stars__star:nth-child(-n+4),ul.stars--5 li.stars__star:nth-child(-n+5){background-image:url(star-active.edda4c43.svg);background-position:50%;background-repeat:no-repeat} +/*# sourceMappingURL=index.7e780c5a.css.map */ diff --git a/index.7e780c5a.css.map b/index.7e780c5a.css.map new file mode 100644 index 0000000000..9175f02aff --- /dev/null +++ b/index.7e780c5a.css.map @@ -0,0 +1 @@ +{"mappings":"ACAA,6BAUA,wBAcA,uDAOA,iJAQA,+CAIA","sources":["index.7e780c5a.css","src/style.css"],"sourcesContent":["html, body {\n margin: 0;\n padding: 0;\n}\n\n* {\n box-sizing: border-box;\n}\n\n.stars {\n margin: 0;\n padding: 0;\n list-style: none;\n display: flex;\n}\n\n.stars__star {\n background-image: url(\"star.822d561e.svg\");\n background-position: center;\n background-repeat: no-repeat;\n width: 16px;\n height: 16px;\n}\n\n.stars__star:not(:last-child) {\n margin-right: 4px;\n}\n\nul.stars--1 li.stars__star:nth-child(-n+1), ul.stars--2 li.stars__star:nth-child(-n+2), ul.stars--3 li.stars__star:nth-child(-n+3), ul.stars--4 li.stars__star:nth-child(-n+4), ul.stars--5 li.stars__star:nth-child(-n+5) {\n background-image: url(\"star-active.edda4c43.svg\");\n background-position: center;\n background-repeat: no-repeat;\n}\n/*# sourceMappingURL=index.7e780c5a.css.map */\n","html {\n margin: 0;\n padding: 0;\n}\n\nbody {\n margin: 0;\n padding: 0;\n}\n\n* {\n box-sizing: border-box;\n}\n\n/* .container {\n width: 96px;\n\n height: 96px;\n display: flex;\n background-color: #fff;\n flex-direction: column;\n justify-content: space-between;\n} */\n\n.stars {\n display: flex;\n margin: 0;\n list-style: none;\n padding: 0;\n}\n\n.stars__star {\n width: 16px;\n height: 16px;\n background-image: url(./images/star.svg);\n background-repeat: no-repeat;\n background-position: center;\n}\n\n.stars__star:not(:last-child) {\n margin-right: 4px;\n}\n\nul.stars--1 li.stars__star:nth-child(-n + 1),\nul.stars--2 li.stars__star:nth-child(-n + 2),\nul.stars--3 li.stars__star:nth-child(-n + 3),\nul.stars--4 li.stars__star:nth-child(-n + 4),\nul.stars--5 li.stars__star:nth-child(-n + 5) {\n background-image: url(./images/star-active.svg);\n background-repeat: no-repeat;\n background-position: center;\n}\n"],"names":[],"version":3,"file":"index.7e780c5a.css.map"} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000000..4635d1e83b --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + +
+ + +