@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.
@@ -417,27 +417,3 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
417
417
  LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
418
418
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
419
419
  PERFORMANCE OF THIS SOFTWARE.
420
-
421
- zone.js
422
- MIT
423
- The MIT License
424
-
425
- Copyright (c) 2010-2025 Google LLC. https://angular.dev/license
426
-
427
- Permission is hereby granted, free of charge, to any person obtaining a copy
428
- of this software and associated documentation files (the "Software"), to deal
429
- in the Software without restriction, including without limitation the rights
430
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
431
- copies of the Software, and to permit persons to whom the Software is
432
- furnished to do so, subject to the following conditions:
433
-
434
- The above copyright notice and this permission notice shall be included in
435
- all copies or substantial portions of the Software.
436
-
437
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
438
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
439
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
440
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
441
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
442
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
443
- THE SOFTWARE.
package/card/index.html CHANGED
@@ -36,5 +36,5 @@
36
36
  <cue-card style="height: 120px" variant="primary">Primary card content</cue-card>
37
37
  <cue-card style="height: 120px" variant="accent" shadow="true">Accent card with shadow</cue-card>
38
38
  </div>
39
- <script src="runtime.js" type="module"></script><script src="polyfills.js" type="module"></script><script src="main.js" type="module"></script></body>
39
+ <script src="runtime.js" type="module"></script><script src="main.js" type="module"></script></body>
40
40
  </html>