gauge-page-header 0.0.447 → 0.0.448

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.
@@ -5,6 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-6f928b8a.js');
6
6
 
7
7
  const eswat2IoCss = "a{position:absolute;top:8px;right:8px;color:var(--clrs-gray)}:hover{fill:var(--clrs-navy)}";
8
+ const Eswat2IoStyle0 = eswat2IoCss;
8
9
 
9
10
  const url = 'https://eswat2.dev';
10
11
  const who = 'eswat2';
@@ -19,7 +20,7 @@ const Eswat2Io = class {
19
20
  return (index.h("a", { href: url, "aria-label": who, title: who }, pawIcon({})));
20
21
  }
21
22
  };
22
- Eswat2Io.style = eswat2IoCss;
23
+ Eswat2Io.style = Eswat2IoStyle0;
23
24
 
24
25
  const copyToClipboard = (text) => {
25
26
  if (!navigator.clipboard) {
@@ -35,6 +36,7 @@ const copyToClipboard = (text) => {
35
36
  };
36
37
 
37
38
  const gaugePageHeaderCss = ":host{--clrs-navy:#001f3f;--clrs-blue:#0074d9;--clrs-aqua:#7fdbff;--clrs-teal:#39cccc;--clrs-olive:#3d9970;--clrs-green:#2ecc40;--clrs-lime:#01ff70;--clrs-yellow:#ffdc00;--clrs-orange:#ff851b;--clrs-red:#ff4136;--clrs-maroon:#85144b;--clrs-fuchsia:#f012be;--clrs-purple:#b10dc9;--clrs-black:#111111;--clrs-gray:#aaaaaa;--clrs-silver:#dddddd;--clrs-bada55:#bada55;--clrs-slate:#708090;--clrs-slate4:#4e5964;--clrs-white:#ffffff}.gauge-page-header{padding:0 5px;display:flex;flex-direction:column;color:var(--clrs-navy)}.gauge-page-header *{font-family:'Roboto'}.gauge-page-header .year-make-model-container{height:35px;display:flex;align-items:center}.gauge-page-header #year-make-model-header{font-size:32px;font-weight:500;margin-left:0}.gauge-page-header .vehicle-identifier-info-container{height:30px;margin-bottom:5px;}.gauge-page-header #vehicle-identifier-info-header{font-weight:400;margin-top:8px}.gauge-page-header .vehicle-info-header-segment{margin-right:1em}.gauge-page-header .vehicle-info-header-segment.capitalize{text-transform:uppercase}.gauge-page-header .vehicle-info-header-segment:not(:last-child):after{padding-left:1em;content:'|'}.gauge-page-header .vehicle-info-segment{float:left;margin-right:30px;font-size:14px}.gauge-page-header .vehicle-data-container{display:flex;flex-direction:row}.gauge-page-header .segment-heading{color:var(--clrs-slate);font-size:14px;font-weight:400;margin-bottom:4px}.gauge-page-header .segment-value{margin-top:0;font-weight:400}.gauge-page-header .badge-set-container{display:flex;padding-left:8px}.gauge-page-header .badge{display:flex;align-items:center;justify-content:center;margin-left:8px;padding:3px 10px;font-size:12px;border-radius:1em;font-weight:600;border:solid 1px;}.gauge-page-header .badge.certified{background-color:#f9fffb;border-color:#5ebb47}.gauge-page-header .badge.certified [role='label']{color:#008629}.gauge-page-header .badge.not-certified{border-color:#46576f}.gauge-page-header .badge.not-certified [role='label']{color:#46576f}.gauge-page-header .badge.retail{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.retail [role='label']{color:#0576b3}.gauge-page-header .badge.wholesale{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.wholesale [role='label']{color:#0576b3}";
39
+ const GaugePageHeaderStyle0 = gaugePageHeaderCss;
38
40
 
39
41
  const GaugePageHeader = class {
40
42
  constructor(hostRef) {
@@ -116,7 +118,7 @@ const GaugePageHeader = class {
116
118
  ];
117
119
  }
118
120
  };
119
- GaugePageHeader.style = gaugePageHeaderCss;
121
+ GaugePageHeader.style = GaugePageHeaderStyle0;
120
122
 
121
123
  exports.eswat2_io = Eswat2Io;
122
124
  exports.gauge_page_header = GaugePageHeader;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-6f928b8a.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Browser v4.11.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchBrowser = () => {
11
11
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('gauge-page-header.cjs.js', document.baseURI).href));
@@ -5,7 +5,7 @@
5
5
  ],
