@everymatrix/stage-mm-verification-report 1.0.10 → 1.0.13

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 (43) hide show
  1. package/chunk-A3NTIEMP.js +1 -0
  2. package/chunk-CAY35YP7.js +7 -0
  3. package/chunk-H3QHLLCN.js +1 -0
  4. package/chunk-HL6EPJDY.js +1 -0
  5. package/chunk-OHPEWN32.js +1198 -0
  6. package/chunk-QQWFMG3W.js +872 -0
  7. package/component-lib.js +1 -6
  8. package/index.html +6 -6
  9. package/main.js +1027 -53872
  10. package/package.json +8 -1
  11. package/polyfills.js +2 -2383
  12. package/styles.css +1 -174
  13. package/app.component.css.map +0 -7
  14. package/chunk-6NEFO6GN.js +0 -9
  15. package/chunk-6NEFO6GN.js.map +0 -7
  16. package/chunk-AO6WY7SS.js +0 -14
  17. package/chunk-AO6WY7SS.js.map +0 -7
  18. package/chunk-ASC7H5NM.js +0 -9484
  19. package/chunk-ASC7H5NM.js.map +0 -1
  20. package/chunk-G3EGCVBN.js +0 -28953
  21. package/chunk-G3EGCVBN.js.map +0 -1
  22. package/chunk-LAU42YHY.js +0 -4108
  23. package/chunk-LAU42YHY.js.map +0 -1
  24. package/chunk-SD2QAGJN.js +0 -37833
  25. package/chunk-SD2QAGJN.js.map +0 -1
  26. package/component-lib.js.map +0 -7
  27. package/delete-template-modal.css.map +0 -7
  28. package/dm-button-lib.component.css.map +0 -7
  29. package/dm-date-picker-lib.component.css.map +0 -7
  30. package/dm-input-text-lib.component.css.map +0 -7
  31. package/dm-range-date-picker-lib.component.css.map +0 -7
  32. package/dm-select-lib.component.css.map +0 -7
  33. package/dm-tree-table.component.css.map +0 -7
  34. package/dm-ui-grid-lib.component.css.map +0 -7
  35. package/domains-overload-modal.css.map +0 -7
  36. package/main.js.map +0 -1
  37. package/polyfills.js.map +0 -1
  38. package/report-configuration-modal.css.map +0 -7
  39. package/save-template-modal.component.css.map +0 -7
  40. package/send-settings-modal.css.map +0 -7
  41. package/styles.css.map +0 -7
  42. package/template-select-modal.css.map +0 -7
  43. package/toast-message.css.map +0 -7
package/component-lib.js CHANGED
@@ -1,6 +1 @@
1
- async function loadModules() {
2
- await import("./polyfills.js");
3
- await import("./main.js");
4
- }
5
- loadModules();
6
- //# sourceMappingURL=component-lib.js.map
1
+ async function loadModules(){await import("./polyfills.js"),await import("./main.js")}loadModules();
package/index.html CHANGED
@@ -1,12 +1,12 @@
1
1
  <!DOCTYPE html>
2
- <html lang="en">
2
+ <html lang="en" data-beasties-container>
3
3
  <head>
4
- <meta charset="utf-8"/>
4
+ <meta charset="utf-8">
5
5
  <title>verification</title>
6
- <base href="/"/>
7
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
8
- <link rel="stylesheet" href="styles.css"></head>
6
+ <base href="/">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <style>*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}*{font-family:Inter,Arial,serif;caret-color:transparent!important}body{margin:0;padding:0}</style><link rel="stylesheet" href="styles.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript></head>
9
9
  <body>
10
10
  <everymatrix-mm-verification-report></everymatrix-mm-verification-report>
11
- <link rel="modulepreload" href="chunk-SD2QAGJN.js"><link rel="modulepreload" href="chunk-ASC7H5NM.js"><link rel="modulepreload" href="chunk-G3EGCVBN.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
11
+ <link rel="modulepreload" href="chunk-QQWFMG3W.js"><link rel="modulepreload" href="chunk-OHPEWN32.js"><link rel="modulepreload" href="chunk-CAY35YP7.js"><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
12
12
  </html>