proto-autos-wc 0.0.770 → 0.0.772

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.
@@ -798,7 +798,7 @@ const actions = {
798
798
  };
799
799
 
800
800
  // WARNING: generated file...
801
- const TW_VERSION = '3.4.0';
801
+ const TW_VERSION = '3.4.1';
802
802
 
803
803
  const tw = (...classes) => {
804
804
  return classes.filter(Boolean).join(' ');
@@ -1,4 +1,4 @@
1
1
  // WARNING: generated file...
2
- const TW_VERSION = '3.4.0';
2
+ const TW_VERSION = '3.4.1';
3
3
  export { TW_VERSION };
4
4
  export default TW_VERSION;
@@ -794,7 +794,7 @@ const actions = {
794
794
  };
795
795
 
796
796
  // WARNING: generated file...
797
- const TW_VERSION = '3.4.0';
797
+ const TW_VERSION = '3.4.1';
798
798
 
799
799
  const tw = (...classes) => {
800
800
  return classes.filter(Boolean).join(' ');
@@ -1 +1 @@
1
- import{g as r,f as t,h as e,r as o,a as n}from"./p-d67d46dd.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)},C=(...r)=>r.filter(Boolean).join(" "),I=r=>{const{value:t}=r,{dealerId:o,name:n,vehicles:i}=t||{},a=i?i.length:0;return e("div",{class:C("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||""))},N=/^\#[0-9]*/,q=r=>null!=r.match(N),A=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:C("flex align-middle","mb-1 rounded-lg p-4","border border-solid",A(i)?"border-clrs-navy bg-clrs-navy text-clrs-white":q(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,A(i)?"- exotic... [ Sierra 117 ]":q(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(I,{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.4.0")),D=r=>{const{label:t}=r;return e("h1",{class:C("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:C(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"}))},V=()=>{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:C("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},n.map(((r,o)=>e("button",{class:C("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)))))},H=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(V,null),r?e(F,null):e("hr",{class:C("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))}};H.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, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', '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 K="protoIkonFallback",L=Object.prototype.hasOwnProperty.call(window,K)?window[K]:"slug-icon",R=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:L})(r);return e("div",{class:"ikonBox"},e(c,{hex:t,selected:o,size:n,label:l}))}get el(){return n(this)}};R.style=".ikonBox{width:var(--proto-ikon-size);height:var(--proto-ikon-size);overflow:clip;margin-right:auto}";export{H as proto_autos,R as proto_ikon_loader}
1
+ import{g as r,f as t,h as e,r as o,a as n}from"./p-d67d46dd.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)},C=(...r)=>r.filter(Boolean).join(" "),I=r=>{const{value:t}=r,{dealerId:o,name:n,vehicles:i}=t||{},a=i?i.length:0;return e("div",{class:C("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||""))},N=/^\#[0-9]*/,q=r=>null!=r.match(N),A=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:C("flex align-middle","mb-1 rounded-lg p-4","border border-solid",A(i)?"border-clrs-navy bg-clrs-navy text-clrs-white":q(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,A(i)?"- exotic... [ Sierra 117 ]":q(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(I,{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.4.1")),D=r=>{const{label:t}=r;return e("h1",{class:C("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:C(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"}))},V=()=>{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:C("ml-auto inline-flex justify-end","border border-solid border-gray-600","rounded-md")},n.map(((r,o)=>e("button",{class:C("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)))))},H=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(V,null),r?e(F,null):e("hr",{class:C("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))}};H.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, system-ui, sans-serif, 'Apple Color Emoji',\n 'Segoe UI Emoji', 'Segoe UI Symbol', '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 K="protoIkonFallback",L=Object.prototype.hasOwnProperty.call(window,K)?window[K]:"slug-icon",R=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:L})(r);return e("div",{class:"ikonBox"},e(c,{hex:t,selected:o,size:n,label:l}))}get el(){return n(this)}};R.style=".ikonBox{width:var(--proto-ikon-size);height:var(--proto-ikon-size);overflow:clip;margin-right:auto}";export{H as proto_autos,R as proto_ikon_loader}
@@ -1 +1 @@
1
- import{p as e,b as a}from"./p-d67d46dd.js";export{s as setNonce}from"./p-d67d46dd.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-87729a89",[[0,"acura-ikon",{hex:[1],name:[1],size:[2]}]]],["p-15020e91",[[0,"alfa-romeo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bc77fcfc",[[0,"alfa-romeo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a8bcf1ac",[[0,"alien-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3ba8a8dc",[[0,"am-general-ikon",{hex:[1],name:[1],size:[2]}]]],["p-14477480",[[0,"asterisk-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e4f48f74",[[0,"aston-martin-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1fef55ce",[[0,"aston-martin-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b22a5dee",[[0,"audi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ac6c9315",[[0,"barcode-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-37a69f02",[[0,"barcode-scan-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-93d921f6",[[0,"bash-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1a116f1a",[[0,"beaker-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-dd971856",[[0,"bently-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bef7c0f3",[[0,"bmw-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c43378e6",[[0,"bugatti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-859604d4",[[0,"buick-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5ddd9cbe",[[0,"cadillac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-7d511ed7",[[0,"chart-bar-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d78778af",[[0,"chart-bubble-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d13a73f7",[[0,"chart-donut-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-091267c9",[[0,"chart-donuts-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-783c1e68",[[0,"check-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-856ebd59",[[0,"chevrolet-ikon",{hex:[1],name:[1],size:[2]}]]],["p-03c265ec",[[0,"chevron-double-left-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-aca9419f",[[0,"chrysler-ikon",{hex:[1],name:[1],size:[2]}]]],["p-463af28a",[[0,"circular-saw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-c1d031a4",[[0,"citroen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e90aba5e",[[0,"close-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b780ff15",[[0,"daewoo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9038c638",[[0,"dodge-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d19180c7",[[0,"eagle-ikon",{hex:[1],name:[1],size:[2]}]]],["p-25e73d58",[[0,"ferrari-ikon",{hex:[1],name:[1],size:[2]}]]],["p-02cf6715",[[0,"fiat-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-47931f0f",[[0,"fiat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-57dc5e4b",[[0,"fingerprint-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-473de09e",[[0,"fire-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7cbdee51",[[0,"fisker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e78c17e5",[[0,"flask-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6dd693cc",[[0,"ford-ikon",{hex:[1],name:[1],size:[2]}]]],["p-be45f562",[[0,"genesis-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cc029d6a",[[0,"geo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4a65329b",[[0,"git-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-66bf8ccf",[[0,"gmc-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a43e5603",[[0,"honda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f1d576da",[[0,"hummer-ikon",{hex:[1],name:[1],size:[2]}]]],["p-8220b1e7",[[0,"hyundai-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1a62431f",[[0,"infiniti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-25d79559",[[0,"isuzu-ikon",{hex:[1],name:[1],size:[2]}]]],["p-367c171d",[[0,"jaguar-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03654ef8",[[0,"jaguar-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ceeb2a8e",[[0,"java-script-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-271263a8",[[0,"jeep-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-880e3011",[[0,"jeep-ikon",{hex:[1],name:[1],size:[2]}]]],["p-32cd7506",[[0,"kia-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bb4519be",[[0,"lamborghini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-89a72d9d",[[0,"lamborghini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e02d523e",[[0,"land-rover-ikon",{hex:[1],name:[1],size:[2]}]]],["p-29831357",[[0,"lexus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-de719280",[[0,"lincoln-ikon",{hex:[1],name:[1],size:[2]}]]],["p-26e02e1b",[[0,"lotus-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-cc8b8bd4",[[0,"lotus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bc61ab00",[[0,"maserati-ikon",{hex:[1],name:[1],size:[2]}]]],["p-905a8fc6",[[0,"maybach-ikon",{hex:[1],name:[1],size:[2]}]]],["p-34fb82b5",[[0,"mazda-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b98f967b",[[0,"mazda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-050b44dd",[[0,"mclaren-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9655ef61",[[0,"mclaren-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cf98238",[[0,"mercedes-benz-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bc654f96",[[0,"mercedes-benz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-32720759",[[0,"mercury-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b8954643",[[0,"mini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1f9df7f6",[[0,"mini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0881756e",[[0,"mitsubishi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f171945c",[[0,"nissan-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5c76640e",[[0,"oldsmobile-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cbedf38b",[[0,"one-password-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b0a88324",[[0,"opel-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1194b5f2",[[0,"panoz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a36f2e73",[[0,"paw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e4778c15",[[0,"peugeot-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3914798a",[[0,"peugeot-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a1ffedcb",[[0,"plymouth-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2dc97a15",[[0,"pontiac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-80b02f7e",[[0,"porsche-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5dfab959",[[0,"proto-ikon-raw",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]],["p-2acf18f2",[[0,"protocol-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-a66ae479",[[0,"pulse-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-df70b82d",[[0,"puzzle-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-9a5542c5",[[0,"qr-code-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b0f15433",[[0,"radio-2-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-c0812bde",[[0,"radio-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-98364d01",[[0,"ram-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-51a00d79",[[0,"ram-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4e506d11",[[0,"refresh-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ff8f8b21",[[0,"renault-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-31fa99d3",[[0,"renault-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bed4cbd5",[[0,"rolls-royce-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f75e6db9",[[0,"saab-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6263beef",[[0,"saab-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d375b213",[[0,"saturn-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b10a4ff2",[[0,"scion-ikon",{hex:[1],name:[1],size:[2]}]]],["p-db635c71",[[0,"seat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-836fc849",[[0,"skoda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-131f6a90",[[0,"slug-icon",{label:[1],name:[1],size:[2]}]]],["p-54b752bf",[[0,"smart-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6461dcab",[[0,"spider-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9e5beeaa",[[0,"spyker-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-059cc96a",[[0,"spyker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a0873026",[[0,"subaru-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-570fb74e",[[0,"subaru-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4dc363c5",[[0,"suzuki-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c4998212",[[0,"svg-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-f4b5f361",[[0,"tesla-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5d08bd27",[[0,"toyota-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a794898c",[[0,"vector-curve-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-999a6b36",[[0,"volkswagen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d014e421",[[0,"volvo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2320bfb3",[[0,"volvo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6b0a5482",[[0,"webhook-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-94918ca4",[[1,"proto-autos",{tag:[1]}],[1,"proto-ikon-loader",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]]],e)));
1
+ import{p as e,b as a}from"./p-d67d46dd.js";export{s as setNonce}from"./p-d67d46dd.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-87729a89",[[0,"acura-ikon",{hex:[1],name:[1],size:[2]}]]],["p-15020e91",[[0,"alfa-romeo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bc77fcfc",[[0,"alfa-romeo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a8bcf1ac",[[0,"alien-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3ba8a8dc",[[0,"am-general-ikon",{hex:[1],name:[1],size:[2]}]]],["p-14477480",[[0,"asterisk-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e4f48f74",[[0,"aston-martin-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1fef55ce",[[0,"aston-martin-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b22a5dee",[[0,"audi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ac6c9315",[[0,"barcode-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-37a69f02",[[0,"barcode-scan-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-93d921f6",[[0,"bash-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1a116f1a",[[0,"beaker-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-dd971856",[[0,"bently-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bef7c0f3",[[0,"bmw-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c43378e6",[[0,"bugatti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-859604d4",[[0,"buick-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5ddd9cbe",[[0,"cadillac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-7d511ed7",[[0,"chart-bar-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d78778af",[[0,"chart-bubble-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-d13a73f7",[[0,"chart-donut-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-091267c9",[[0,"chart-donuts-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-783c1e68",[[0,"check-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-856ebd59",[[0,"chevrolet-ikon",{hex:[1],name:[1],size:[2]}]]],["p-03c265ec",[[0,"chevron-double-left-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-aca9419f",[[0,"chrysler-ikon",{hex:[1],name:[1],size:[2]}]]],["p-463af28a",[[0,"circular-saw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-c1d031a4",[[0,"citroen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e90aba5e",[[0,"close-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b780ff15",[[0,"daewoo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-9038c638",[[0,"dodge-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d19180c7",[[0,"eagle-ikon",{hex:[1],name:[1],size:[2]}]]],["p-25e73d58",[[0,"ferrari-ikon",{hex:[1],name:[1],size:[2]}]]],["p-02cf6715",[[0,"fiat-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-47931f0f",[[0,"fiat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-57dc5e4b",[[0,"fingerprint-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-473de09e",[[0,"fire-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-7cbdee51",[[0,"fisker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e78c17e5",[[0,"flask-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6dd693cc",[[0,"ford-ikon",{hex:[1],name:[1],size:[2]}]]],["p-be45f562",[[0,"genesis-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cc029d6a",[[0,"geo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4a65329b",[[0,"git-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-66bf8ccf",[[0,"gmc-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a43e5603",[[0,"honda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f1d576da",[[0,"hummer-ikon",{hex:[1],name:[1],size:[2]}]]],["p-8220b1e7",[[0,"hyundai-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1a62431f",[[0,"infiniti-ikon",{hex:[1],name:[1],size:[2]}]]],["p-25d79559",[[0,"isuzu-ikon",{hex:[1],name:[1],size:[2]}]]],["p-367c171d",[[0,"jaguar-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-03654ef8",[[0,"jaguar-ikon",{hex:[1],name:[1],size:[2]}]]],["p-ceeb2a8e",[[0,"java-script-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-271263a8",[[0,"jeep-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-880e3011",[[0,"jeep-ikon",{hex:[1],name:[1],size:[2]}]]],["p-32cd7506",[[0,"kia-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bb4519be",[[0,"lamborghini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-89a72d9d",[[0,"lamborghini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-e02d523e",[[0,"land-rover-ikon",{hex:[1],name:[1],size:[2]}]]],["p-29831357",[[0,"lexus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-de719280",[[0,"lincoln-ikon",{hex:[1],name:[1],size:[2]}]]],["p-26e02e1b",[[0,"lotus-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-cc8b8bd4",[[0,"lotus-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bc61ab00",[[0,"maserati-ikon",{hex:[1],name:[1],size:[2]}]]],["p-905a8fc6",[[0,"maybach-ikon",{hex:[1],name:[1],size:[2]}]]],["p-34fb82b5",[[0,"mazda-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b98f967b",[[0,"mazda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-050b44dd",[[0,"mclaren-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9655ef61",[[0,"mclaren-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2cf98238",[[0,"mercedes-benz-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-bc654f96",[[0,"mercedes-benz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-32720759",[[0,"mercury-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b8954643",[[0,"mini-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-1f9df7f6",[[0,"mini-ikon",{hex:[1],name:[1],size:[2]}]]],["p-0881756e",[[0,"mitsubishi-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f171945c",[[0,"nissan-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5c76640e",[[0,"oldsmobile-ikon",{hex:[1],name:[1],size:[2]}]]],["p-cbedf38b",[[0,"one-password-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b0a88324",[[0,"opel-ikon",{hex:[1],name:[1],size:[2]}]]],["p-1194b5f2",[[0,"panoz-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a36f2e73",[[0,"paw-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-e4778c15",[[0,"peugeot-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-3914798a",[[0,"peugeot-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a1ffedcb",[[0,"plymouth-ikon",{hex:[1],name:[1],size:[2]}]]],["p-2dc97a15",[[0,"pontiac-ikon",{hex:[1],name:[1],size:[2]}]]],["p-80b02f7e",[[0,"porsche-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5dfab959",[[0,"proto-ikon-raw",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]],["p-2acf18f2",[[0,"protocol-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-a66ae479",[[0,"pulse-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-df70b82d",[[0,"puzzle-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-9a5542c5",[[0,"qr-code-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-b0f15433",[[0,"radio-2-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-c0812bde",[[0,"radio-icon",{selected:[4],hex:[1],label:[1],name:[1],size:[2]}]]],["p-98364d01",[[0,"ram-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-51a00d79",[[0,"ram-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4e506d11",[[0,"refresh-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-ff8f8b21",[[0,"renault-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-31fa99d3",[[0,"renault-ikon",{hex:[1],name:[1],size:[2]}]]],["p-bed4cbd5",[[0,"rolls-royce-ikon",{hex:[1],name:[1],size:[2]}]]],["p-f75e6db9",[[0,"saab-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-6263beef",[[0,"saab-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d375b213",[[0,"saturn-ikon",{hex:[1],name:[1],size:[2]}]]],["p-b10a4ff2",[[0,"scion-ikon",{hex:[1],name:[1],size:[2]}]]],["p-db635c71",[[0,"seat-ikon",{hex:[1],name:[1],size:[2]}]]],["p-836fc849",[[0,"skoda-ikon",{hex:[1],name:[1],size:[2]}]]],["p-131f6a90",[[0,"slug-icon",{label:[1],name:[1],size:[2]}]]],["p-54b752bf",[[0,"smart-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6461dcab",[[0,"spider-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-9e5beeaa",[[0,"spyker-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-059cc96a",[[0,"spyker-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a0873026",[[0,"subaru-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-570fb74e",[[0,"subaru-ikon",{hex:[1],name:[1],size:[2]}]]],["p-4dc363c5",[[0,"suzuki-ikon",{hex:[1],name:[1],size:[2]}]]],["p-c4998212",[[0,"svg-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-f4b5f361",[[0,"tesla-ikon",{hex:[1],name:[1],size:[2]}]]],["p-5d08bd27",[[0,"toyota-ikon",{hex:[1],name:[1],size:[2]}]]],["p-a794898c",[[0,"vector-curve-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-999a6b36",[[0,"volkswagen-ikon",{hex:[1],name:[1],size:[2]}]]],["p-d014e421",[[0,"volvo-alt-ikon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-2320bfb3",[[0,"volvo-ikon",{hex:[1],name:[1],size:[2]}]]],["p-6b0a5482",[[0,"webhook-icon",{hex:[1],label:[1],name:[1],size:[2]}]]],["p-268130b5",[[1,"proto-autos",{tag:[1]}],[1,"proto-ikon-loader",{hex:[1],name:[1],selected:[4],size:[2],label:[1]}]]]],e)));
@@ -1,3 +1,3 @@
1
- declare const TW_VERSION = "3.4.0";
1
+ declare const TW_VERSION = "3.4.1";
2
2
  export { TW_VERSION };
3
3
  export default TW_VERSION;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "proto-autos-wc",
3
- "version": "0.0.770",
3
+ "version": "0.0.772",
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,9 +30,9 @@
30
30
  "@stencil/core": "4.9.0",
31
31
  "@stencil/store": "2.0.12",
32
32
  "fetchql": "3.0.0",
33
- "proto-ikon-loader-wc": "0.0.327",
34
- "proto-tailwindcss-clrs": "0.0.301",
35
- "tailwindcss": "3.4.0"
33
+ "proto-ikon-loader-wc": "0.0.328",
34
+ "proto-tailwindcss-clrs": "0.0.303",
35
+ "tailwindcss": "3.4.1"
36
36
  },
37
37
  "license": "MIT",
38
38
  "devDependencies": {
@@ -42,7 +42,7 @@
42
42
  "eslint": "8.56.0",
43
43
  "postcss": "8.4.33",
44
44
  "prettier": "3.1.1",
45
- "prettier-plugin-tailwindcss": "0.5.10",
45
+ "prettier-plugin-tailwindcss": "0.5.11",
46
46
  "typescript": "5.3.3"
47
47
  }
48
48
  }