6
6
  "compiler": {
7
7
  "name": "@stencil/core",
8
- "version": "4.10.0",
8
+ "version": "4.11.0",
9
9
  "typescriptVersion": "5.3.3"
10
10
  },
11
11
  "collections": [],
@@ -1,6 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
2
 
3
3
  const eswat2IoCss = "a{position:absolute;top:8px;right:8px;color:var(--clrs-gray)}:hover{fill:var(--clrs-navy)}";
4
+ const Eswat2IoStyle0 = eswat2IoCss;
4
5
 
5
6
  const url = 'https://eswat2.dev';
6
7
  const who = 'eswat2';
@@ -16,7 +17,7 @@ const Eswat2Io = /*@__PURE__*/ proxyCustomElement(class Eswat2Io extends HTMLEle
16
17
  render() {
17
18
  return (h("a", { href: url, "aria-label": who, title: who }, pawIcon({})));
18
19
  }
19
- static get style() { return eswat2IoCss; }
20
+ static get style() { return Eswat2IoStyle0; }
20
21
  }, [1, "eswat2-io"]);
21
22
  function defineCustomElement() {
22
23
  if (typeof customElements === "undefined") {
@@ -15,6 +15,7 @@ const copyToClipboard = (text) => {
15
15
  };
16
16
 
17
17
  const gaugePageHeaderCss = ":host{--clrs-navy:#001f3f;--clrs-blue:#0074d9;--clrs-aqua:#7fdbff;--clrs-teal:#39cccc;--clrs-olive:#3d9970;--clrs-green:#2ecc40;--clrs-lime:#01ff70;--clrs-yellow:#ffdc00;--clrs-orange:#ff851b;--clrs-red:#ff4136;--clrs-maroon:#85144b;--clrs-fuchsia:#f012be;--clrs-purple:#b10dc9;--clrs-black:#111111;--clrs-gray:#aaaaaa;--clrs-silver:#dddddd;--clrs-bada55:#bada55;--clrs-slate:#708090;--clrs-slate4:#4e5964;--clrs-white:#ffffff}.gauge-page-header{padding:0 5px;display:flex;flex-direction:column;color:var(--clrs-navy)}.gauge-page-header *{font-family:'Roboto'}.gauge-page-header .year-make-model-container{height:35px;display:flex;align-items:center}.gauge-page-header #year-make-model-header{font-size:32px;font-weight:500;margin-left:0}.gauge-page-header .vehicle-identifier-info-container{height:30px;margin-bottom:5px;}.gauge-page-header #vehicle-identifier-info-header{font-weight:400;margin-top:8px}.gauge-page-header .vehicle-info-header-segment{margin-right:1em}.gauge-page-header .vehicle-info-header-segment.capitalize{text-transform:uppercase}.gauge-page-header .vehicle-info-header-segment:not(:last-child):after{padding-left:1em;content:'|'}.gauge-page-header .vehicle-info-segment{float:left;margin-right:30px;font-size:14px}.gauge-page-header .vehicle-data-container{display:flex;flex-direction:row}.gauge-page-header .segment-heading{color:var(--clrs-slate);font-size:14px;font-weight:400;margin-bottom:4px}.gauge-page-header .segment-value{margin-top:0;font-weight:400}.gauge-page-header .badge-set-container{display:flex;padding-left:8px}.gauge-page-header .badge{display:flex;align-items:center;justify-content:center;margin-left:8px;padding:3px 10px;font-size:12px;border-radius:1em;font-weight:600;border:solid 1px;}.gauge-page-header .badge.certified{background-color:#f9fffb;border-color:#5ebb47}.gauge-page-header .badge.certified [role='label']{color:#008629}.gauge-page-header .badge.not-certified{border-color:#46576f}.gauge-page-header .badge.not-certified [role='label']{color:#46576f}.gauge-page-header .badge.retail{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.retail [role='label']{color:#0576b3}.gauge-page-header .badge.wholesale{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.wholesale [role='label']{color:#0576b3}";
18
+ const GaugePageHeaderStyle0 = gaugePageHeaderCss;
18
19
 
19
20
  const GaugePageHeader$1 = /*@__PURE__*/ proxyCustomElement(class GaugePageHeader extends HTMLElement {
20
21
  constructor() {
@@ -97,7 +98,7 @@ const GaugePageHeader$1 = /*@__PURE__*/ proxyCustomElement(class GaugePageHeader
97
98
  h("div", { class: "gauge-page-header" }, h("eswat2-io", null), h("div", { class: "year-make-model-container", onClick: () => copyToClipboard(this.yearMakeModel()), title: "Click to Copy Year/Make/Model" }, h("h1", { id: "year-make-model-header" }, this.yearMakeModel()), h("span", { class: "badge-set-container" }, disposition, this.isRetail() ? (h("span", { class: "retail badge" }, h("span", { role: "label" }, "Retail"))) : (h("span", { class: "wholesale badge" }, h("span", { role: "label" }, "Wholesale"))))), h("div", { class: "vehicle-identifier-info-container", onClick: () => copyToClipboard(this.vin()), title: "Click to Copy VIN" }, h("h4", { id: "vehicle-identifier-info-header" }, h("span", { class: "vehicle-info-header-segment capitalize" }, this.stockNumber()), h("span", { class: "vehicle-info-header-segment capitalize" }, this.vin()), h("span", { class: "vehicle-info-header-segment" }, this.daysInInventory()), h("span", { class: "vehicle-info-header-segment" }, this.mileage()))), h("div", { class: "vehicle-data-container" }, h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Body"), h("p", { class: "segment-value" }, this.body())), h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Color"), h("p", { class: "segment-value" }, this.exteriorColor())), h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Int. Color"), h("p", { class: "segment-value" }, this.interiorColor())), h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Drive Train"), h("p", { class: "segment-value" }, this.driveTrain())), h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Engine"), h("p", { class: "segment-value" }, this.engine())), h("div", { class: "vehicle-info-segment" }, h("h4", { class: "segment-heading" }, "Transmission"), h("p", { class: "segment-value" }, this.transmission())))),
98
99
  ];
99
100
  }
100
- static get style() { return gaugePageHeaderCss; }
101
+ static get style() { return GaugePageHeaderStyle0; }
101
102
  }, [1, "gauge-page-header", {
102
103
  "vehicleInfo": [16]
103
104
  }]);
