proto-autos-wc 0.0.747 → 0.0.749
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.
- package/dist/cjs/proto-autos_2.cjs.entry.js +1 -1
- package/dist/collection/utils/tw-version.js +1 -1
- package/dist/esm/proto-autos_2.entry.js +1 -1
- package/dist/proto-autos-wc/{p-7c342da4.entry.js → p-16824de3.entry.js} +1 -1
- package/dist/proto-autos-wc/proto-autos-wc.esm.js +1 -1
- package/dist/types/utils/tw-version.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
import{g as r,f as t,h as e,r as o,a as n}from"./p-b05b9912.js";import{i,a}from"./p-f7c6c37b.js";const s="proto-autos",l="data",c="pick",d=r=>{const t=localStorage.getItem(r?`${s}-${r}`:s);return t?JSON.parse(t):void 0},u=(r,t)=>{const e=r?`${s}-${r}`:s,o=JSON.stringify(t);localStorage.setItem(e,o)},b=r=>!("isConnected"in r)||r.isConnected,f=(()=>{let r;return(...t)=>{r&&clearTimeout(r),r=setTimeout((()=>{r=0,(r=>{for(let t of r.keys())r.set(t,r.get(t).filter(b))})(...t)}),2e3)}})(),p=r=>"function"==typeof r?r():r;var m=function(){function r(r,t){for(var e=0;e<t.length;e++){var o=t[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(r,o.key,o)}}return function(t,e,o){return e&&r(t.prototype,e),o&&r(t,o),t}}();function g(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")}var h=function(){function r(){var t=this;g(this,r),this.interceptors=[],this.fetch=function(){for(var r=arguments.length,e=Array(r),o=0;o<r;o++)e[o]=arguments[o];return t.interceptorWrapper.apply(t,[fetch].concat(e))}}return m(r,[{key:"addInterceptors",value:function(r){var t=this,e=[];return Array.isArray(r)?r.map((function(r){return e.push(t.interceptors.length),t.interceptors.push(r)})):r instanceof Object&&(e.push(this.interceptors.length),this.interceptors.push(r)),this.updateInterceptors(),function(){return t.removeInterceptors(e)}}},{key:"removeInterceptors",value:function(r){var t=this;Array.isArray(r)&&(r.map((function(r){return t.interceptors.splice(r,1)})),this.updateInterceptors())}},{key:"updateInterceptors",value:function(){this.reversedInterceptors=this.interceptors.reduce((function(r,t){return[t].concat(r)}),[])}},{key:"clearInterceptors",value:function(){this.interceptors=[],this.updateInterceptors()}},{key:"interceptorWrapper",value:function(r){for(var t=arguments.length,e=Array(t>1?t-1:0),o=1;o<t;o++)e[o-1]=arguments[o];var n=Promise.resolve(e);return this.reversedInterceptors.forEach((function(r){var t=r.request,o=r.requestError;(t||o)&&(n=n.then((function(){return t.apply(void 0,e)}),o))})),n=n.then((function(){return r.apply(void 0,e)})),this.reversedInterceptors.forEach((function(r){var t=r.response,e=r.responseError;(t||e)&&(n=n.then(t,e))})),n}}]),r}(),w=function(){function r(t){var e=t.url,o=t.interceptors,n=t.headers,i=t.onStart,a=t.onEnd,s=t.omitEmptyVariables,l=void 0!==s&&s,c=t.requestOptions,d=void 0===c?{}:c;g(this,r);var u=function(r,t){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?r:t}(this,(r.__proto__||Object.getPrototypeOf(r)).call(this));return u.requestObject=Object.assign({},{method:"POST",headers:Object.assign({},{Accept:"application/json","Content-Type":"application/json"},n),credentials:"same-origin"},d),u.url=e,u.omitEmptyVariables=l,u.requestQueueLength=0,u.EnumMap={},u.callbacks={onStart:i,onEnd:a},u.addInterceptors(o),u}return function(r,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(r,t):r.__proto__=t)}(r,h),m(r,[{key:"query",value:function(r){var t,e=this,o=r.operationName,n=r.query,i=r.variables,a=r.opts,s=void 0===a?{}:a,l=r.requestOptions,c=Object.assign({},this.requestObject,void 0===l?{}:l);return t=this.omitEmptyVariables||s.omitEmptyVariables?this.doOmitEmptyVariables(i):i,c.body=JSON.stringify({operationName:o,query:n,variables:t}),this.onStart(),this.fetch(this.url,c).then((function(r){return r.ok?r.json():{errors:[{message:r.statusText,stack:r}]}})).then((function(r){var t=r.data,o=r.errors;return new Promise((function(r,n){return e.onEnd(),t?Object.keys(t).every((function(r){return!t[r]}))?n(o):r({data:t,errors:o}):n(o||[{}])}))}))}},{key:"getUrl",value:function(){return this.url}},{key:"setUrl",value:function(r){this.url=r}},{key:"getEnumTypes",value:function(r){var t=this,e={},o=r.filter((function(r){return!t.EnumMap[r]||(e[r]=t.EnumMap[r],!1)}));if(!o.length)return new Promise((function(r){r({data:e})}));var n="\n query {\n "+o.map((function(r){return r+': __type(name: "'+r+'") {\n ...EnumFragment\n }'})).join("\n")+"\n }\n \n fragment EnumFragment on __Type {\n kind\n description\n enumValues {\n name\n description\n }\n }",i=Object.assign({},this.requestObject);return i.body=JSON.stringify({query:n}),this.onStart(),this.fetch(this.url,i).then((function(r){return r.ok?r.json():{errors:[{message:r.statusText,stack:r}]}})).then((function(r){var o=r.data,n=r.errors;return new Promise((function(r,i){if(t.onEnd(),!o)return i(n||[{message:"Do not get any data."}]);if(Object.keys(o).every((function(r){return!o[r]}))&&n&&n.length)return i(n);var a=Object.assign(e,o);return Object.keys(o).map((function(r){return t.EnumMap[r]=o[r],r})),r({data:a,errors:n})}))}))}},{key:"onStart",value:function(){this.requestQueueLength++,this.requestQueueLength>1||!this.callbacks.onStart||this.callbacks.onStart(this.requestQueueLength)}},{key:"onEnd",value:function(){this.requestQueueLength--,!this.requestQueueLength&&this.callbacks.onEnd&&this.callbacks.onEnd(this.requestQueueLength)}},{key:"doOmitEmptyVariables",value:function(r){var t=this,e={};return Object.keys(r).map((function(o){var n=r[o];return"string"==typeof n&&0===n.length||null==n||(e[o]=n instanceof Object?t.doOmitEmptyVariables(n):n),o})),e}}]),r}();const v={loading:!1,error:void 0,data:void 0,pick:0,dealer:void 0},{state:y}=(()=>{const e=((r,t=((r,t)=>r!==t))=>{const e=p(r);let o=new Map(Object.entries(null!=e?e:{}));const n={dispose:[],get:[],set:[],reset:[]},i=()=>{var t;o=new Map(Object.entries(null!==(t=p(r))&&void 0!==t?t:{})),n.reset.forEach((r=>r()))},a=r=>(n.get.forEach((t=>t(r))),o.get(r)),s=(r,e)=>{const i=o.get(r);t(e,i,r)&&(o.set(r,e),n.set.forEach((t=>t(r,e,i))))},l="undefined"==typeof Proxy?{}:new Proxy(e,{get:(r,t)=>a(t),ownKeys:()=>Array.from(o.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(r,t)=>o.has(t),set:(r,t,e)=>(s(t,e),!0)}),c=(r,t)=>(n[r].push(t),()=>{((r,t)=>{const e=r.indexOf(t);e>=0&&(r[e]=r[r.length-1],r.length--)})(n[r],t)});return{state:l,get:a,set:s,on:c,onChange:(t,e)=>{const o=c("set",((r,o)=>{r===t&&e(o)})),n=c("reset",(()=>e(p(r)[t])));return()=>{o(),n()}},use:(...r)=>{const t=r.reduce(((r,t)=>(t.set&&r.push(c("set",t.set)),t.get&&r.push(c("get",t.get)),t.reset&&r.push(c("reset",t.reset)),t.dispose&&r.push(c("dispose",t.dispose)),r)),[]);return()=>t.forEach((r=>r()))},dispose:()=>{n.dispose.forEach((r=>r())),i()},reset:i,forceUpdate:r=>{const t=o.get(r);n.set.forEach((e=>e(r,t,t)))}}})(v,void 0);return e.use((()=>{if("function"!=typeof r)return{};const e=new Map;return{dispose:()=>e.clear(),get:t=>{const o=r();o&&((r,t,e)=>{const o=r.get(t);o?o.includes(e)||o.push(e):r.set(t,[e])})(e,t,o)},set:r=>{const o=e.get(r);o&&e.set(r,o.filter(t)),f(e)},reset:()=>{e.forEach((r=>r.forEach(t))),f(e)}}})()),e})(),x=(r=!1)=>{y.loading=r,y.error=void 0,y.pick=0,y.data=void 0,y.dealer=void 0},k=r=>{if(r){const{pick:t}=y;y.dealer=null!=t?r.list[t]:void 0,y.data=r,y.loading=!1}else y.data=void 0,y.loading=!1},j=r=>{const{data:t}=y;t&&void 0!==r?(y.pick=r,y.dealer=t.list[r]):(y.pick=0,y.dealer=void 0)};var O=new w({url:"https://gt-forza.vercel.app/graphql"});const S=()=>{x(!0),u(c,0),O.query({operationName:"Uuid",query:"\n query Uuid($count: Int!) {\n uuid(count: $count)\n }\n",variables:{count:1}}).then((r=>{const t=r.data.uuid[0];O.query({operationName:"Solution",query:"\n query Solution($id: String!) {\n solution(id: $id) {\n id\n data {\n dealers {\n dealerId\n name\n vehicles {\n vin\n year\n make\n model\n color\n }\n }\n }\n }\n }\n",variables:{id:t}}).then((r=>{const e=JSON.parse(JSON.stringify(r.data.solution.data.dealers)),o={id:t,list:e};u(l,o),k(o)}))}))},z=()=>{x();const r=d(l),t=d(c);r?(k(r),t&&j(t)):S()},$=S,E=r=>{u(c,r),j(r)},N=(...r)=>r.filter(Boolean).join(" "),C=r=>{const{value:t}=r,{dealerId:o,name:n,vehicles:i}=t||{},a=i?i.length:0;return e("div",{class:N("flex flex-wrap content-center","mb-4 rounded-lg bg-blue-200 p-4","border border-solid border-blue-400")},e("label",{class:"text-xl font-bold"},n?`${n} `:"",e("sup",null,a||"")),e("label",{class:"ml-auto self-center text-right text-sm"},o||""))},I=/^\#[0-9]*/,A=r=>null!=r.match(I),q=r=>2554===r,T=r=>r>2010,P=r=>{const{vin:t,make:o,model:n,year:i,color:a}=r.value||{};return e("div",{class:N("flex align-middle","mb-1 rounded-lg p-4","border border-solid",q(i)?"border-clrs-navy bg-clrs-navy text-clrs-white":A(n)?"border-yellow-600 bg-yellow-300":T(i)?"border-green-600 bg-green-200":"border-gray-600 bg-gray-300")},e("div",{class:"mr-1.5 flex flex-col"},e("label",{class:"mb-2 text-xs"},t||""),e("label",{class:"text-lg font-bold"},o||""),e("label",{class:"mb-2 text-sm italic"},n||""),e("label",null,i||"",", ",a||""),e("label",null,q(i)?"- exotic... [ Sierra 117 ]":A(n)?"- track only...":"")),e("proto-ikon-loader",{class:"ikon ml-auto self-center",name:o,label:o.toLowerCase()}))},U=r=>{const{list:t}=r,o=t.length;return 0===o?"":e("div",{class:"flex flex-col"},o?t.map((r=>e(P,{value:r}))):"")},_=r=>{const{dealer:t}=r,{vehicles:o}=t||{vehicles:[]},n=o;return t?e("div",{class:"flex flex-col"},e(C,{value:t}),e(U,{list:n})):""},J="eswat2",M=()=>e("a",{class:"absolute right-0 top-0 mr-6 mt-6 text-clrs-gray hover:text-clrs-navy",href:"https://eswat2.dev","aria-label":J,target:"blank",title:J},e("proto-ikon-loader",{name:"fingerprint",size:24,label:"eswat2"})),B=()=>e("div",{class:"mb-4 mr-2 mt-2 flex flex-row"},e("label",{class:"ml-auto align-top text-xs italic text-clrs-slate4"},"Tailwind ","3.3.5")),D=r=>{const{label:t}=r;return e("h1",{class:N("text-center uppercase text-clrs-red","mb-11 ml-0 mr-0 mt-11","text-6xl font-thin")},t)},F=r=>{const t=r.hex||"currentColor",o=r.label||"loading...",n=r.size||24;return e("svg",{class:N(r.class||"","animate-spin"),width:n,height:n,fill:"none",viewBox:"0 0 24 24",role:"img","aria-label":"title"},e("title",null,o),e("g",null,e("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:t,"stroke-width":"4"}),e("path",{class:"opacity-75",fill:t,d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),e("path",{d:"M0 0h24v24H0z",fill:"none"}))},H=()=>{const{loading:r,pick:t,data:o}=y||{},{list:n}=o||{list:[]},i=n.length-1;return r?"":e("div",{class:"flex"},e("div",{class:"refresh hover:text-clrs-red md:w-auto",onClick:()=>$()},e("proto-ikon-loader",{name:"refresh",size:24})),e("div",{class:N("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},n.map(((r,o)=>e("button",{class:N("h-8 w-8 border-none font-bold",0==o?"rounded-bl-md rounded-br-none rounded-tl-md rounded-tr-none":o==i?"rounded-bl-none rounded-br-md rounded-tl-none rounded-tr-md":"rounded-none",t==o?"bg-clrs-red text-white":"bg-clrs-yellow text-clrs-navy"),onClick:()=>E(o),title:`${r.name} (${r.vehicles.length})`},o+1)))))},V=class{constructor(r){o(this,r),this.tag="proto-autos"}componentDidLoad(){z()}render(){const{loading:r,dealer:t}=y;return e("main",{id:"app",class:"ds1-main"},e(M,null),e(D,{label:"Auto Dealers"}),e(H,null),r?e(F,null):e("hr",{class:N("mb-4 ml-0 mr-0 mt-4","border-solid border-gray-300","border-b-0 border-l-0 border-r-0")}),e(_,{dealer:t}),e(B,null))}};V.style="*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}.ds1-main{margin:1.5rem;display:flex;flex-direction:column;font-family:ui-sans-serif,\n system-ui,\n -apple-system,\n BlinkMacSystemFont,\n 'Segoe UI',\n Roboto,\n 'Helvetica Neue',\n Arial,\n 'Noto Sans',\n sans-serif,\n 'Apple Color Emoji',\n 'Segoe UI Emoji',\n 'Segoe UI Symbol',\n 'Noto Color Emoji';color:var(--clrs-navy, #001f3f);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.absolute{position:absolute}.right-0{right:0px}.top-0{top:0px}.mb-1{margin-bottom:0.25rem}.mb-11{margin-bottom:2.75rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.ml-0{margin-left:0px}.ml-auto{margin-left:auto}.mr-0{margin-right:0px}.mr-1{margin-right:0.25rem}.mr-1\\.5{margin-right:0.375rem}.mr-2{margin-right:0.5rem}.mr-6{margin-right:1.5rem}.mt-11{margin-top:2.75rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.h-8{height:2rem}.w-8{width:2rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.justify-end{justify-content:flex-end}.self-center{align-self:center}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.rounded-none{border-radius:0px}.rounded-bl-md{border-bottom-left-radius:0.375rem}.rounded-bl-none{border-bottom-left-radius:0px}.rounded-br-md{border-bottom-right-radius:0.375rem}.rounded-br-none{border-bottom-right-radius:0px}.rounded-tl-md{border-top-left-radius:0.375rem}.rounded-tl-none{border-top-left-radius:0px}.rounded-tr-md{border-top-right-radius:0.375rem}.rounded-tr-none{border-top-right-radius:0px}.border{border-width:1px}.border-b-0{border-bottom-width:0px}.border-l-0{border-left-width:0px}.border-r-0{border-right-width:0px}.border-solid{border-style:solid}.border-none{border-style:none}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-clrs-navy{border-color:var(--clrs-navy, #001f3f)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-clrs-navy{background-color:var(--clrs-navy, #001f3f)}.bg-clrs-red{background-color:var(--clrs-red, #ff4136)}.bg-clrs-yellow{background-color:var(--clrs-yellow, #ffdc00)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.p-4{padding:1rem}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-clrs-gray{color:var(--clrs-gray, #aaaaaa)}.text-clrs-navy{color:var(--clrs-navy, #001f3f)}.text-clrs-red{color:var(--clrs-red, #ff4136)}.text-clrs-slate4{color:var(--clrs-slate4, #4e5964)}.text-clrs-white{color:var(--clrs-white, #ffffff)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-25{opacity:0.25}.opacity-75{opacity:0.75}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),\n 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.ikon{height:96px;width:96px}@media (min-width: 500px){.ikon{height:144px;width:144px}}@media (min-width: 700px){.ikon{height:192px;width:192px}}.hover\\:text-clrs-navy:hover{color:var(--clrs-navy, #001f3f)}.hover\\:text-clrs-red:hover{color:var(--clrs-red, #ff4136)}@media (min-width: 768px){.md\\:w-auto{width:auto}}";const R="protoIkonFallback",K=Object.prototype.hasOwnProperty.call(window,R)?window[R]:"slug-icon",L=class{constructor(r){o(this,r),this.hex="currentColor",this.name="slug",this.selected=!1,this.size=void 0,this.label=void 0}render(){const{name:r,hex:t,selected:o,size:n,label:s}=this,l=s||r;this.el.style.setProperty("--proto-ikon-size",n?`${n}px`:void 0);const c=(r=>{const t=r.toLowerCase().split(" ").join("-"),e=`${t}-icon`,o=`${t}-ikon`;return i.includes(e)?e:a.includes(o)?o:K})(r);return e("div",{class:"ikonBox"},e(c,{hex:t,selected:o,size:n,label:l}))}get el(){return n(this)}};L.style=".ikonBox{width:var(--proto-ikon-size);height:var(--proto-ikon-size);overflow:clip;margin-right:auto}";export{V as proto_autos,L as proto_ikon_loader}
|
|
1
|
+
import{g as r,f as t,h as e,r as o,a as n}from"./p-b05b9912.js";import{i,a}from"./p-f7c6c37b.js";const s="proto-autos",l="data",c="pick",d=r=>{const t=localStorage.getItem(r?`${s}-${r}`:s);return t?JSON.parse(t):void 0},u=(r,t)=>{const e=r?`${s}-${r}`:s,o=JSON.stringify(t);localStorage.setItem(e,o)},b=r=>!("isConnected"in r)||r.isConnected,f=(()=>{let r;return(...t)=>{r&&clearTimeout(r),r=setTimeout((()=>{r=0,(r=>{for(let t of r.keys())r.set(t,r.get(t).filter(b))})(...t)}),2e3)}})(),p=r=>"function"==typeof r?r():r;var m=function(){function r(r,t){for(var e=0;e<t.length;e++){var o=t[e];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(r,o.key,o)}}return function(t,e,o){return e&&r(t.prototype,e),o&&r(t,o),t}}();function g(r,t){if(!(r instanceof t))throw new TypeError("Cannot call a class as a function")}var h=function(){function r(){var t=this;g(this,r),this.interceptors=[],this.fetch=function(){for(var r=arguments.length,e=Array(r),o=0;o<r;o++)e[o]=arguments[o];return t.interceptorWrapper.apply(t,[fetch].concat(e))}}return m(r,[{key:"addInterceptors",value:function(r){var t=this,e=[];return Array.isArray(r)?r.map((function(r){return e.push(t.interceptors.length),t.interceptors.push(r)})):r instanceof Object&&(e.push(this.interceptors.length),this.interceptors.push(r)),this.updateInterceptors(),function(){return t.removeInterceptors(e)}}},{key:"removeInterceptors",value:function(r){var t=this;Array.isArray(r)&&(r.map((function(r){return t.interceptors.splice(r,1)})),this.updateInterceptors())}},{key:"updateInterceptors",value:function(){this.reversedInterceptors=this.interceptors.reduce((function(r,t){return[t].concat(r)}),[])}},{key:"clearInterceptors",value:function(){this.interceptors=[],this.updateInterceptors()}},{key:"interceptorWrapper",value:function(r){for(var t=arguments.length,e=Array(t>1?t-1:0),o=1;o<t;o++)e[o-1]=arguments[o];var n=Promise.resolve(e);return this.reversedInterceptors.forEach((function(r){var t=r.request,o=r.requestError;(t||o)&&(n=n.then((function(){return t.apply(void 0,e)}),o))})),n=n.then((function(){return r.apply(void 0,e)})),this.reversedInterceptors.forEach((function(r){var t=r.response,e=r.responseError;(t||e)&&(n=n.then(t,e))})),n}}]),r}(),w=function(){function r(t){var e=t.url,o=t.interceptors,n=t.headers,i=t.onStart,a=t.onEnd,s=t.omitEmptyVariables,l=void 0!==s&&s,c=t.requestOptions,d=void 0===c?{}:c;g(this,r);var u=function(r,t){if(!r)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?r:t}(this,(r.__proto__||Object.getPrototypeOf(r)).call(this));return u.requestObject=Object.assign({},{method:"POST",headers:Object.assign({},{Accept:"application/json","Content-Type":"application/json"},n),credentials:"same-origin"},d),u.url=e,u.omitEmptyVariables=l,u.requestQueueLength=0,u.EnumMap={},u.callbacks={onStart:i,onEnd:a},u.addInterceptors(o),u}return function(r,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);r.prototype=Object.create(t&&t.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(r,t):r.__proto__=t)}(r,h),m(r,[{key:"query",value:function(r){var t,e=this,o=r.operationName,n=r.query,i=r.variables,a=r.opts,s=void 0===a?{}:a,l=r.requestOptions,c=Object.assign({},this.requestObject,void 0===l?{}:l);return t=this.omitEmptyVariables||s.omitEmptyVariables?this.doOmitEmptyVariables(i):i,c.body=JSON.stringify({operationName:o,query:n,variables:t}),this.onStart(),this.fetch(this.url,c).then((function(r){return r.ok?r.json():{errors:[{message:r.statusText,stack:r}]}})).then((function(r){var t=r.data,o=r.errors;return new Promise((function(r,n){return e.onEnd(),t?Object.keys(t).every((function(r){return!t[r]}))?n(o):r({data:t,errors:o}):n(o||[{}])}))}))}},{key:"getUrl",value:function(){return this.url}},{key:"setUrl",value:function(r){this.url=r}},{key:"getEnumTypes",value:function(r){var t=this,e={},o=r.filter((function(r){return!t.EnumMap[r]||(e[r]=t.EnumMap[r],!1)}));if(!o.length)return new Promise((function(r){r({data:e})}));var n="\n query {\n "+o.map((function(r){return r+': __type(name: "'+r+'") {\n ...EnumFragment\n }'})).join("\n")+"\n }\n \n fragment EnumFragment on __Type {\n kind\n description\n enumValues {\n name\n description\n }\n }",i=Object.assign({},this.requestObject);return i.body=JSON.stringify({query:n}),this.onStart(),this.fetch(this.url,i).then((function(r){return r.ok?r.json():{errors:[{message:r.statusText,stack:r}]}})).then((function(r){var o=r.data,n=r.errors;return new Promise((function(r,i){if(t.onEnd(),!o)return i(n||[{message:"Do not get any data."}]);if(Object.keys(o).every((function(r){return!o[r]}))&&n&&n.length)return i(n);var a=Object.assign(e,o);return Object.keys(o).map((function(r){return t.EnumMap[r]=o[r],r})),r({data:a,errors:n})}))}))}},{key:"onStart",value:function(){this.requestQueueLength++,this.requestQueueLength>1||!this.callbacks.onStart||this.callbacks.onStart(this.requestQueueLength)}},{key:"onEnd",value:function(){this.requestQueueLength--,!this.requestQueueLength&&this.callbacks.onEnd&&this.callbacks.onEnd(this.requestQueueLength)}},{key:"doOmitEmptyVariables",value:function(r){var t=this,e={};return Object.keys(r).map((function(o){var n=r[o];return"string"==typeof n&&0===n.length||null==n||(e[o]=n instanceof Object?t.doOmitEmptyVariables(n):n),o})),e}}]),r}();const v={loading:!1,error:void 0,data:void 0,pick:0,dealer:void 0},{state:y}=(()=>{const e=((r,t=((r,t)=>r!==t))=>{const e=p(r);let o=new Map(Object.entries(null!=e?e:{}));const n={dispose:[],get:[],set:[],reset:[]},i=()=>{var t;o=new Map(Object.entries(null!==(t=p(r))&&void 0!==t?t:{})),n.reset.forEach((r=>r()))},a=r=>(n.get.forEach((t=>t(r))),o.get(r)),s=(r,e)=>{const i=o.get(r);t(e,i,r)&&(o.set(r,e),n.set.forEach((t=>t(r,e,i))))},l="undefined"==typeof Proxy?{}:new Proxy(e,{get:(r,t)=>a(t),ownKeys:()=>Array.from(o.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(r,t)=>o.has(t),set:(r,t,e)=>(s(t,e),!0)}),c=(r,t)=>(n[r].push(t),()=>{((r,t)=>{const e=r.indexOf(t);e>=0&&(r[e]=r[r.length-1],r.length--)})(n[r],t)});return{state:l,get:a,set:s,on:c,onChange:(t,e)=>{const o=c("set",((r,o)=>{r===t&&e(o)})),n=c("reset",(()=>e(p(r)[t])));return()=>{o(),n()}},use:(...r)=>{const t=r.reduce(((r,t)=>(t.set&&r.push(c("set",t.set)),t.get&&r.push(c("get",t.get)),t.reset&&r.push(c("reset",t.reset)),t.dispose&&r.push(c("dispose",t.dispose)),r)),[]);return()=>t.forEach((r=>r()))},dispose:()=>{n.dispose.forEach((r=>r())),i()},reset:i,forceUpdate:r=>{const t=o.get(r);n.set.forEach((e=>e(r,t,t)))}}})(v,void 0);return e.use((()=>{if("function"!=typeof r)return{};const e=new Map;return{dispose:()=>e.clear(),get:t=>{const o=r();o&&((r,t,e)=>{const o=r.get(t);o?o.includes(e)||o.push(e):r.set(t,[e])})(e,t,o)},set:r=>{const o=e.get(r);o&&e.set(r,o.filter(t)),f(e)},reset:()=>{e.forEach((r=>r.forEach(t))),f(e)}}})()),e})(),x=(r=!1)=>{y.loading=r,y.error=void 0,y.pick=0,y.data=void 0,y.dealer=void 0},k=r=>{if(r){const{pick:t}=y;y.dealer=null!=t?r.list[t]:void 0,y.data=r,y.loading=!1}else y.data=void 0,y.loading=!1},j=r=>{const{data:t}=y;t&&void 0!==r?(y.pick=r,y.dealer=t.list[r]):(y.pick=0,y.dealer=void 0)};var O=new w({url:"https://gt-forza.vercel.app/graphql"});const S=()=>{x(!0),u(c,0),O.query({operationName:"Uuid",query:"\n query Uuid($count: Int!) {\n uuid(count: $count)\n }\n",variables:{count:1}}).then((r=>{const t=r.data.uuid[0];O.query({operationName:"Solution",query:"\n query Solution($id: String!) {\n solution(id: $id) {\n id\n data {\n dealers {\n dealerId\n name\n vehicles {\n vin\n year\n make\n model\n color\n }\n }\n }\n }\n }\n",variables:{id:t}}).then((r=>{const e=JSON.parse(JSON.stringify(r.data.solution.data.dealers)),o={id:t,list:e};u(l,o),k(o)}))}))},z=()=>{x();const r=d(l),t=d(c);r?(k(r),t&&j(t)):S()},$=S,E=r=>{u(c,r),j(r)},N=(...r)=>r.filter(Boolean).join(" "),C=r=>{const{value:t}=r,{dealerId:o,name:n,vehicles:i}=t||{},a=i?i.length:0;return e("div",{class:N("flex flex-wrap content-center","mb-4 rounded-lg bg-blue-200 p-4","border border-solid border-blue-400")},e("label",{class:"text-xl font-bold"},n?`${n} `:"",e("sup",null,a||"")),e("label",{class:"ml-auto self-center text-right text-sm"},o||""))},I=/^\#[0-9]*/,A=r=>null!=r.match(I),q=r=>2554===r,T=r=>r>2010,P=r=>{const{vin:t,make:o,model:n,year:i,color:a}=r.value||{};return e("div",{class:N("flex align-middle","mb-1 rounded-lg p-4","border border-solid",q(i)?"border-clrs-navy bg-clrs-navy text-clrs-white":A(n)?"border-yellow-600 bg-yellow-300":T(i)?"border-green-600 bg-green-200":"border-gray-600 bg-gray-300")},e("div",{class:"mr-1.5 flex flex-col"},e("label",{class:"mb-2 text-xs"},t||""),e("label",{class:"text-lg font-bold"},o||""),e("label",{class:"mb-2 text-sm italic"},n||""),e("label",null,i||"",", ",a||""),e("label",null,q(i)?"- exotic... [ Sierra 117 ]":A(n)?"- track only...":"")),e("proto-ikon-loader",{class:"ikon ml-auto self-center",name:o,label:o.toLowerCase()}))},U=r=>{const{list:t}=r,o=t.length;return 0===o?"":e("div",{class:"flex flex-col"},o?t.map((r=>e(P,{value:r}))):"")},_=r=>{const{dealer:t}=r,{vehicles:o}=t||{vehicles:[]},n=o;return t?e("div",{class:"flex flex-col"},e(C,{value:t}),e(U,{list:n})):""},J="eswat2",M=()=>e("a",{class:"absolute right-0 top-0 mr-6 mt-6 text-clrs-gray hover:text-clrs-navy",href:"https://eswat2.dev","aria-label":J,target:"blank",title:J},e("proto-ikon-loader",{name:"fingerprint",size:24,label:"eswat2"})),B=()=>e("div",{class:"mb-4 mr-2 mt-2 flex flex-row"},e("label",{class:"ml-auto align-top text-xs italic text-clrs-slate4"},"Tailwind ","3.3.6")),D=r=>{const{label:t}=r;return e("h1",{class:N("text-center uppercase text-clrs-red","mb-11 ml-0 mr-0 mt-11","text-6xl font-thin")},t)},F=r=>{const t=r.hex||"currentColor",o=r.label||"loading...",n=r.size||24;return e("svg",{class:N(r.class||"","animate-spin"),width:n,height:n,fill:"none",viewBox:"0 0 24 24",role:"img","aria-label":"title"},e("title",null,o),e("g",null,e("circle",{class:"opacity-25",cx:"12",cy:"12",r:"10",stroke:t,"stroke-width":"4"}),e("path",{class:"opacity-75",fill:t,d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),e("path",{d:"M0 0h24v24H0z",fill:"none"}))},H=()=>{const{loading:r,pick:t,data:o}=y||{},{list:n}=o||{list:[]},i=n.length-1;return r?"":e("div",{class:"flex"},e("div",{class:"refresh hover:text-clrs-red md:w-auto",onClick:()=>$()},e("proto-ikon-loader",{name:"refresh",size:24})),e("div",{class:N("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},n.map(((r,o)=>e("button",{class:N("h-8 w-8 border-none font-bold",0==o?"rounded-bl-md rounded-br-none rounded-tl-md rounded-tr-none":o==i?"rounded-bl-none rounded-br-md rounded-tl-none rounded-tr-md":"rounded-none",t==o?"bg-clrs-red text-white":"bg-clrs-yellow text-clrs-navy"),onClick:()=>E(o),title:`${r.name} (${r.vehicles.length})`},o+1)))))},V=class{constructor(r){o(this,r),this.tag="proto-autos"}componentDidLoad(){z()}render(){const{loading:r,dealer:t}=y;return e("main",{id:"app",class:"ds1-main"},e(M,null),e(D,{label:"Auto Dealers"}),e(H,null),r?e(F,null):e("hr",{class:N("mb-4 ml-0 mr-0 mt-4","border-solid border-gray-300","border-b-0 border-l-0 border-r-0")}),e(_,{dealer:t}),e(B,null))}};V.style="*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scroll-snap-strictness:proximity;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;}.ds1-main{margin:1.5rem;display:flex;flex-direction:column;font-family:ui-sans-serif,\n system-ui,\n -apple-system,\n BlinkMacSystemFont,\n 'Segoe UI',\n Roboto,\n 'Helvetica Neue',\n Arial,\n 'Noto Sans',\n sans-serif,\n 'Apple Color Emoji',\n 'Segoe UI Emoji',\n 'Segoe UI Symbol',\n 'Noto Color Emoji';color:var(--clrs-navy, #001f3f);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.absolute{position:absolute}.right-0{right:0px}.top-0{top:0px}.mb-1{margin-bottom:0.25rem}.mb-11{margin-bottom:2.75rem}.mb-2{margin-bottom:0.5rem}.mb-4{margin-bottom:1rem}.ml-0{margin-left:0px}.ml-auto{margin-left:auto}.mr-0{margin-right:0px}.mr-1{margin-right:0.25rem}.mr-1\\.5{margin-right:0.375rem}.mr-2{margin-right:0.5rem}.mr-6{margin-right:1.5rem}.mt-11{margin-top:2.75rem}.mt-2{margin-top:0.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.flex{display:flex}.inline-flex{display:inline-flex}.h-8{height:2rem}.w-8{width:2rem}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.justify-end{justify-content:flex-end}.self-center{align-self:center}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.rounded-none{border-radius:0px}.rounded-bl-md{border-bottom-left-radius:0.375rem}.rounded-bl-none{border-bottom-left-radius:0px}.rounded-br-md{border-bottom-right-radius:0.375rem}.rounded-br-none{border-bottom-right-radius:0px}.rounded-tl-md{border-top-left-radius:0.375rem}.rounded-tl-none{border-top-left-radius:0px}.rounded-tr-md{border-top-right-radius:0.375rem}.rounded-tr-none{border-top-right-radius:0px}.border{border-width:1px}.border-b-0{border-bottom-width:0px}.border-l-0{border-left-width:0px}.border-r-0{border-right-width:0px}.border-solid{border-style:solid}.border-none{border-style:none}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-clrs-navy{border-color:var(--clrs-navy, #001f3f)}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4 / var(--tw-border-opacity))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254 / var(--tw-bg-opacity))}.bg-clrs-navy{background-color:var(--clrs-navy, #001f3f)}.bg-clrs-red{background-color:var(--clrs-red, #ff4136)}.bg-clrs-yellow{background-color:var(--clrs-yellow, #ffdc00)}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity:1;background-color:rgb(187 247 208 / var(--tw-bg-opacity))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(253 224 71 / var(--tw-bg-opacity))}.p-4{padding:1rem}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.text-6xl{font-size:3.75rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:0.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:0.75rem;line-height:1rem}.font-bold{font-weight:700}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.italic{font-style:italic}.text-clrs-gray{color:var(--clrs-gray, #aaaaaa)}.text-clrs-navy{color:var(--clrs-navy, #001f3f)}.text-clrs-red{color:var(--clrs-red, #ff4136)}.text-clrs-slate4{color:var(--clrs-slate4, #4e5964)}.text-clrs-white{color:var(--clrs-white, #ffffff)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-25{opacity:0.25}.opacity-75{opacity:0.75}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),\n 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),\n var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}.ikon{height:96px;width:96px}@media (min-width: 500px){.ikon{height:144px;width:144px}}@media (min-width: 700px){.ikon{height:192px;width:192px}}.hover\\:text-clrs-navy:hover{color:var(--clrs-navy, #001f3f)}.hover\\:text-clrs-red:hover{color:var(--clrs-red, #ff4136)}@media (min-width: 768px){.md\\:w-auto{width:auto}}";const R="protoIkonFallback",K=Object.prototype.hasOwnProperty.call(window,R)?window[R]:"slug-icon",L=class{constructor(r){o(this,r),this.hex="currentColor",this.name="slug",this.selected=!1,this.size=void 0,this.label=void 0}render(){const{name:r,hex:t,selected:o,size:n,label:s}=this,l=s||r;this.el.style.setProperty("--proto-ikon-size",n?`${n}px`:void 0);const c=(r=>{const t=r.toLowerCase().split(" ").join("-"),e=`${t}-icon`,o=`${t}-ikon`;return i.includes(e)?e:a.includes(o)?o:K})(r);return e("div",{class:"ikonBox"},e(c,{hex:t,selected:o,size:n,label:l}))}get el(){return n(this)}};L.style=".ikonBox{width:var(--proto-ikon-size);height:var(--proto-ikon-size);overflow:clip;margin-right:auto}";export{V as proto_autos,L as proto_ikon_loader}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as a}from"./p-b05b9912.js";export{s as setNonce}from"./p-b05b9912.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-1938d310",[[0,"acura-ikon",{hex:[1],name:[1],size:[2]}]]],["p-434d8bea",[[0,"alfa-romeo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b7c5c3ac",[[0,"alfa-romeo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b13b0754",[[0,"alien-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e3e83d45",[[0,"am-general-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d36cbde5",[[0,"asterisk-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-207c8495",[[0,"aston-martin-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03e19702",[[0,"aston-martin-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1004ad5f",[[0,"audi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b94fcd5e",[[0,"barcode-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-178e6b87",[[0,"barcode-scan-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-a6dbfd57",[[0,"bash-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-8c432691",[[0,"beaker-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e82be1ae",[[0,"bently-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ec737bbf",[[0,"bmw-ikon",{hex:[1],name:[1],size:[2]}]]],["p-de4bd3b0",[[0,"bugatti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ac9917a8",[[0,"buick-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2d19d1c7",[[0,"cadillac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9770b71d",[[0,"chart-bar-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0fd72ff2",[[0,"chart-bubble-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2a670003",[[0,"chart-donut-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-23ac2460",[[0,"chart-donuts-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3922fd06",[[0,"check-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-03d45eb2",[[0,"chevrolet-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2ad0e60b",[[0,"chevron-double-left-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0a13b387",[[0,"chrysler-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9ccda685",[[0,"circular-saw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ef5bd6b8",[[0,"citroen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0e9bdba2",[[0,"close-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03d4d5e1",[[0,"daewoo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-50ff3a8e",[[0,"dodge-ikon",{hex:[1],name:[1],size:[2]}]]],["p-77deba36",[[0,"eagle-ikon",{hex:[1],name:[1],size:[2]}]]],["p-43ca238e",[[0,"ferrari-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f6b8429d",[[0,"fiat-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0da3f7eb",[[0,"fiat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4732711d",[[0,"fingerprint-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-dea0f3dc",[[0,"fire-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d271d643",[[0,"fisker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6f10ff7f",[[0,"flask-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9df9dbcd",[[0,"ford-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2e9fa126",[[0,"genesis-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3b2b1060",[[0,"geo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0918a28a",[[0,"git-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-f310047b",[[0,"gmc-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5f4922f4",[[0,"honda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-37a5f489",[[0,"hummer-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3eb02547",[[0,"hyundai-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c1c872f9",[[0,"infiniti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b7c15876",[[0,"isuzu-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cf7f40b5",[[0,"jaguar-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-55a8c338",[[0,"jaguar-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bbc8a8fa",[[0,"java-script-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-54a4f5b4",[[0,"jeep-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-05c458c3",[[0,"jeep-ikon",{hex:[1],name:[1],size:[2]}]]],["p-fd33d0a8",[[0,"kia-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c9d2740f",[[0,"lamborghini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-02de6877",[[0,"lamborghini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-26c539b0",[[0,"land-rover-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3d7b529c",[[0,"lexus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-8a90868a",[[0,"lincoln-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b66d156c",[[0,"lotus-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e1c48d00",[[0,"lotus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-61e859d9",[[0,"maserati-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e7f6a61e",[[0,"maybach-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0997ead6",[[0,"mazda-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-032a28af",[[0,"mazda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-be8becca",[[0,"mclaren-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ae66cc2b",[[0,"mclaren-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2f4581da",[[0,"mercedes-benz-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e7cbd5bb",[[0,"mercedes-benz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d7763a08",[[0,"mercury-ikon",{hex:[1],name:[1],size:[2]}]]],["p-60f436cb",[[0,"mini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-12ca638c",[[0,"mini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f2636e54",[[0,"mitsubishi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-abab7083",[[0,"nissan-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bbca9e57",[[0,"oldsmobile-ikon",{hex:[1],name:[1],size:[2]}]]],["p-591708d0",[[0,"one-password-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0359585d",[[0,"opel-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b4a344d6",[[0,"panoz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cb5382c",[[0,"paw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-da89ecbe",[[0,"peugeot-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e9f23b08",[[0,"peugeot-ikon",{hex:[1],name:[1],size:[2]}]]],["p-63a82f4a",[[0,"plymouth-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a717fb75",[[0,"pontiac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-032d87ac",[[0,"porsche-ikon",{hex:[1],name:[1],size:[2]}]]],["p-fe53e54e",[[0,"proto-ikon-raw",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]],["p-415a993e",[[0,"protocol-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-650eb711",[[0,"pulse-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6018385d",[[0,"puzzle-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-2821bf6c",[[0,"qr-code-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e86dcf98",[[0,"radio-2-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-1374aeda",[[0,"radio-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-66046b94",[[0,"ram-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b5efb4c9",[[0,"ram-ikon",{hex:[1],name:[1],size:[2]}]]],["p-615e74f6",[[0,"refresh-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0c03ea4c",[[0,"renault-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2d3d06c8",[[0,"renault-ikon",{hex:[1],name:[1],size:[2]}]]],["p-63456ce6",[[0,"rolls-royce-ikon",{hex:[1],name:[1],size:[2]}]]],["p-41d1ebf2",[[0,"saab-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7315b900",[[0,"saab-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f7b0a029",[[0,"saturn-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4f9e56c2",[[0,"scion-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4d2e342b",[[0,"seat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cf04652",[[0,"skoda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-71da721e",[[0,"slug-icon",{label:[1],name:[1],size:[2]}]]],["p-91de17df",[[0,"smart-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d511d4b1",[[0,"spider-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9e2c7213",[[0,"spyker-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-96c4d520",[[0,"spyker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d9848b10",[[0,"subaru-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7810af1b",[[0,"subaru-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9bec85c9",[[0,"suzuki-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3d72eae1",[[0,"svg-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b6ec7ba1",[[0,"tesla-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2983cb84",[[0,"toyota-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b71943b7",[[0,"vector-curve-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-49b41068",[[0,"volkswagen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f395f1f8",[[0,"volvo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bbe40393",[[0,"volvo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-af215720",[[0,"webhook-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-
|
|
1
|
+
import{p as e,b as a}from"./p-b05b9912.js";export{s as setNonce}from"./p-b05b9912.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-1938d310",[[0,"acura-ikon",{hex:[1],name:[1],size:[2]}]]],["p-434d8bea",[[0,"alfa-romeo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b7c5c3ac",[[0,"alfa-romeo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b13b0754",[[0,"alien-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e3e83d45",[[0,"am-general-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d36cbde5",[[0,"asterisk-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-207c8495",[[0,"aston-martin-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03e19702",[[0,"aston-martin-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1004ad5f",[[0,"audi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b94fcd5e",[[0,"barcode-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-178e6b87",[[0,"barcode-scan-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-a6dbfd57",[[0,"bash-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-8c432691",[[0,"beaker-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e82be1ae",[[0,"bently-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ec737bbf",[[0,"bmw-ikon",{hex:[1],name:[1],size:[2]}]]],["p-de4bd3b0",[[0,"bugatti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ac9917a8",[[0,"buick-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2d19d1c7",[[0,"cadillac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9770b71d",[[0,"chart-bar-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0fd72ff2",[[0,"chart-bubble-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2a670003",[[0,"chart-donut-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-23ac2460",[[0,"chart-donuts-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3922fd06",[[0,"check-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-03d45eb2",[[0,"chevrolet-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2ad0e60b",[[0,"chevron-double-left-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0a13b387",[[0,"chrysler-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9ccda685",[[0,"circular-saw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ef5bd6b8",[[0,"citroen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0e9bdba2",[[0,"close-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03d4d5e1",[[0,"daewoo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-50ff3a8e",[[0,"dodge-ikon",{hex:[1],name:[1],size:[2]}]]],["p-77deba36",[[0,"eagle-ikon",{hex:[1],name:[1],size:[2]}]]],["p-43ca238e",[[0,"ferrari-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f6b8429d",[[0,"fiat-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0da3f7eb",[[0,"fiat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4732711d",[[0,"fingerprint-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-dea0f3dc",[[0,"fire-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d271d643",[[0,"fisker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6f10ff7f",[[0,"flask-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9df9dbcd",[[0,"ford-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2e9fa126",[[0,"genesis-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3b2b1060",[[0,"geo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0918a28a",[[0,"git-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-f310047b",[[0,"gmc-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5f4922f4",[[0,"honda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-37a5f489",[[0,"hummer-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3eb02547",[[0,"hyundai-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c1c872f9",[[0,"infiniti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b7c15876",[[0,"isuzu-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cf7f40b5",[[0,"jaguar-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-55a8c338",[[0,"jaguar-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bbc8a8fa",[[0,"java-script-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-54a4f5b4",[[0,"jeep-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-05c458c3",[[0,"jeep-ikon",{hex:[1],name:[1],size:[2]}]]],["p-fd33d0a8",[[0,"kia-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c9d2740f",[[0,"lamborghini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-02de6877",[[0,"lamborghini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-26c539b0",[[0,"land-rover-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3d7b529c",[[0,"lexus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-8a90868a",[[0,"lincoln-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b66d156c",[[0,"lotus-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e1c48d00",[[0,"lotus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-61e859d9",[[0,"maserati-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e7f6a61e",[[0,"maybach-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0997ead6",[[0,"mazda-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-032a28af",[[0,"mazda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-be8becca",[[0,"mclaren-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ae66cc2b",[[0,"mclaren-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2f4581da",[[0,"mercedes-benz-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e7cbd5bb",[[0,"mercedes-benz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d7763a08",[[0,"mercury-ikon",{hex:[1],name:[1],size:[2]}]]],["p-60f436cb",[[0,"mini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-12ca638c",[[0,"mini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f2636e54",[[0,"mitsubishi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-abab7083",[[0,"nissan-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bbca9e57",[[0,"oldsmobile-ikon",{hex:[1],name:[1],size:[2]}]]],["p-591708d0",[[0,"one-password-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0359585d",[[0,"opel-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b4a344d6",[[0,"panoz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cb5382c",[[0,"paw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-da89ecbe",[[0,"peugeot-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e9f23b08",[[0,"peugeot-ikon",{hex:[1],name:[1],size:[2]}]]],["p-63a82f4a",[[0,"plymouth-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a717fb75",[[0,"pontiac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-032d87ac",[[0,"porsche-ikon",{hex:[1],name:[1],size:[2]}]]],["p-fe53e54e",[[0,"proto-ikon-raw",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]],["p-415a993e",[[0,"protocol-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-650eb711",[[0,"pulse-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6018385d",[[0,"puzzle-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-2821bf6c",[[0,"qr-code-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e86dcf98",[[0,"radio-2-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-1374aeda",[[0,"radio-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-66046b94",[[0,"ram-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b5efb4c9",[[0,"ram-ikon",{hex:[1],name:[1],size:[2]}]]],["p-615e74f6",[[0,"refresh-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-0c03ea4c",[[0,"renault-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2d3d06c8",[[0,"renault-ikon",{hex:[1],name:[1],size:[2]}]]],["p-63456ce6",[[0,"rolls-royce-ikon",{hex:[1],name:[1],size:[2]}]]],["p-41d1ebf2",[[0,"saab-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7315b900",[[0,"saab-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f7b0a029",[[0,"saturn-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4f9e56c2",[[0,"scion-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4d2e342b",[[0,"seat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cf04652",[[0,"skoda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-71da721e",[[0,"slug-icon",{label:[1],name:[1],size:[2]}]]],["p-91de17df",[[0,"smart-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d511d4b1",[[0,"spider-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9e2c7213",[[0,"spyker-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-96c4d520",[[0,"spyker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d9848b10",[[0,"subaru-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7810af1b",[[0,"subaru-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9bec85c9",[[0,"suzuki-ikon",{hex:[1],name:[1],size:[2]}]]],["p-3d72eae1",[[0,"svg-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b6ec7ba1",[[0,"tesla-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2983cb84",[[0,"toyota-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b71943b7",[[0,"vector-curve-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-49b41068",[[0,"volkswagen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f395f1f8",[[0,"volvo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bbe40393",[[0,"volvo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-af215720",[[0,"webhook-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-16824de3",[[1,"proto-autos",{tag:[1]}],[1,"proto-ikon-loader",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]]],e)));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-autos-wc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.749",
|
|
4
4
|
"description": "prototype - a simple GraphQL demo rendered in Stencil and Tailwind",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -30,19 +30,19 @@
|
|
|
30
30
|
"@stencil/core": "4.8.1",
|
|
31
31
|
"@stencil/store": "2.0.11",
|
|
32
32
|
"fetchql": "3.0.0",
|
|
33
|
-
"proto-ikon-loader-wc": "0.0.
|
|
33
|
+
"proto-ikon-loader-wc": "0.0.314",
|
|
34
34
|
"proto-tailwindcss-clrs": "0.0.292",
|
|
35
|
-
"tailwindcss": "3.3.
|
|
35
|
+
"tailwindcss": "3.3.6"
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"autoprefixer": "10.4.16",
|
|
40
40
|
"concurrently": "8.2.2",
|
|
41
|
-
"cspell": "8.1.
|
|
41
|
+
"cspell": "8.1.3",
|
|
42
42
|
"eslint": "8.55.0",
|
|
43
43
|
"postcss": "8.4.32",
|
|
44
44
|
"prettier": "3.1.0",
|
|
45
|
-
"prettier-plugin-tailwindcss": "0.5.
|
|
45
|
+
"prettier-plugin-tailwindcss": "0.5.9",
|
|
46
46
|
"typescript": "5.3.2"
|
|
47
47
|
}
|
|
48
48
|
}
|