@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.
@@ -320,27 +320,3 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
320
320
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
321
321
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
322
322
  PERFORMANCE OF THIS SOFTWARE.
323
-
324
- zone.js
325
- MIT
326
- The MIT License
327
-
328
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
329
-
330
- Permission is hereby granted, free of charge, to any person obtaining a copy
331
- of this software and associated documentation files (the "Software"), to deal
332
- in the Software without restriction, including without limitation the rights
333
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
334
- copies of the Software, and to permit persons to whom the Software is
335
- furnished to do so, subject to the following conditions:
336
-
337
- The above copyright notice and this permission notice shall be included in
338
- all copies or substantial portions of the Software.
339
-
340
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
341
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
342
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
343
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
344
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
345
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
346
- THE SOFTWARE.
package/logo/index.html CHANGED
@@ -94,5 +94,5 @@
94
94
  console.error('[demo] Unhandled promise rejection:', evt.reason);
95
95
  });
96
96
  </script>
97
- <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
97
+ <script src="runtime.js" type="module"></script><script src="main.js" type="module"></script></body>
98
98
  </html>