@qaecy/cue-ui 0.0.13 → 0.0.14

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.
@@ -697,27 +697,3 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
697
697
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
698
698
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
699
699
  PERFORMANCE OF THIS SOFTWARE.
700
-
701
- zone.js
702
- MIT
703
- The MIT License
704
-
705
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
706
-
707
- Permission is hereby granted, free of charge, to any person obtaining a copy
708
- of this software and associated documentation files (the "Software"), to deal
709
- in the Software without restriction, including without limitation the rights
710
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
711
- copies of the Software, and to permit persons to whom the Software is
712
- furnished to do so, subject to the following conditions:
713
-
714
- The above copyright notice and this permission notice shall be included in
715
- all copies or substantial portions of the Software.
716
-
717
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
718
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
719
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
720
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
721
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
722
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
723
- THE SOFTWARE.
@@ -545,5 +545,5 @@
545
545
  console.error('[demo] Unhandled promise rejection:', evt.reason);
546
546
  });
547
547
  </script>
548
- <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
548
+ <script src="runtime.js" type="module"></script><script src="main.js" type="module"></script></body>
549
549
  </html>