@drivardxrm/pptb-customapi-events-manager 1.0.2

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.
Binary file
@@ -0,0 +1,4 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="#000000">
3
+ <path d="M7.42602 2.83052L4.10489 12.1532C3.69993 13.2899 4.53996 14.4858 5.74671 14.4904L7.31516 14.4964L6.04593 20.1645C5.71502 21.6422 7.53324 22.6236 8.58697 21.536L13.6087 16.353C13.5552 16.1302 13.4933 15.8762 13.4273 15.6119C13.2986 15.0973 13.1691 14.606 13.0613 14.2315C12.3747 15.0089 11.3703 15.5 10.25 15.5C8.17893 15.5 6.5 13.8211 6.5 11.75C6.5 9.67893 8.17893 8 10.25 8C11.8008 8 13.1304 8.94063 13.7016 10.2823C14.1239 10.3435 14.5697 10.4974 14.9859 10.7947C15.544 11.1934 15.9214 11.7587 16.1435 12.3975C16.2435 12.6565 16.3549 13.0163 16.465 13.405L19.6479 10.1198C20.4162 9.32683 19.8543 8 18.7502 8H14.7914L16.243 3.64528C16.5128 2.83587 15.9104 2 15.0572 2H8.60353C8.0749 2 7.60342 2.33254 7.42602 2.83052ZM11.5 11.75C11.5 11.0596 10.9404 10.5 10.25 10.5C9.55964 10.5 9 11.0596 9 11.75C9 12.4404 9.55964 13 10.25 13C10.9404 13 11.5 12.4404 11.5 11.75ZM12.8125 12.75C12.4125 13.7743 11.416 14.5 10.25 14.5C8.73122 14.5 7.5 13.2688 7.5 11.75C7.5 10.2312 8.73122 9 10.25 9C11.598 9 12.7195 9.96994 12.9547 11.25H13.25C13.6261 11.25 14.0362 11.3452 14.4047 11.6084C14.7697 11.8692 15.0382 12.2549 15.2044 12.7419C15.3935 13.2238 15.6514 14.2009 15.8526 15.0056C15.9578 15.4263 16.0523 15.8202 16.1205 16.1087C16.1546 16.2531 16.1822 16.3713 16.2013 16.4535L16.2221 16.5436C16.3045 16.7748 16.4027 16.8749 16.4672 16.9209C16.5362 16.9702 16.6261 17 16.75 17H17.5112C17.6375 15.5984 18.8155 14.5 20.25 14.5C21.7688 14.5 23 15.7312 23 17.25C23 18.7688 21.7688 20 20.25 20C19.1813 20 18.255 19.3904 17.7999 18.5H16.75C16.3739 18.5 15.9638 18.4048 15.5953 18.1415C15.2251 17.8771 14.9541 17.484 14.7885 16.9872C14.7808 16.9642 14.7742 16.9404 14.7688 16.9167L14.7615 16.8853L14.7401 16.7925C14.7214 16.712 14.6943 16.5959 14.6607 16.4538C14.5935 16.1694 14.5006 15.782 14.3974 15.3694C14.1848 14.519 13.9473 13.6376 13.8036 13.2785C13.7982 13.2649 13.7931 13.2511 13.7885 13.2372C13.7041 12.984 13.6001 12.8771 13.5328 12.8291C13.4638 12.7798 13.3739 12.75 13.25 12.75H12.8125ZM20.25 18.5C20.9404 18.5 21.5 17.9404 21.5 17.25C21.5 16.5596 20.9404 16 20.25 16C19.5596 16 19 16.5596 19 17.25C19 17.9404 19.5596 18.5 20.25 18.5Z" fill="#000000"/>
4
+ </svg>
@@ -0,0 +1,14 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Custom API Manager</title>
7
+
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+
12
+ <script src="./assets/index-CgrZyssv.js"></script>
13
+ </body>
14
+ </html>
package/index.html ADDED
@@ -0,0 +1,12 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Custom API Manager</title>
7
+ </head>
8
+ <body>
9
+ <div id="root"></div>
10
+ <script type="module" src="/src/main.tsx"></script>
11
+ </body>
12
+ </html>