@@ -1,6 +1,7 @@
1
1
  import { r as registerInstance, h } from './index-a6de55b0.js';
2
2
 
3
3
  const eswat2IoCss = "a{position:absolute;top:8px;right:8px;color:var(--clrs-gray)}:hover{fill:var(--clrs-navy)}";
4
+ const Eswat2IoStyle0 = eswat2IoCss;
4
5
 
5
6
  const url = 'https://eswat2.dev';
6
7
  const who = 'eswat2';
@@ -15,7 +16,7 @@ const Eswat2Io = class {
15
16
  return (h("a", { href: url, "aria-label": who, title: who }, pawIcon({})));
16
17
  }
17
18
  };
18
- Eswat2Io.style = eswat2IoCss;
19
+ Eswat2Io.style = Eswat2IoStyle0;
19
20
 
20
21
  const copyToClipboard = (text) => {
21
22
  if (!navigator.clipboard) {
@@ -31,6 +32,7 @@ const copyToClipboard = (text) => {
31
32
  };
32
33
 
33
34
  const gaugePageHeaderCss = ":host{--clrs-navy:#001f3f;--clrs-blue:#0074d9;--clrs-aqua:#7fdbff;--clrs-teal:#39cccc;--clrs-olive:#3d9970;--clrs-green:#2ecc40;--clrs-lime:#01ff70;--clrs-yellow:#ffdc00;--clrs-orange:#ff851b;--clrs-red:#ff4136;--clrs-maroon:#85144b;--clrs-fuchsia:#f012be;--clrs-purple:#b10dc9;--clrs-black:#111111;--clrs-gray:#aaaaaa;--clrs-silver:#dddddd;--clrs-bada55:#bada55;--clrs-slate:#708090;--clrs-slate4:#4e5964;--clrs-white:#ffffff}.gauge-page-header{padding:0 5px;display:flex;flex-direction:column;color:var(--clrs-navy)}.gauge-page-header *{font-family:'Roboto'}.gauge-page-header .year-make-model-container{height:35px;display:flex;align-items:center}.gauge-page-header #year-make-model-header{font-size:32px;font-weight:500;margin-left:0}.gauge-page-header .vehicle-identifier-info-container{height:30px;margin-bottom:5px;}.gauge-page-header #vehicle-identifier-info-header{font-weight:400;margin-top:8px}.gauge-page-header .vehicle-info-header-segment{margin-right:1em}.gauge-page-header .vehicle-info-header-segment.capitalize{text-transform:uppercase}.gauge-page-header .vehicle-info-header-segment:not(:last-child):after{padding-left:1em;content:'|'}.gauge-page-header .vehicle-info-segment{float:left;margin-right:30px;font-size:14px}.gauge-page-header .vehicle-data-container{display:flex;flex-direction:row}.gauge-page-header .segment-heading{color:var(--clrs-slate);font-size:14px;font-weight:400;margin-bottom:4px}.gauge-page-header .segment-value{margin-top:0;font-weight:400}.gauge-page-header .badge-set-container{display:flex;padding-left:8px}.gauge-page-header .badge{display:flex;align-items:center;justify-content:center;margin-left:8px;padding:3px 10px;font-size:12px;border-radius:1em;font-weight:600;border:solid 1px;}.gauge-page-header .badge.certified{background-color:#f9fffb;border-color:#5ebb47}.gauge-page-header .badge.certified [role='label']{color:#008629}.gauge-page-header .badge.not-certified{border-color:#46576f}.gauge-page-header .badge.not-certified [role='label']{color:#46576f}.gauge-page-header .badge.retail{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.retail [role='label']{color:#0576b3}.gauge-page-header .badge.wholesale{background-color:#f6fcff;border-color:#0576b3}.gauge-page-header .badge.wholesale [role='label']{color:#0576b3}";
35
+ const GaugePageHeaderStyle0 = gaugePageHeaderCss;
34
36
 
35
37
  const GaugePageHeader = class {
36
38
  constructor(hostRef) {
@@ -112,6 +114,6 @@ const GaugePageHeader = class {
112
114
  ];
113
115
  }
114
116
  };
115
- GaugePageHeader.style = gaugePageHeaderCss;
117
+ GaugePageHeader.style = GaugePageHeaderStyle0;
116
118
 
117
119
  export { Eswat2Io as eswat2_io, GaugePageHeader as gauge_page_header };
@@ -2,7 +2,7 @@ import { p as promiseResolve, b as bootstrapLazy } from './index-a6de55b0.js';
2
2
  export { s as setNonce } from './index-a6de55b0.js';
3
3
 
4
4
  /*
5
- Stencil Client Patch Browser v4.10.0 | MIT Licensed | https://stenciljs.com
5
+ Stencil Client Patch Browser v4.11.0 | MIT Licensed | https://stenciljs.com
6
6
  */
7
7
  const patchBrowser = () => {
8
8
  const importMeta = import.meta.url;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gauge-page-header",
3
- "version": "0.0.447",
3
+ "version": "0.0.448",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "format": "prettier --write src"
25
25
  },
26
26
  "dependencies": {
27
- "@stencil/core": "4.10.0"
27
+ "@stencil/core": "4.11.0"
28
28
  },
29
29
  "license": "MIT",
30
30
  "devDependencies": {