@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qaecy/cue-ui",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "QAECY UI Web Components",
5
5
  "keywords": [
6
6
  "web-components",
@@ -772,31 +772,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
772
772
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
773
773
  PERFORMANCE OF THIS SOFTWARE.
774
774
 
775
- zone.js
776
- MIT
777
- The MIT License
778
-
779
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
780
-
781
- Permission is hereby granted, free of charge, to any person obtaining a copy
782
- of this software and associated documentation files (the "Software"), to deal
783
- in the Software without restriction, including without limitation the rights
784
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
785
- copies of the Software, and to permit persons to whom the Software is
786
- furnished to do so, subject to the following conditions:
787
-
788
- The above copyright notice and this permission notice shall be included in
789
- all copies or substantial portions of the Software.
790
-
791
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
792
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
793
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
794
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
795
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
796
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
797
- THE SOFTWARE.
798
-
799
-
800
775
  zrender
801
776
  BSD-3-Clause
802
777
  BSD 3-Clause License
@@ -84,5 +84,5 @@
84
84
  document.getElementById('host').appendChild(el);
85
85
  });
86
86
  </script>
87
- <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
87
+ <script src="runtime.js" type="module"></script><script src="main.js" type="module"></script></body>
88
88
  </html>