1import{__decorate as t}from"../node_modules/tslib/tslib.es6.js";import{css as i,LitElement as e,html as r}from"https://cdn.jsdelivr.net/gh/lit/dist@2/core/lit-core.min.js";import{customElement as o}from"https://cdn.skypack.dev/pin/lit@v2.5.0-jYRq0AKQogjUdUh7SCAE/mode=imports/optimized/lit/decorators.js";let s=class extends e{render(){return r` 2 <div class="panel" role="text" tabindex="0"> 3 <div class="title">Lit-HTML</div> 4 <div class="copyright"> 5 Copyright (c) 2017 Google LLC. All rights reserved. 6 </div> 7 <div class="licensetext"> 8 BSD 3-Clause License<br><br> 9 10 Copyright (c) 2017 Google LLC. All rights reserved.<br><br> 11 12 Redistribution and use in source and binary forms, with or without<br> 13 modification, are permitted provided that the following conditions are met:<br><br> 14 15 1. Redistributions of source code must retain the above copyright notice, this<br> 16 list of conditions and the following disclaimer.<br><br> 17 18 2. Redistributions in binary form must reproduce the above copyright notice,<br> 19 this list of conditions and the following disclaimer in the documentation<br> 20 and/or other materials provided with the distribution.<br><br> 21 22 3. Neither the name of the copyright holder nor the names of its<br> 23 contributors may be used to endorse or promote products derived from<br> 24 this software without specific prior written permission.<br><br> 25 26 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"<br> 27 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE<br> 28 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE<br> 29 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE<br> 30 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL<br> 31 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR<br> 32 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER<br> 33 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,<br> 34 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE<br> 35 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 36 </div> 37 </div> 38 `}};s.styles=i` 39 .panel { 40 cursor: pointer; 41 display: grid; 42 place-content: center; 43 color: black; 44 font-size: 30px; 45 font-family: 'Lato', sans-serif; 46 border: 5px solid black; 47 border-radius: 12px; 48 padding: 10px; 49 background-color: #ffffff; 50 max-width: max-content; 51 float: left; 52 } 53 54 .title { 55 font-weight: bold; 56 text-align: center; 57 margin-bottom: 10px; 58 } 59 60 .copyright { 61 text-align: center; 62 font-size: 25px; 63 margin-bottom: 30px; 64 } 65 66 .licensetext { 67 font-size: 20px; 68 margin-bottom: 10px; 69 } 70 `,s=t([o("ns-license-info")],s);export{s as PacketInformation}; 71