@verifiedinc-public/shared-ui-elements 9.1.4 → 9.2.0

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.
@@ -1 +1 @@
1
- "use strict";import{TableContainer as u,Paper as x,Table as C,TableHead as k,TableRow as h,TableCell as i,TableBody as B,TableSortLabel as L}from"@mui/material";import{useMemo as m}from"react";import{EmptyChartSection as S}from"../EmptyChartSection.mjs";import{LoadingChartSection as v}from"../LoadingChartSection.mjs";import{BILLABLE_PRODUCTS as D}from"../BillableEventsTable/BillableEventsTable.types.mjs";import{useBillableSort as E}from"../BillableEventsTable/useBillableSort.hook.mjs";import{white as P}from"../../../styles/colors.mjs";import{jsx as a,jsxs as l}from"react/jsx-runtime";const w=["brand","integrationType"],I=({data:r,isLoading:p,isFetching:b,product:s})=>{const{sortKey:d,sortDir:g,handleSort:T,sortedData:y}=E(r,w,"brand"),t=m(()=>D.find(e=>e.product===s),[s]),c=m(()=>t?.columns??[],[t]),n=(e,o,f="left")=>a(L,{active:d===e,direction:d===e?g:"asc",onClick:()=>T(e),sx:f==="right"?{flexDirection:"row"}:void 0,children:o});return!(r!=null&&r.length)&&p?a(v,{}):r!=null&&r.length?a(u,{component:x,sx:{opacity:b?.4:1},children:l(C,{sx:{backgroundColor:P},children:[a(k,{children:l(h,{children:[a(i,{children:n("brand","Brand")}),a(i,{children:n("integrationType","Integration Type")}),c.map(e=>a(i,{align:"right",children:n(e.key,e.label,"right")},e.key))]})}),a(B,{children:y.map(e=>l(h,{children:[a(i,{children:e.brand}),a(i,{children:e.integrationType}),c.map(o=>a(i,{align:"right",children:e.metrics[o.key]??0},o.key))]},e.brandUuid))})]})}):a(S,{})};export{I as BillableEventsProductTable};
1
+ "use strict";import{TableContainer as k,Paper as C,Table as x,TableHead as B,TableRow as h,TableCell as t,TableBody as L,TableSortLabel as S}from"@mui/material";import{useMemo as p}from"react";import{EmptyChartSection as v}from"../EmptyChartSection.mjs";import{LoadingChartSection as D}from"../LoadingChartSection.mjs";import{BILLABLE_PRODUCTS as E}from"../BillableEventsTable/BillableEventsTable.types.mjs";import{useBillableSort as P}from"../BillableEventsTable/useBillableSort.hook.mjs";import{white as j}from"../../../styles/colors.mjs";import{jsx as a,jsxs as s}from"react/jsx-runtime";const w=["brand","integrationType"],I=({data:i,isLoading:b,isFetching:g,product:d,columnSlots:l})=>{const{sortKey:c,sortDir:u,handleSort:y,sortedData:T}=P(i,w,"brand"),n=p(()=>E.find(e=>e.product===d),[d]),m=p(()=>n?.columns??[],[n]),o=(e,r,f="left")=>a(S,{active:c===e,direction:c===e?u:"asc",onClick:()=>y(e),sx:f==="right"?{flexDirection:"row"}:void 0,children:r});return!(i!=null&&i.length)&&b?a(D,{}):i!=null&&i.length?a(k,{component:C,sx:{opacity:g?.4:1},children:s(x,{sx:{backgroundColor:j},children:[a(B,{children:s(h,{children:[a(t,{children:o("brand","Brand")}),a(t,{children:o("integrationType","Integration Type")}),m.map(e=>a(t,{align:"right",children:o(e.key,e.label,"right")},e.key))]})}),a(L,{children:T.map(e=>s(h,{children:[a(t,{children:e.brand}),a(t,{children:e.integrationType}),m.map(r=>a(t,{align:"right",children:l!=null&&l[r.key]?l[r.key](e):e.metrics[r.key]??0},r.key))]},e.brandUuid))})]})}):a(v,{})};export{I as BillableEventsProductTable};
@@ -4,7 +4,7 @@ type Brand = {
4
4
  brandName: string;
5
5
  integrationType: string;
6
6
  };
7
- type ChartData = {
7
+ export type ChartData = {
8
8
  brandUuid: string;
9
9
  brandName: string;
10
10
  interval?: Array<Record<string, number | string>>;
@@ -1 +1 @@
1
- "use strict";import{BILLABLE_PRODUCTS as f}from"../BillableEventsTable/BillableEventsTable.types.mjs";import{formatIntegrationType as b}from"../BillableEventsTable/BillableEventsTableDataMapper.mjs";const m=({product:s,data:c,brands:u})=>{const d=f.find(r=>r.product===s);if(!d)return[];const n=new Map;for(const r of c){const t=u.find(e=>e.brandUuid===r.brandUuid);if(!t||!r.interval)continue;const o=n.get(r.brandUuid),a=o?.metrics??{};for(const e of r.interval)for(const i of d.columns)a[i.key]=(a[i.key]??0)+(Number(e[i.metricKey])||0);o||n.set(r.brandUuid,{brandUuid:r.brandUuid,brand:t.brandName,integrationType:b(t.integrationType),metrics:a})}return Array.from(n.values())};export{m as mapBillableEventsProductTableData};
1
+ "use strict";import{BILLABLE_PRODUCTS as f}from"../BillableEventsTable/BillableEventsTable.types.mjs";import{formatIntegrationType as b}from"../BillableEventsTable/BillableEventsTableDataMapper.mjs";const m=({product:s,data:c,brands:u})=>{const d=f.find(r=>r.product===s);if(!d)return[];const n=new Map;for(const r of c){const t=u.find(e=>e.brandUuid===r.brandUuid);if(!t||!r.interval)continue;const a=n.get(r.brandUuid),o=a?.metrics??{};for(const e of r.interval)for(const i of d.columns)o[i.key]=(o[i.key]??0)+(Number(e[i.metricKey])||0);a||n.set(r.brandUuid,{brandUuid:r.brandUuid,brand:t.brandName,integrationType:b(t.integrationType),metrics:o,raw:r})}return Array.from(n.values())};export{m as mapBillableEventsProductTableData};
@@ -1 +1 @@
1
- "use strict";import{TableContainer as S,Paper as x,Table as B,TableHead as C,TableRow as d,TableCell as r,TableBody as k,TableSortLabel as L}from"@mui/material";import{useEffect as v,useMemo as b}from"react";import{EmptyChartSection as w}from"../EmptyChartSection.mjs";import{LoadingChartSection as D}from"../LoadingChartSection.mjs";import{BillableProduct as E,BILLABLE_PRODUCTS as P}from"./BillableEventsTable.types.mjs";import{useBillableSort as j}from"./useBillableSort.hook.mjs";import{white as I}from"../../../styles/colors.mjs";import{jsx as a,jsxs as i}from"react/jsx-runtime";const R=["brand","integrationType"],K=({data:n,isLoading:g,isFetching:u,visibleProducts:h,onSortedDataChange:o})=>{const{sortKey:m,sortDir:f,handleSort:T,sortedData:l}=j(n,R,"brand");v(()=>{o?.(l)},[l,o]);const s=b(()=>{const e=h??Object.values(E);return P.filter(t=>e.includes(t.product))},[h]),p=b(()=>s.flatMap(e=>e.columns),[s]),c=(e,t,y="left")=>a(L,{active:m===e,direction:m===e?f:"asc",onClick:()=>T(e),sx:y==="right"?{flexDirection:"row"}:void 0,children:t});return!(n!=null&&n.length)&&g?a(D,{}):n!=null&&n.length?a(S,{component:x,sx:{opacity:u?.4:1},children:i(B,{sx:{backgroundColor:I},children:[i(C,{children:[i(d,{children:[a(r,{rowSpan:2,children:c("brand","Brand")}),a(r,{rowSpan:2,children:c("integrationType","Integration Type")}),s.map(e=>a(r,{colSpan:e.columns.length,align:"center",sx:{fontWeight:"bold",borderBottom:"none"},children:e.label},e.product))]}),a(d,{children:p.map(e=>a(r,{align:"right",children:c(e.key,e.label,"right")},e.key))})]}),a(k,{children:l.map(e=>i(d,{children:[a(r,{children:e.brand}),a(r,{children:e.integrationType}),p.map(t=>a(r,{align:"right",children:e.metrics[t.key]??0},t.key))]},e.brandUuid))})]})}):a(w,{})};export{K as BillableEventsTable};
1
+ "use strict";import{TableContainer as k,Paper as B,Table as C,TableHead as x,TableRow as m,TableCell as l,TableBody as L,TableSortLabel as v}from"@mui/material";import{useEffect as D,useMemo as u}from"react";import{EmptyChartSection as w}from"../EmptyChartSection.mjs";import{LoadingChartSection as E}from"../LoadingChartSection.mjs";import{BillableProduct as P,BILLABLE_PRODUCTS as j}from"./BillableEventsTable.types.mjs";import{useBillableSort as I}from"./useBillableSort.hook.mjs";import{white as M}from"../../../styles/colors.mjs";import{jsx as a,jsxs as t}from"react/jsx-runtime";const O=["brand","integrationType"],R=({data:n,isLoading:g,isFetching:f,visibleProducts:h,onSortedDataChange:o,columnSlots:i})=>{const{sortKey:p,sortDir:y,handleSort:T,sortedData:s}=I(n,O,"brand");D(()=>{o?.(s)},[s,o]);const c=u(()=>{const r=h??Object.values(P);return j.filter(e=>r.includes(e.product))},[h]),b=u(()=>c.flatMap(r=>r.columns),[c]),d=(r,e,S="left")=>a(v,{active:p===r,direction:p===r?y:"asc",onClick:()=>T(r),sx:S==="right"?{flexDirection:"row"}:void 0,children:e});return!(n!=null&&n.length)&&g?a(E,{}):n!=null&&n.length?a(k,{component:B,sx:{opacity:f?.4:1},children:t(C,{sx:{backgroundColor:M},children:[t(x,{children:[t(m,{children:[a(l,{rowSpan:2,children:d("brand","Brand")}),a(l,{rowSpan:2,children:d("integrationType","Integration Type")}),c.map(r=>a(l,{colSpan:r.columns.length,align:"center",sx:{fontWeight:"bold",borderBottom:"none"},children:r.label},r.product))]}),a(m,{children:b.map(r=>a(l,{align:"right",children:d(r.key,r.label,"right")},r.key))})]}),a(L,{children:s.map(r=>t(m,{children:[a(l,{children:r.brand}),a(l,{children:r.integrationType}),b.map(e=>a(l,{align:"right",children:i!=null&&i[e.key]?i[e.key](r):r.metrics[e.key]??0},e.key))]},r.brandUuid))})]})}):a(w,{})};export{R as BillableEventsTable};
@@ -1,3 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { ChartData } from '../BillableEventsProductTable';
1
3
  export declare enum BillableProduct {
2
4
  TEXT_TO_SIGNUP = "TEXT_TO_SIGNUP",
3
5
  ONE_CLICK_VERIFY = "ONE_CLICK_VERIFY",
@@ -20,6 +22,7 @@ export type BillableEventsTableRow = {
20
22
  brand: string;
21
23
  integrationType: string;
22
24
  metrics: Record<string, number>;
25
+ raw: ChartData;
23
26
  };
24
27
  export type BillableEventsTableProps = {
25
28
  data: BillableEventsTableRow[];
@@ -27,10 +30,12 @@ export type BillableEventsTableProps = {
27
30
  isFetching: boolean;
28
31
  visibleProducts?: BillableProduct[];
29
32
  onSortedDataChange?: (sortedData: BillableEventsTableRow[]) => void;
33
+ columnSlots?: Record<string, (row: BillableEventsTableRow) => React.ReactNode>;
30
34
  };
31
35
  export type BillableEventsProductTableProps = {
32
36
  data: BillableEventsTableRow[];
33
37
  isLoading: boolean;
34
38
  isFetching: boolean;
35
39
  product: BillableProduct;
40
+ columnSlots?: Record<string, (row: BillableEventsTableRow) => React.ReactNode>;
36
41
  };
@@ -1 +1 @@
1
- "use strict";import{BILLABLE_PRODUCTS as b}from"./BillableEventsTable.types.mjs";const y={hosted:"SDK","non-hosted":"API","semi-hosted":"Semi-Hosted",sdk:"SDK",api:"API"};function u(n){return n?y[n.toLowerCase()]??n:""}const g=({productDataSets:n,brands:l})=>{var i;const d=new Map,c=new Set;for(const{product:t,data:r}of n){const o=b.find(e=>e.product===t);if(o)for(const e of r){if(!((i=e.interval)!=null&&i.length))continue;const s=d.get(e.brandUuid)??{};for(const a of o.columns){const f=e.interval.reduce((m,p)=>m+(Number(p[a.metricKey])||0),0);s[a.key]=(s[a.key]??0)+f}o.columns.some(a=>(s[a.key]??0)>0)&&c.add(e.brandUuid),d.set(e.brandUuid,s)}}return Array.from(c).map(t=>{const r=l.find(o=>o.brandUuid===t);return r?{brandUuid:t,brand:r.brandName,integrationType:u(r.integrationType),metrics:d.get(t)??{}}:null}).filter(t=>t!==null)};export{u as formatIntegrationType,g as mapBillableEventsTableData};
1
+ "use strict";import{BILLABLE_PRODUCTS as b}from"./BillableEventsTable.types.mjs";const y={hosted:"SDK","non-hosted":"API","semi-hosted":"Semi-Hosted",sdk:"SDK",api:"API"};function u(r){return r?y[r.toLowerCase()]??r:""}const g=({productDataSets:r,brands:f})=>{var c;const s=new Map,i=new Map;for(const{product:e,data:d}of r){const t=b.find(n=>n.product===e);if(t)for(const n of d){if(!((c=n.interval)!=null&&c.length))continue;const o=s.get(n.brandUuid)??{};for(const a of t.columns){const l=n.interval.reduce((m,p)=>m+(Number(p[a.metricKey])||0),0);o[a.key]=(o[a.key]??0)+l}t.columns.some(a=>(o[a.key]??0)>0)&&!i.has(n.brandUuid)&&i.set(n.brandUuid,n),s.set(n.brandUuid,o)}}return Array.from(i.entries()).map(([e,d])=>{const t=f.find(n=>n.brandUuid===e);return t?{brandUuid:e,brand:t.brandName,integrationType:u(t.integrationType),metrics:s.get(e)??{},raw:d}:null}).filter(e=>e!==null)};export{u as formatIntegrationType,g as mapBillableEventsTableData};
@@ -1 +1 @@
1
- "use strict";import{Box as l}from"@mui/material";import{jsx as C,jsxs as e}from"react/jsx-runtime";function o({variant:L="default",containerProps:n,...a}){const i={default:"#0DBC3D",green:"#0DBC3D",gray:"#A5A5A5",white:"#FFFFFF",black:"#000000",blackGreen:"#0DBC3D",whiteGreen:"#0DBC3D"},r={default:"#202020",green:"#202020",gray:"#A5A5A5",white:"#ffffff",black:"#202020",blackGreen:"#202020",whiteGreen:"#ffffff"},d=i[L]??i.default,t=r[L]??r.default;return C(l,{component:"a",href:"https://www.verified.inc",target:"_blank",rel:"noopener noreferrer",display:"inline-flex",...n,children:e(l,{component:"svg",width:"351px",viewBox:"0 0 351 41",...a,sx:{aspectRatio:351/41,textAlign:"center",mx:"auto",...a.sx},children:[C("title",{children:"Powered by Verified"}),C("g",{id:"Templates-(for-examples-in-Dashboard)",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:C("g",{id:"Campaign-Ad-Example-/-Times-Square-/-HOOLI-50555",transform:"translate(-134.845, -459.5)",children:C("g",{id:"Group",transform:"translate(135.1955, 87.5)",children:e("g",{id:"Powered-by-Verified-/-green",transform:"translate(0, 372.5)",children:[e("g",{id:"Clear-Check",transform:"translate(185.4544, 0)",fill:d,children:[C("g",{id:"Check-Mark",fillRule:"nonzero",children:C("path",{d:"M20,0 C22.8775489,0 25.3866552,1.57749004 26.7097048,3.91485589 C29.2771245,3.23312318 32.1283404,3.89911052 34.1421356,5.91290587 C36.1629782,7.93374843 36.8265631,10.7978829 36.1328902,13.3725495 C38.4440374,14.7027623 40,17.1971946 40,20.0550415 C40,22.9128883 38.4440374,25.4073207 36.1330477,26.7374037 C36.8265631,29.3122 36.1629782,32.1763345 34.1421356,34.197177 C32.1140865,36.2252261 29.2367206,36.88632 26.6549589,36.1804587 C25.3180937,38.465278 22.8382736,40 20,40 C17.1617264,40 14.6819063,38.465278 13.3451304,36.1804247 C10.7632793,36.88632 7.88591336,36.2252261 5.85786437,34.197177 C3.83702182,32.1763345 3.17343699,29.3122 3.8671099,26.7375334 C1.55596242,25.4073207 -1.79032262e-30,22.9128883 -1.79032262e-30,20.0550415 C-1.79032262e-30,17.1971946 1.55596242,14.7027623 3.86695248,13.3726792 C3.17343699,10.7978829 3.83702182,7.93374843 5.85786437,5.91290587 C7.87165972,3.89911052 10.7228755,3.23312318 13.2905618,3.9149438 C14.6133448,1.57749004 17.1224511,0 20,0 Z M27.3993167,12.7535335 L27.3443454,12.7538931 C26.6560834,12.7706021 26.0850423,13.0058668 25.631222,13.4596871 L17.5545304,21.5358835 L14.368778,18.3502582 C13.9036249,17.8851051 13.3336489,17.6509056 12.65885,17.6476597 C12.2232715,17.6290372 11.4939414,17.8149346 10.958009,18.3508669 C10.390521,18.9183549 10.2417143,19.6639941 10.2530948,20.0534148 C10.2682689,20.7362429 10.5034432,21.3052442 10.9586176,21.7604186 L15.8491888,26.6509898 C16.1674923,26.9692933 16.544582,27.1806052 16.9805851,27.2849639 C17.1769419,27.335022 17.3560911,27.3557677 17.497683,27.3570447 L17.559388,27.359708 C17.708803,27.3624082 17.8994683,27.3423152 18.10783,27.2902681 C18.5502885,27.1898974 18.9344251,26.9768047 19.26024,26.6509898 L29.0413824,16.8698475 C29.4930709,16.418159 29.7293104,15.8480926 29.7501004,15.1596483 C29.7576258,14.7432325 29.5881121,14.0064168 29.0423441,13.4606488 C28.5009521,12.9192568 27.7922343,12.7444553 27.3443454,12.7538931 L27.3993167,12.7535335 Z",id:"Combined-Shape"})}),e("g",{id:"Verified-(outlines,-replaced,-modified,-green)",transform:"translate(44.596, 7.5177)",fillRule:"nonzero",children:[C("path",{d:"M0,0.756879433 L4.47546099,0.756879433 C4.95810874,0.756879433 5.35300235,0.866572105 5.66014184,1.08595745 C5.96728133,1.30534279 6.18666667,1.59602837 6.31829787,1.95801418 L10.9582979,14.7920567 C11.166714,15.3514894 11.3778723,15.9602837 11.591773,16.6184397 C11.8056738,17.2765957 12.0058629,17.9676596 12.1923404,18.6916312 C12.3459102,17.9676596 12.5241608,17.2765957 12.7270922,16.6184397 C12.9300236,15.9602837 13.1302128,15.3514894 13.3276596,14.7920567 L17.9347518,1.95801418 C18.0444445,1.6508747 18.2583452,1.37390071 18.5764539,1.1270922 C18.8945626,0.880283688 19.2839716,0.756879433 19.7446809,0.756879433 L24.2530496,0.756879433 L14.6439716,24.7302128 L9.60907801,24.7302128 L0,0.756879433 Z",id:"Path"}),C("path",{d:"M31.3940426,7.40425532 C32.5238772,7.40425532 33.5577305,7.5797636 34.4956028,7.93078014 C35.4334752,8.28179668 36.2397163,8.7918676 36.9143262,9.46099291 C37.5889362,10.1301182 38.115461,10.9500709 38.4939007,11.9208511 C38.8723404,12.8916312 39.0615603,13.9913002 39.0615603,15.2198582 C39.0615603,15.6037825 39.0451064,15.9164066 39.0121986,16.1577305 C38.9792908,16.3990544 38.9189597,16.5910165 38.8312057,16.733617 C38.7434516,16.8762175 38.6255319,16.9749409 38.4774468,17.0297872 C38.3293617,17.0846336 38.1401418,17.1120567 37.9097872,17.1120567 L28.0703546,17.1120567 C28.2348936,18.5380615 28.6681796,19.5719149 29.3702128,20.213617 C30.072246,20.8553191 30.9772105,21.1761702 32.0851064,21.1761702 C32.6774468,21.1761702 33.1875177,21.10487 33.6153191,20.9622695 C34.0431206,20.819669 34.4243027,20.6606147 34.7588652,20.4851064 C35.0934278,20.3095981 35.4005674,20.1505437 35.6802837,20.0079433 C35.96,19.8653428 36.2534278,19.7940426 36.5605674,19.7940426 C36.9664304,19.7940426 37.2735696,19.9421277 37.4819858,20.2382979 L38.9628369,22.0646809 C38.4363121,22.6679906 37.8686525,23.1588652 37.2598582,23.537305 C36.6510638,23.9157447 36.0258156,24.2119149 35.3841135,24.4258156 C34.7424113,24.6397163 34.1007092,24.7878014 33.4590071,24.8700709 C32.817305,24.9523404 32.2057682,24.9934752 31.6243972,24.9934752 C30.428747,24.9934752 29.3071396,24.7987707 28.2595745,24.4093617 C27.2120094,24.0199527 26.2960757,23.4413239 25.511773,22.6734752 C24.7274704,21.9056265 24.1077069,20.9513002 23.6524823,19.8104965 C23.1972577,18.6696927 22.9696454,17.3424113 22.9696454,15.8286525 C22.9696454,14.6878487 23.1643499,13.6073759 23.5537589,12.587234 C23.9431679,11.5670922 24.5026005,10.6730969 25.2320567,9.90524823 C25.961513,9.13739952 26.844539,8.52860519 27.8811348,8.07886525 C28.9177305,7.6291253 30.0886999,7.40425532 31.3940426,7.40425532 Z M31.492766,10.9253901 C30.5165013,10.9253901 29.754137,11.2023641 29.2056738,11.7563121 C28.6572105,12.3102601 28.2952246,13.1082742 28.1197163,14.1503546 L34.4873759,14.1503546 C34.4873759,13.7444917 34.4352718,13.3495981 34.3310638,12.9656738 C34.2268559,12.5817494 34.0568321,12.2389598 33.8209929,11.937305 C33.5851538,11.6356501 33.2752718,11.3915839 32.8913475,11.2051064 C32.5074233,11.0186289 32.0412292,10.9253901 31.492766,10.9253901 Z",id:"Shape"}),C("path",{d:"M41.9903546,24.7302128 L41.9903546,7.66751773 L45.0178723,7.66751773 C45.2701654,7.66751773 45.481324,7.68945626 45.6513475,7.73333333 C45.8213711,7.77721041 45.9639716,7.84576831 46.0791489,7.93900709 C46.1943262,8.03224587 46.2820803,8.15565013 46.3424113,8.30921986 C46.4027424,8.46278959 46.4548462,8.64926715 46.4987234,8.86865248 L46.7784397,10.4646809 C47.4036879,9.49938533 48.1057211,8.73702128 48.884539,8.17758865 C49.6633569,7.61815603 50.5134752,7.33843972 51.4348936,7.33843972 C52.2137115,7.33843972 52.8389597,7.52491725 53.3106383,7.89787234 L52.6524823,11.6493617 C52.6086051,11.8797163 52.5208511,12.041513 52.3892199,12.1347518 C52.2575887,12.2279906 52.0820803,12.2746099 51.862695,12.2746099 C51.6762176,12.2746099 51.4568321,12.2499291 51.204539,12.2005674 C50.952246,12.1512057 50.634137,12.1265248 50.2502128,12.1265248 C48.9119623,12.1265248 47.8589126,12.8395272 47.0910638,14.2655319 L47.0910638,24.7302128 L41.9903546,24.7302128 Z",id:"Path"}),C("path",{d:"M60.8465248,7.66751773 L60.8465248,24.7302128 L55.7458156,24.7302128 L55.7458156,7.66751773 L60.8465248,7.66751773 Z M61.4388652,2.99460993 C61.4388652,3.40047282 61.3565957,3.78165484 61.1920567,4.13815603 C61.0275177,4.49465722 60.8026477,4.80728133 60.5174468,5.07602837 C60.232246,5.3447754 59.9004255,5.55867611 59.5219858,5.7177305 C59.1435461,5.87678488 58.7404255,5.95631206 58.3126241,5.95631206 C57.8957921,5.95631206 57.506383,5.87678488 57.1443972,5.7177305 C56.7824113,5.55867611 56.4615603,5.3447754 56.181844,5.07602837 C55.9021277,4.80728133 55.6827424,4.49465722 55.5236879,4.13815603 C55.3646335,3.78165484 55.2851064,3.40047282 55.2851064,2.99460993 C55.2851064,2.57777778 55.3646335,2.18836879 55.5236879,1.82638298 C55.6827424,1.46439716 55.9021277,1.14628842 56.181844,0.872056738 C56.4615603,0.597825058 56.7824113,0.383924349 57.1443972,0.23035461 C57.506383,0.0767848701 57.8957921,0 58.3126241,0 C58.7404255,0 59.1435461,0.0767848701 59.5219858,0.23035461 C59.9004255,0.383924349 60.232246,0.597825058 60.5174468,0.872056738 C60.8026477,1.14628842 61.0275177,1.46439716 61.1920567,1.82638298 C61.3565957,2.18836879 61.4388652,2.57777778 61.4388652,2.99460993 Z",id:"Shape"}),C("path",{d:"M93.737046,7.40425532 C94.8668806,7.40425532 95.9007339,7.5797636 96.8386062,7.93078014 C97.7764786,8.28179668 98.5827197,8.7918676 99.2573296,9.46099291 C99.9319396,10.1301182 100.458464,10.9500709 100.836904,11.9208511 C101.215344,12.8916312 101.404564,13.9913002 101.404564,15.2198582 C101.404564,15.6037825 101.38811,15.9164066 101.355202,16.1577305 C101.322294,16.3990544 101.261963,16.5910165 101.174209,16.733617 C101.086455,16.8762175 100.968535,16.9749409 100.82045,17.0297872 C100.672365,17.0846336 100.483145,17.1120567 100.252791,17.1120567 L90.413358,17.1120567 C90.577897,18.5380615 91.0111833,19.5719149 91.7132162,20.213617 C92.4152494,20.8553191 93.3202139,21.1761702 94.4281098,21.1761702 C95.0204502,21.1761702 95.5305211,21.10487 95.9583226,20.9622695 C96.386124,20.819669 96.7673061,20.6606147 97.1018687,20.4851064 C97.4364315,20.3095981 97.7435708,20.1505437 98.0232871,20.0079433 C98.3030034,19.8653428 98.5964315,19.7940426 98.9035708,19.7940426 C99.3094338,19.7940426 99.6165733,19.9421277 99.8249892,20.2382979 L101.30584,22.0646809 C100.779315,22.6679906 100.211656,23.1588652 99.6028616,23.537305 C98.9940672,23.9157447 98.368819,24.2119149 97.7271169,24.4258156 C97.0854148,24.6397163 96.4437126,24.7878014 95.8020105,24.8700709 C95.1603084,24.9523404 94.5487719,24.9934752 93.9674006,24.9934752 C92.7717506,24.9934752 91.650143,24.7987707 90.6025779,24.4093617 C89.555013,24.0199527 88.6390791,23.4413239 87.8547765,22.6734752 C87.070474,21.9056265 86.4507104,20.9513002 85.9954857,19.8104965 C85.5402613,18.6696927 85.3126488,17.3424113 85.3126488,15.8286525 C85.3126488,14.6878487 85.5073535,13.6073759 85.8967623,12.587234 C86.2861713,11.5670922 86.845604,10.6730969 87.5750601,9.90524823 C88.3045166,9.13739952 89.1875424,8.52860519 90.2241382,8.07886525 C91.2607339,7.6291253 92.4317033,7.40425532 93.737046,7.40425532 Z M93.8357694,10.9253901 C92.8595047,10.9253901 92.0971407,11.2023641 91.5486772,11.7563121 C91.0002139,12.3102601 90.6382281,13.1082742 90.4627197,14.1503546 L96.8303793,14.1503546 C96.8303793,13.7444917 96.7782755,13.3495981 96.6740672,12.9656738 C96.5698593,12.5817494 96.3998357,12.2389598 96.1639963,11.937305 C95.9281572,11.6356501 95.6182755,11.3915839 95.2343509,11.2051064 C94.8504267,11.0186289 94.3842329,10.9253901 93.8357694,10.9253901 Z",id:"Shape"}),C("path",{d:"M116.311798,24.7302128 C115.993689,24.7302128 115.727684,24.6589125 115.513784,24.5163121 C115.299883,24.3737116 115.149056,24.1598109 115.061301,23.8746099 L114.666408,22.5747518 C114.326361,22.9367376 113.969859,23.2658156 113.596904,23.5619858 C113.223949,23.858156 112.820829,24.1131915 112.387542,24.3270922 C111.954256,24.5409929 111.488063,24.7055319 110.988961,24.8207092 C110.489859,24.9358865 109.949623,24.9934752 109.368252,24.9934752 C108.479741,24.9934752 107.657046,24.7960284 106.900167,24.4011348 C106.143287,24.0062411 105.490616,23.4358392 104.942152,22.6899291 C104.393689,21.9440189 103.963145,21.0308274 103.650521,19.9503546 C103.337897,18.8698818 103.181585,17.6385816 103.181585,16.2564539 C103.181585,14.9840189 103.357093,13.8020804 103.70811,12.7106383 C104.059127,11.6191962 104.555486,10.6758392 105.197188,9.88056738 C105.83889,9.08529552 106.609481,8.46278959 107.508961,8.01304965 C108.408441,7.5633097 109.401159,7.33843972 110.487117,7.33843972 C111.364658,7.33843972 112.107826,7.4673286 112.71662,7.72510638 C113.325415,7.98288417 113.87662,8.32018913 114.370237,8.73702128 L114.370237,0.0987234043 L119.470947,0.0987234043 L119.470947,24.7302128 L116.311798,24.7302128 Z M111.145273,21.0774468 C111.518228,21.0774468 111.855533,21.0417967 112.157188,20.9704965 C112.458843,20.8991962 112.735817,20.7977305 112.98811,20.6660993 C113.240403,20.5344681 113.478985,20.3699291 113.703854,20.1724823 C113.928725,19.9750355 114.150852,19.7446809 114.370237,19.4814184 L114.370237,12.2417021 C113.975344,11.8139007 113.555769,11.5149882 113.111514,11.3449645 C112.667259,11.1749409 112.198323,11.0899291 111.704706,11.0899291 C111.233027,11.0899291 110.799741,11.1831679 110.404847,11.3696454 C110.009954,11.5561229 109.667164,11.8550355 109.376479,12.266383 C109.085793,12.6777305 108.858181,13.2124823 108.693642,13.8706383 C108.529103,14.5287943 108.446833,15.3240662 108.446833,16.2564539 C108.446833,17.1559338 108.512649,17.9128132 108.64428,18.5270922 C108.775911,19.1413711 108.959647,19.6377305 109.195486,20.0161702 C109.431325,20.3946099 109.713784,20.6660993 110.042862,20.8306383 C110.37194,20.9951773 110.73941,21.0774468 111.145273,21.0774468 Z",id:"Shape"}),C("path",{d:"M65.7168794,24.7302128 L65.7168794,11.1721986 L64.5980142,10.941844 C64.2140899,10.8540898 63.9042079,10.716974 63.6683688,10.5304965 C63.4325296,10.3440189 63.3146099,10.0697872 63.3146099,9.70780142 L63.3146099,7.70042553 L65.7168794,7.70042553 L65.7168794,6.72964539 C65.7168794,5.75338062 65.8731915,4.87035461 66.1858156,4.08056738 C66.4984397,3.29078014 66.9481796,2.61617021 67.5350355,2.05673759 C68.1218913,1.49730496 68.837636,1.06401891 69.6822695,0.756879433 C70.526903,0.449739952 71.486714,0.296170213 72.5617021,0.296170213 C72.9785342,0.296170213 73.3652009,0.320851064 73.7217021,0.370212766 C74.0782034,0.419574468 74.4484162,0.499101654 74.8323404,0.608794326 L74.733617,3.09333333 C74.7226477,3.26884162 74.6760284,3.4141844 74.5937589,3.5293617 C74.5114894,3.64453901 74.4100235,3.73777779 74.2893617,3.80907801 C74.1686999,3.88037824 74.0343262,3.93248227 73.8862411,3.96539007 C73.738156,3.99829787 73.5928133,4.01475177 73.4502128,4.01475177 C73.0004729,4.01475177 72.6000945,4.05862885 72.249078,4.14638298 C71.8980616,4.23413711 71.6046335,4.39044916 71.3687943,4.61531915 C71.1329552,4.84018913 70.9547044,5.13635935 70.8340426,5.50382979 C70.7133807,5.87130023 70.6530496,6.33475177 70.6530496,6.8941844 L70.6530496,7.70042553 L74.6678014,7.70042553 L74.6678014,11.1886525 L70.8175887,11.1886525 L70.8175887,24.7302128 L65.7168794,24.7302128 Z",id:"Path"}),C("path",{d:"M82.2475651,7.66751773 L82.2475651,24.7302128 L77.1468559,24.7302128 L77.1468559,7.66751773 L82.2475651,7.66751773 Z M82.8399055,2.99460993 C82.8399055,3.40047282 82.757636,3.78165484 82.593097,4.13815603 C82.428558,4.49465722 82.2036879,4.80728133 81.9184871,5.07602837 C81.633286,5.3447754 81.3014658,5.55867611 80.9230261,5.7177305 C80.5445864,5.87678488 80.1414658,5.95631206 79.7136644,5.95631206 C79.2968321,5.95631206 78.9074233,5.87678488 78.5454374,5.7177305 C78.1834516,5.55867611 77.8626006,5.3447754 77.5828843,5.07602837 C77.3031679,4.80728133 77.0837824,4.49465722 76.9247282,4.13815603 C76.7656738,3.78165484 76.6861467,3.40047282 76.6861467,2.99460993 C76.6861467,2.57777778 76.7656738,2.18836879 76.9247282,1.82638298 C77.0837824,1.46439716 77.3031679,1.14628842 77.5828843,0.872056738 C77.8626006,0.597825058 78.1834516,0.383924349 78.5454374,0.23035461 C78.9074233,0.0767848701 79.2968321,0 79.7136644,0 C80.1414658,0 80.5445864,0.0767848701 80.9230261,0.23035461 C81.3014658,0.383924349 81.633286,0.597825058 81.9184871,0.872056738 C82.2036879,1.14628842 82.428558,1.46439716 82.593097,1.82638298 C82.757636,2.18836879 82.8399055,2.57777778 82.8399055,2.99460993 Z",id:"Shape"})]})]}),e("g",{id:"Powered-by",transform:"translate(0, 7.9808)",fill:t,children:[C("path",{d:"M5.5432,16.564 L5.5432,24.5508 L0,24.5508 L0,0.656 L8.4296,0.656 C10.1133333,0.656 11.5592667,0.855533333 12.7674,1.2546 C13.9755333,1.65366667 14.9704667,2.20306667 15.7522,2.9028 C16.5339333,3.60253333 17.1106667,4.428 17.4824,5.3792 C17.8541333,6.3304 18.04,7.35813333 18.04,8.4624 C18.04,9.65413333 17.8486667,10.7474667 17.466,11.7424 C17.0833333,12.7373333 16.4984,13.5901333 15.7112,14.3008 C14.924,15.0114667 13.9263333,15.5663333 12.7182,15.9654 C11.5100667,16.3644667 10.0805333,16.564 8.4296,16.564 L5.5432,16.564 Z M5.5432,12.382 L8.4296,12.382 C9.8728,12.382 10.9114667,12.0376 11.5456,11.3488 C12.1797333,10.66 12.4968,9.69786667 12.4968,8.4624 C12.4968,7.91573333 12.4148,7.41826667 12.2508,6.97 C12.0868,6.52173333 11.8380667,6.13633333 11.5046,5.8138 C11.1711333,5.49126667 10.7502,5.24253333 10.2418,5.0676 C9.7334,4.89266667 9.12933333,4.8052 8.4296,4.8052 L5.5432,4.8052 L5.5432,12.382 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M28.0112,7.2816 C29.3013333,7.2816 30.4766667,7.48386667 31.5372,7.8884 C32.5977333,8.29293333 33.5079333,8.8724 34.2678,9.6268 C35.0276667,10.3812 35.6180667,11.2968667 36.039,12.3738 C36.4599333,13.4507333 36.6704,14.6616 36.6704,16.0064 C36.6704,17.3621333 36.4599333,18.5839333 36.039,19.6718 C35.6180667,20.7596667 35.0276667,21.6835333 34.2678,22.4434 C33.5079333,23.2032667 32.5977333,23.7882 31.5372,24.1982 C30.4766667,24.6082 29.3013333,24.8132 28.0112,24.8132 C26.7101333,24.8132 25.5266,24.6082 24.4606,24.1982 C23.3946,23.7882 22.4762,23.2032667 21.7054,22.4434 C20.9346,21.6835333 20.3387333,20.7596667 19.9178,19.6718 C19.4968667,18.5839333 19.2864,17.3621333 19.2864,16.0064 C19.2864,14.6616 19.4968667,13.4507333 19.9178,12.3738 C20.3387333,11.2968667 20.9346,10.3812 21.7054,9.6268 C22.4762,8.8724 23.3946,8.29293333 24.4606,7.8884 C25.5266,7.48386667 26.7101333,7.2816 28.0112,7.2816 Z M28.0112,21.0412 C29.1810667,21.0412 30.0420667,20.6284667 30.5942,19.803 C31.1463333,18.9775333 31.4224,17.7229333 31.4224,16.0392 C31.4224,14.3554667 31.1463333,13.1036 30.5942,12.2836 C30.0420667,11.4636 29.1810667,11.0536 28.0112,11.0536 C26.8085333,11.0536 25.9284,11.4636 25.3708,12.2836 C24.8132,13.1036 24.5344,14.3554667 24.5344,16.0392 C24.5344,17.7229333 24.8132,18.9775333 25.3708,19.803 C25.9284,20.6284667 26.8085333,21.0412 28.0112,21.0412 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M37.4904,7.544 L41.5576,7.544 C41.9184,7.544 42.23,7.626 42.4924,7.79 C42.7548,7.954 42.9133333,8.1672 42.968,8.4296 L44.6736,16.0556 C44.8048,16.6350667 44.9250667,17.1981333 45.0344,17.7448 C45.1437333,18.2914667 45.2421333,18.8326667 45.3296,19.3684 C45.4826667,18.8326667 45.6439333,18.2942 45.8134,17.753 C45.9828667,17.2118 46.1496,16.646 46.3136,16.0556 L48.4456,8.4132 C48.5112,8.16173333 48.6697333,7.95126667 48.9212,7.7818 C49.1726667,7.61233333 49.4624,7.5276 49.7904,7.5276 L52.0536,7.5276 C52.4144,7.5276 52.7232667,7.61233333 52.9802,7.7818 C53.2371333,7.95126667 53.3984,8.16173333 53.464,8.4132 L55.4976,16.0556 C55.6506667,16.6350667 55.8064667,17.1981333 55.965,17.7448 C56.1235333,18.2914667 56.2738667,18.8436 56.416,19.4012 C56.5034667,18.8545333 56.6100667,18.3106 56.7358,17.7694 C56.8615333,17.2282 56.9954667,16.6569333 57.1376,16.0556 L58.9416,8.4296 C58.9962667,8.1672 59.1520667,7.954 59.409,7.79 C59.6659333,7.626 59.9584,7.544 60.2864,7.544 L64.1568,7.544 L58.876,24.5508 L54.7432,24.5508 C54.5245333,24.5508 54.3386667,24.4852 54.1856,24.354 C54.0325333,24.2228 53.9122667,24.0041333 53.8248,23.698 L51.3976,15.2192 C51.2882667,14.8365333 51.1844,14.4593333 51.086,14.0876 C50.9876,13.7158667 50.9001333,13.3441333 50.8236,12.9724 C50.7470667,13.3550667 50.6623333,13.735 50.5694,14.1122 C50.4764667,14.4894 50.3698667,14.8693333 50.2496,15.252 L47.7896,23.698 C47.6256,24.2665333 47.2648,24.5508 46.7072,24.5508 L42.7712,24.5508 L37.4904,7.544 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M73.4064,7.2816 C74.5325333,7.2816 75.563,7.45653333 76.4978,7.8064 C77.4326,8.15626667 78.2362,8.66466667 78.9086,9.3316 C79.581,9.99853333 80.1058,10.8158 80.483,11.7834 C80.8602,12.751 81.0488,13.8470667 81.0488,15.0716 C81.0488,15.4542667 81.0324,15.7658667 80.9996,16.0064 C80.9668,16.2469333 80.9066667,16.4382667 80.8192,16.5804 C80.7317333,16.7225333 80.6142,16.8209333 80.4666,16.8756 C80.319,16.9302667 80.1304,16.9576 79.9008,16.9576 L70.0936,16.9576 C70.2576,18.3789333 70.6894667,19.4094 71.3892,20.049 C72.0889333,20.6886 72.9909333,21.0084 74.0952,21.0084 C74.6856,21.0084 75.194,20.9373333 75.6204,20.7952 C76.0468,20.6530667 76.4267333,20.4945333 76.7602,20.3196 C77.0936667,20.1446667 77.3998,19.9861333 77.6786,19.844 C77.9574,19.7018667 78.2498667,19.6308 78.556,19.6308 C78.9605333,19.6308 79.2666667,19.7784 79.4744,20.0736 L80.9504,21.894 C80.4256,22.4953333 79.8598,22.9846 79.253,23.3618 C78.6462,23.739 78.023,24.0342 77.3834,24.2474 C76.7438,24.4606 76.1042,24.6082 75.4646,24.6902 C74.825,24.7722 74.2154667,24.8132 73.636,24.8132 C72.4442667,24.8132 71.3263333,24.6191333 70.2822,24.231 C69.2380667,23.8428667 68.3251333,23.2661333 67.5434,22.5008 C66.7616667,21.7354667 66.1439333,20.7842667 65.6902,19.6472 C65.2364667,18.5101333 65.0096,17.1872 65.0096,15.6784 C65.0096,14.5413333 65.2036667,13.4644 65.5918,12.4476 C65.9799333,11.4308 66.5375333,10.5397333 67.2646,9.7744 C67.9916667,9.00906667 68.8718,8.40226667 69.905,7.954 C70.9382,7.50573333 72.1053333,7.2816 73.4064,7.2816 Z M73.5048,10.7912 C72.5317333,10.7912 71.7718667,11.0672667 71.2252,11.6194 C70.6785333,12.1715333 70.3177333,12.9669333 70.1428,14.0056 L76.4896,14.0056 C76.4896,13.6010667 76.4376667,13.2074667 76.3338,12.8248 C76.2299333,12.4421333 76.0604667,12.1004667 75.8254,11.7998 C75.5903333,11.4991333 75.2814667,11.2558667 74.8988,11.07 C74.5161333,10.8841333 74.0514667,10.7912 73.5048,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M83.968,24.5508 L83.968,7.544 L86.9856,7.544 C87.2370667,7.544 87.4475333,7.56586667 87.617,7.6096 C87.7864667,7.65333333 87.9286,7.72166667 88.0434,7.8146 C88.1582,7.90753333 88.2456667,8.03053333 88.3058,8.1836 C88.3659333,8.33666667 88.4178667,8.52253333 88.4616,8.7412 L88.7404,10.332 C89.3636,9.36986667 90.0633333,8.61 90.8396,8.0524 C91.6158667,7.4948 92.4632,7.216 93.3816,7.216 C94.1578667,7.216 94.7810667,7.40186667 95.2512,7.7736 L94.5952,11.5128 C94.5514667,11.7424 94.464,11.9036667 94.3328,11.9966 C94.2016,12.0895333 94.0266667,12.136 93.808,12.136 C93.6221333,12.136 93.4034667,12.1114 93.152,12.0622 C92.9005333,12.013 92.5834667,11.9884 92.2008,11.9884 C90.8669333,11.9884 89.8173333,12.6990667 89.052,14.1204 L89.052,24.5508 L83.968,24.5508 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M104.796,7.2816 C105.922133,7.2816 106.9526,7.45653333 107.8874,7.8064 C108.8222,8.15626667 109.6258,8.66466667 110.2982,9.3316 C110.9706,9.99853333 111.4954,10.8158 111.8726,11.7834 C112.2498,12.751 112.4384,13.8470667 112.4384,15.0716 C112.4384,15.4542667 112.422,15.7658667 112.3892,16.0064 C112.3564,16.2469333 112.296267,16.4382667 112.2088,16.5804 C112.121333,16.7225333 112.0038,16.8209333 111.8562,16.8756 C111.7086,16.9302667 111.52,16.9576 111.2904,16.9576 L101.4832,16.9576 C101.6472,18.3789333 102.079067,19.4094 102.7788,20.049 C103.478533,20.6886 104.380533,21.0084 105.4848,21.0084 C106.0752,21.0084 106.5836,20.9373333 107.01,20.7952 C107.4364,20.6530667 107.816333,20.4945333 108.1498,20.3196 C108.483267,20.1446667 108.7894,19.9861333 109.0682,19.844 C109.347,19.7018667 109.639467,19.6308 109.9456,19.6308 C110.350133,19.6308 110.656267,19.7784 110.864,20.0736 L112.34,21.894 C111.8152,22.4953333 111.2494,22.9846 110.6426,23.3618 C110.0358,23.739 109.4126,24.0342 108.773,24.2474 C108.1334,24.4606 107.4938,24.6082 106.8542,24.6902 C106.2146,24.7722 105.605067,24.8132 105.0256,24.8132 C103.833867,24.8132 102.715933,24.6191333 101.6718,24.231 C100.627667,23.8428667 99.7147333,23.2661333 98.933,22.5008 C98.1512667,21.7354667 97.5335333,20.7842667 97.0798,19.6472 C96.6260667,18.5101333 96.3992,17.1872 96.3992,15.6784 C96.3992,14.5413333 96.5932667,13.4644 96.9814,12.4476 C97.3695333,11.4308 97.9271333,10.5397333 98.6542,9.7744 C99.3812667,9.00906667 100.2614,8.40226667 101.2946,7.954 C102.3278,7.50573333 103.494933,7.2816 104.796,7.2816 Z M104.8944,10.7912 C103.921333,10.7912 103.161467,11.0672667 102.6148,11.6194 C102.068133,12.1715333 101.707333,12.9669333 101.5324,14.0056 L107.8792,14.0056 C107.8792,13.6010667 107.827267,13.2074667 107.7234,12.8248 C107.619533,12.4421333 107.450067,12.1004667 107.215,11.7998 C106.979933,11.4991333 106.671067,11.2558667 106.2884,11.07 C105.905733,10.8841333 105.441067,10.7912 104.8944,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M127.2968,24.5508 C126.979733,24.5508 126.7146,24.4797333 126.5014,24.3376 C126.2882,24.1954667 126.137867,23.9822667 126.0504,23.698 L125.6568,22.4024 C125.317867,22.7632 124.962533,23.0912 124.5908,23.3864 C124.219067,23.6816 123.817267,23.9358 123.3854,24.149 C122.953533,24.3622 122.488867,24.5262 121.9914,24.641 C121.493933,24.7558 120.955467,24.8132 120.376,24.8132 C119.4904,24.8132 118.6704,24.6164 117.916,24.2228 C117.1616,23.8292 116.511067,23.2606667 115.9644,22.5172 C115.417733,21.7737333 114.9886,20.8635333 114.677,19.7866 C114.3654,18.7096667 114.2096,17.4824 114.2096,16.1048 C114.2096,14.8365333 114.384533,13.6584667 114.7344,12.5706 C115.084267,11.4827333 115.579,10.5424667 116.2186,9.7498 C116.8582,8.95713333 117.626267,8.33666667 118.5228,7.8884 C119.419333,7.44013333 120.4088,7.216 121.4912,7.216 C122.365867,7.216 123.1066,7.34446667 123.7134,7.6014 C124.3202,7.85833333 124.8696,8.19453333 125.3616,8.61 L125.3616,0 L130.4456,0 L130.4456,24.5508 L127.2968,24.5508 Z M122.1472,20.91 C122.518933,20.91 122.855133,20.8744667 123.1558,20.8034 C123.456467,20.7323333 123.732533,20.6312 123.984,20.5 C124.235467,20.3688 124.473267,20.2048 124.6974,20.008 C124.921533,19.8112 125.142933,19.5816 125.3616,19.3192 L125.3616,12.1032 C124.968,11.6768 124.5498,11.3788667 124.107,11.2094 C123.6642,11.0399333 123.1968,10.9552 122.7048,10.9552 C122.234667,10.9552 121.8028,11.0481333 121.4092,11.234 C121.0156,11.4198667 120.673933,11.7178 120.3842,12.1278 C120.094467,12.5378 119.8676,13.0708 119.7036,13.7268 C119.5396,14.3828 119.4576,15.1754667 119.4576,16.1048 C119.4576,17.0013333 119.5232,17.7557333 119.6544,18.368 C119.7856,18.9802667 119.968733,19.475 120.2038,19.8522 C120.438867,20.2294 120.7204,20.5 121.0484,20.664 C121.3764,20.828 121.742667,20.91 122.1472,20.91 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M140.712,24.5508 L140.712,0 L145.796,0 L145.796,9.348 C146.430133,8.7248 147.149,8.2246 147.9526,7.8474 C148.7562,7.4702 149.6992,7.2816 150.7816,7.2816 C151.6672,7.2816 152.4872,7.47293333 153.2416,7.8556 C153.996,8.23826667 154.646533,8.7986 155.1932,9.5366 C155.739867,10.2746 156.169,11.1793333 156.4806,12.2508 C156.7922,13.3222667 156.948,14.5413333 156.948,15.908 C156.948,17.1872 156.770333,18.368 156.415,19.4504 C156.059667,20.5328 155.5622,21.4730667 154.9226,22.2712 C154.283,23.0693333 153.517667,23.6925333 152.6266,24.1408 C151.735533,24.5890667 150.7488,24.8132 149.6664,24.8132 C149.163467,24.8132 148.712467,24.764 148.3134,24.6656 C147.914333,24.5672 147.548067,24.4278 147.2146,24.2474 C146.881133,24.067 146.575,23.8510667 146.2962,23.5996 C146.0174,23.3481333 145.7468,23.0748 145.4844,22.7796 L145.304,23.6324 C145.227467,23.9822667 145.088067,24.2228 144.8858,24.354 C144.683533,24.4852 144.4184,24.5508 144.0904,24.5508 L140.712,24.5508 Z M149.0104,11.1028 C148.638667,11.1028 148.302467,11.1383333 148.0018,11.2094 C147.701133,11.2804667 147.422333,11.3816 147.1654,11.5128 C146.908467,11.644 146.670667,11.8107333 146.452,12.013 C146.233333,12.2152667 146.014667,12.4476 145.796,12.71 L145.796,19.926 C146.178667,20.3524 146.594133,20.6503333 147.0424,20.8198 C147.490667,20.9892667 147.9608,21.074 148.4528,21.074 C148.922933,21.074 149.3548,20.9810667 149.7484,20.7952 C150.142,20.6093333 150.483667,20.3114 150.7734,19.9014 C151.063133,19.4914 151.29,18.9584 151.454,18.3024 C151.618,17.6464 151.7,16.8482667 151.7,15.908 C151.7,15.0114667 151.6344,14.2570667 151.5032,13.6448 C151.372,13.0325333 151.188867,12.5378 150.9538,12.1606 C150.718733,11.7834 150.4372,11.5128 150.1092,11.3488 C149.7812,11.1848 149.414933,11.1028 149.0104,11.1028 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M166.0336,28.9624 C165.880533,29.3013333 165.694667,29.5500667 165.476,29.7086 C165.257333,29.8671333 164.907467,29.9464 164.4264,29.9464 L160.6216,29.9464 L163.9016,23.0584 L157.112,7.544 L161.6056,7.544 C161.9992,7.544 162.305333,7.63146667 162.524,7.8064 C162.742667,7.98133333 162.895733,8.18906667 162.9832,8.4296 L165.7712,15.7604 C166.0336,16.4382667 166.2468,17.1161333 166.4108,17.794 C166.520133,17.4441333 166.6404,17.0997333 166.7716,16.7608 C166.9028,16.4218667 167.028533,16.0774667 167.1488,15.7276 L169.6744,8.4296 C169.761867,8.17813333 169.934067,7.96766667 170.191,7.7982 C170.447933,7.62873333 170.724,7.544 171.0192,7.544 L175.1192,7.544 L166.0336,28.9624 Z",id:"Path",fillRule:"nonzero"})]})]})})})})]})})}export{o as PoweredByVerified};
1
+ "use strict";import{Box as d}from"@mui/material";import{jsx as C,jsxs as e}from"react/jsx-runtime";function o({variant:L="default",containerProps:l,...a}){const i={default:"#0DBC3D",green:"#0DBC3D",gray:"#A5A5A5",white:"#FFFFFF",black:"#000000",blackGreen:"#0DBC3D",whiteGreen:"#0DBC3D"},r={default:"#202020",green:"#202020",gray:"#A5A5A5",white:"#ffffff",black:"#202020",blackGreen:"#202020",whiteGreen:"#ffffff"},n=i[L]??i.default,t=r[L]??r.default;return C(d,{component:"a",href:"https://www.verified.inc",target:"_blank",rel:"noopener noreferrer",display:"inline-flex",...l,children:e(d,{component:"svg",width:"100%",maxWidth:"350px",viewBox:"0 0 351 41",...a,sx:{aspectRatio:351/41,textAlign:"center",mx:"auto",...a.sx},children:[C("title",{children:"Powered by Verified"}),C("g",{id:"Templates-(for-examples-in-Dashboard)",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:C("g",{id:"Campaign-Ad-Example-/-Times-Square-/-HOOLI-50555",transform:"translate(-134.845, -459.5)",children:C("g",{id:"Group",transform:"translate(135.1955, 87.5)",children:e("g",{id:"Powered-by-Verified-/-green",transform:"translate(0, 372.5)",children:[e("g",{id:"Clear-Check",transform:"translate(185.4544, 0)",fill:n,children:[C("g",{id:"Check-Mark",fillRule:"nonzero",children:C("path",{d:"M20,0 C22.8775489,0 25.3866552,1.57749004 26.7097048,3.91485589 C29.2771245,3.23312318 32.1283404,3.89911052 34.1421356,5.91290587 C36.1629782,7.93374843 36.8265631,10.7978829 36.1328902,13.3725495 C38.4440374,14.7027623 40,17.1971946 40,20.0550415 C40,22.9128883 38.4440374,25.4073207 36.1330477,26.7374037 C36.8265631,29.3122 36.1629782,32.1763345 34.1421356,34.197177 C32.1140865,36.2252261 29.2367206,36.88632 26.6549589,36.1804587 C25.3180937,38.465278 22.8382736,40 20,40 C17.1617264,40 14.6819063,38.465278 13.3451304,36.1804247 C10.7632793,36.88632 7.88591336,36.2252261 5.85786437,34.197177 C3.83702182,32.1763345 3.17343699,29.3122 3.8671099,26.7375334 C1.55596242,25.4073207 -1.79032262e-30,22.9128883 -1.79032262e-30,20.0550415 C-1.79032262e-30,17.1971946 1.55596242,14.7027623 3.86695248,13.3726792 C3.17343699,10.7978829 3.83702182,7.93374843 5.85786437,5.91290587 C7.87165972,3.89911052 10.7228755,3.23312318 13.2905618,3.9149438 C14.6133448,1.57749004 17.1224511,0 20,0 Z M27.3993167,12.7535335 L27.3443454,12.7538931 C26.6560834,12.7706021 26.0850423,13.0058668 25.631222,13.4596871 L17.5545304,21.5358835 L14.368778,18.3502582 C13.9036249,17.8851051 13.3336489,17.6509056 12.65885,17.6476597 C12.2232715,17.6290372 11.4939414,17.8149346 10.958009,18.3508669 C10.390521,18.9183549 10.2417143,19.6639941 10.2530948,20.0534148 C10.2682689,20.7362429 10.5034432,21.3052442 10.9586176,21.7604186 L15.8491888,26.6509898 C16.1674923,26.9692933 16.544582,27.1806052 16.9805851,27.2849639 C17.1769419,27.335022 17.3560911,27.3557677 17.497683,27.3570447 L17.559388,27.359708 C17.708803,27.3624082 17.8994683,27.3423152 18.10783,27.2902681 C18.5502885,27.1898974 18.9344251,26.9768047 19.26024,26.6509898 L29.0413824,16.8698475 C29.4930709,16.418159 29.7293104,15.8480926 29.7501004,15.1596483 C29.7576258,14.7432325 29.5881121,14.0064168 29.0423441,13.4606488 C28.5009521,12.9192568 27.7922343,12.7444553 27.3443454,12.7538931 L27.3993167,12.7535335 Z",id:"Combined-Shape"})}),e("g",{id:"Verified-(outlines,-replaced,-modified,-green)",transform:"translate(44.596, 7.5177)",fillRule:"nonzero",children:[C("path",{d:"M0,0.756879433 L4.47546099,0.756879433 C4.95810874,0.756879433 5.35300235,0.866572105 5.66014184,1.08595745 C5.96728133,1.30534279 6.18666667,1.59602837 6.31829787,1.95801418 L10.9582979,14.7920567 C11.166714,15.3514894 11.3778723,15.9602837 11.591773,16.6184397 C11.8056738,17.2765957 12.0058629,17.9676596 12.1923404,18.6916312 C12.3459102,17.9676596 12.5241608,17.2765957 12.7270922,16.6184397 C12.9300236,15.9602837 13.1302128,15.3514894 13.3276596,14.7920567 L17.9347518,1.95801418 C18.0444445,1.6508747 18.2583452,1.37390071 18.5764539,1.1270922 C18.8945626,0.880283688 19.2839716,0.756879433 19.7446809,0.756879433 L24.2530496,0.756879433 L14.6439716,24.7302128 L9.60907801,24.7302128 L0,0.756879433 Z",id:"Path"}),C("path",{d:"M31.3940426,7.40425532 C32.5238772,7.40425532 33.5577305,7.5797636 34.4956028,7.93078014 C35.4334752,8.28179668 36.2397163,8.7918676 36.9143262,9.46099291 C37.5889362,10.1301182 38.115461,10.9500709 38.4939007,11.9208511 C38.8723404,12.8916312 39.0615603,13.9913002 39.0615603,15.2198582 C39.0615603,15.6037825 39.0451064,15.9164066 39.0121986,16.1577305 C38.9792908,16.3990544 38.9189597,16.5910165 38.8312057,16.733617 C38.7434516,16.8762175 38.6255319,16.9749409 38.4774468,17.0297872 C38.3293617,17.0846336 38.1401418,17.1120567 37.9097872,17.1120567 L28.0703546,17.1120567 C28.2348936,18.5380615 28.6681796,19.5719149 29.3702128,20.213617 C30.072246,20.8553191 30.9772105,21.1761702 32.0851064,21.1761702 C32.6774468,21.1761702 33.1875177,21.10487 33.6153191,20.9622695 C34.0431206,20.819669 34.4243027,20.6606147 34.7588652,20.4851064 C35.0934278,20.3095981 35.4005674,20.1505437 35.6802837,20.0079433 C35.96,19.8653428 36.2534278,19.7940426 36.5605674,19.7940426 C36.9664304,19.7940426 37.2735696,19.9421277 37.4819858,20.2382979 L38.9628369,22.0646809 C38.4363121,22.6679906 37.8686525,23.1588652 37.2598582,23.537305 C36.6510638,23.9157447 36.0258156,24.2119149 35.3841135,24.4258156 C34.7424113,24.6397163 34.1007092,24.7878014 33.4590071,24.8700709 C32.817305,24.9523404 32.2057682,24.9934752 31.6243972,24.9934752 C30.428747,24.9934752 29.3071396,24.7987707 28.2595745,24.4093617 C27.2120094,24.0199527 26.2960757,23.4413239 25.511773,22.6734752 C24.7274704,21.9056265 24.1077069,20.9513002 23.6524823,19.8104965 C23.1972577,18.6696927 22.9696454,17.3424113 22.9696454,15.8286525 C22.9696454,14.6878487 23.1643499,13.6073759 23.5537589,12.587234 C23.9431679,11.5670922 24.5026005,10.6730969 25.2320567,9.90524823 C25.961513,9.13739952 26.844539,8.52860519 27.8811348,8.07886525 C28.9177305,7.6291253 30.0886999,7.40425532 31.3940426,7.40425532 Z M31.492766,10.9253901 C30.5165013,10.9253901 29.754137,11.2023641 29.2056738,11.7563121 C28.6572105,12.3102601 28.2952246,13.1082742 28.1197163,14.1503546 L34.4873759,14.1503546 C34.4873759,13.7444917 34.4352718,13.3495981 34.3310638,12.9656738 C34.2268559,12.5817494 34.0568321,12.2389598 33.8209929,11.937305 C33.5851538,11.6356501 33.2752718,11.3915839 32.8913475,11.2051064 C32.5074233,11.0186289 32.0412292,10.9253901 31.492766,10.9253901 Z",id:"Shape"}),C("path",{d:"M41.9903546,24.7302128 L41.9903546,7.66751773 L45.0178723,7.66751773 C45.2701654,7.66751773 45.481324,7.68945626 45.6513475,7.73333333 C45.8213711,7.77721041 45.9639716,7.84576831 46.0791489,7.93900709 C46.1943262,8.03224587 46.2820803,8.15565013 46.3424113,8.30921986 C46.4027424,8.46278959 46.4548462,8.64926715 46.4987234,8.86865248 L46.7784397,10.4646809 C47.4036879,9.49938533 48.1057211,8.73702128 48.884539,8.17758865 C49.6633569,7.61815603 50.5134752,7.33843972 51.4348936,7.33843972 C52.2137115,7.33843972 52.8389597,7.52491725 53.3106383,7.89787234 L52.6524823,11.6493617 C52.6086051,11.8797163 52.5208511,12.041513 52.3892199,12.1347518 C52.2575887,12.2279906 52.0820803,12.2746099 51.862695,12.2746099 C51.6762176,12.2746099 51.4568321,12.2499291 51.204539,12.2005674 C50.952246,12.1512057 50.634137,12.1265248 50.2502128,12.1265248 C48.9119623,12.1265248 47.8589126,12.8395272 47.0910638,14.2655319 L47.0910638,24.7302128 L41.9903546,24.7302128 Z",id:"Path"}),C("path",{d:"M60.8465248,7.66751773 L60.8465248,24.7302128 L55.7458156,24.7302128 L55.7458156,7.66751773 L60.8465248,7.66751773 Z M61.4388652,2.99460993 C61.4388652,3.40047282 61.3565957,3.78165484 61.1920567,4.13815603 C61.0275177,4.49465722 60.8026477,4.80728133 60.5174468,5.07602837 C60.232246,5.3447754 59.9004255,5.55867611 59.5219858,5.7177305 C59.1435461,5.87678488 58.7404255,5.95631206 58.3126241,5.95631206 C57.8957921,5.95631206 57.506383,5.87678488 57.1443972,5.7177305 C56.7824113,5.55867611 56.4615603,5.3447754 56.181844,5.07602837 C55.9021277,4.80728133 55.6827424,4.49465722 55.5236879,4.13815603 C55.3646335,3.78165484 55.2851064,3.40047282 55.2851064,2.99460993 C55.2851064,2.57777778 55.3646335,2.18836879 55.5236879,1.82638298 C55.6827424,1.46439716 55.9021277,1.14628842 56.181844,0.872056738 C56.4615603,0.597825058 56.7824113,0.383924349 57.1443972,0.23035461 C57.506383,0.0767848701 57.8957921,0 58.3126241,0 C58.7404255,0 59.1435461,0.0767848701 59.5219858,0.23035461 C59.9004255,0.383924349 60.232246,0.597825058 60.5174468,0.872056738 C60.8026477,1.14628842 61.0275177,1.46439716 61.1920567,1.82638298 C61.3565957,2.18836879 61.4388652,2.57777778 61.4388652,2.99460993 Z",id:"Shape"}),C("path",{d:"M93.737046,7.40425532 C94.8668806,7.40425532 95.9007339,7.5797636 96.8386062,7.93078014 C97.7764786,8.28179668 98.5827197,8.7918676 99.2573296,9.46099291 C99.9319396,10.1301182 100.458464,10.9500709 100.836904,11.9208511 C101.215344,12.8916312 101.404564,13.9913002 101.404564,15.2198582 C101.404564,15.6037825 101.38811,15.9164066 101.355202,16.1577305 C101.322294,16.3990544 101.261963,16.5910165 101.174209,16.733617 C101.086455,16.8762175 100.968535,16.9749409 100.82045,17.0297872 C100.672365,17.0846336 100.483145,17.1120567 100.252791,17.1120567 L90.413358,17.1120567 C90.577897,18.5380615 91.0111833,19.5719149 91.7132162,20.213617 C92.4152494,20.8553191 93.3202139,21.1761702 94.4281098,21.1761702 C95.0204502,21.1761702 95.5305211,21.10487 95.9583226,20.9622695 C96.386124,20.819669 96.7673061,20.6606147 97.1018687,20.4851064 C97.4364315,20.3095981 97.7435708,20.1505437 98.0232871,20.0079433 C98.3030034,19.8653428 98.5964315,19.7940426 98.9035708,19.7940426 C99.3094338,19.7940426 99.6165733,19.9421277 99.8249892,20.2382979 L101.30584,22.0646809 C100.779315,22.6679906 100.211656,23.1588652 99.6028616,23.537305 C98.9940672,23.9157447 98.368819,24.2119149 97.7271169,24.4258156 C97.0854148,24.6397163 96.4437126,24.7878014 95.8020105,24.8700709 C95.1603084,24.9523404 94.5487719,24.9934752 93.9674006,24.9934752 C92.7717506,24.9934752 91.650143,24.7987707 90.6025779,24.4093617 C89.555013,24.0199527 88.6390791,23.4413239 87.8547765,22.6734752 C87.070474,21.9056265 86.4507104,20.9513002 85.9954857,19.8104965 C85.5402613,18.6696927 85.3126488,17.3424113 85.3126488,15.8286525 C85.3126488,14.6878487 85.5073535,13.6073759 85.8967623,12.587234 C86.2861713,11.5670922 86.845604,10.6730969 87.5750601,9.90524823 C88.3045166,9.13739952 89.1875424,8.52860519 90.2241382,8.07886525 C91.2607339,7.6291253 92.4317033,7.40425532 93.737046,7.40425532 Z M93.8357694,10.9253901 C92.8595047,10.9253901 92.0971407,11.2023641 91.5486772,11.7563121 C91.0002139,12.3102601 90.6382281,13.1082742 90.4627197,14.1503546 L96.8303793,14.1503546 C96.8303793,13.7444917 96.7782755,13.3495981 96.6740672,12.9656738 C96.5698593,12.5817494 96.3998357,12.2389598 96.1639963,11.937305 C95.9281572,11.6356501 95.6182755,11.3915839 95.2343509,11.2051064 C94.8504267,11.0186289 94.3842329,10.9253901 93.8357694,10.9253901 Z",id:"Shape"}),C("path",{d:"M116.311798,24.7302128 C115.993689,24.7302128 115.727684,24.6589125 115.513784,24.5163121 C115.299883,24.3737116 115.149056,24.1598109 115.061301,23.8746099 L114.666408,22.5747518 C114.326361,22.9367376 113.969859,23.2658156 113.596904,23.5619858 C113.223949,23.858156 112.820829,24.1131915 112.387542,24.3270922 C111.954256,24.5409929 111.488063,24.7055319 110.988961,24.8207092 C110.489859,24.9358865 109.949623,24.9934752 109.368252,24.9934752 C108.479741,24.9934752 107.657046,24.7960284 106.900167,24.4011348 C106.143287,24.0062411 105.490616,23.4358392 104.942152,22.6899291 C104.393689,21.9440189 103.963145,21.0308274 103.650521,19.9503546 C103.337897,18.8698818 103.181585,17.6385816 103.181585,16.2564539 C103.181585,14.9840189 103.357093,13.8020804 103.70811,12.7106383 C104.059127,11.6191962 104.555486,10.6758392 105.197188,9.88056738 C105.83889,9.08529552 106.609481,8.46278959 107.508961,8.01304965 C108.408441,7.5633097 109.401159,7.33843972 110.487117,7.33843972 C111.364658,7.33843972 112.107826,7.4673286 112.71662,7.72510638 C113.325415,7.98288417 113.87662,8.32018913 114.370237,8.73702128 L114.370237,0.0987234043 L119.470947,0.0987234043 L119.470947,24.7302128 L116.311798,24.7302128 Z M111.145273,21.0774468 C111.518228,21.0774468 111.855533,21.0417967 112.157188,20.9704965 C112.458843,20.8991962 112.735817,20.7977305 112.98811,20.6660993 C113.240403,20.5344681 113.478985,20.3699291 113.703854,20.1724823 C113.928725,19.9750355 114.150852,19.7446809 114.370237,19.4814184 L114.370237,12.2417021 C113.975344,11.8139007 113.555769,11.5149882 113.111514,11.3449645 C112.667259,11.1749409 112.198323,11.0899291 111.704706,11.0899291 C111.233027,11.0899291 110.799741,11.1831679 110.404847,11.3696454 C110.009954,11.5561229 109.667164,11.8550355 109.376479,12.266383 C109.085793,12.6777305 108.858181,13.2124823 108.693642,13.8706383 C108.529103,14.5287943 108.446833,15.3240662 108.446833,16.2564539 C108.446833,17.1559338 108.512649,17.9128132 108.64428,18.5270922 C108.775911,19.1413711 108.959647,19.6377305 109.195486,20.0161702 C109.431325,20.3946099 109.713784,20.6660993 110.042862,20.8306383 C110.37194,20.9951773 110.73941,21.0774468 111.145273,21.0774468 Z",id:"Shape"}),C("path",{d:"M65.7168794,24.7302128 L65.7168794,11.1721986 L64.5980142,10.941844 C64.2140899,10.8540898 63.9042079,10.716974 63.6683688,10.5304965 C63.4325296,10.3440189 63.3146099,10.0697872 63.3146099,9.70780142 L63.3146099,7.70042553 L65.7168794,7.70042553 L65.7168794,6.72964539 C65.7168794,5.75338062 65.8731915,4.87035461 66.1858156,4.08056738 C66.4984397,3.29078014 66.9481796,2.61617021 67.5350355,2.05673759 C68.1218913,1.49730496 68.837636,1.06401891 69.6822695,0.756879433 C70.526903,0.449739952 71.486714,0.296170213 72.5617021,0.296170213 C72.9785342,0.296170213 73.3652009,0.320851064 73.7217021,0.370212766 C74.0782034,0.419574468 74.4484162,0.499101654 74.8323404,0.608794326 L74.733617,3.09333333 C74.7226477,3.26884162 74.6760284,3.4141844 74.5937589,3.5293617 C74.5114894,3.64453901 74.4100235,3.73777779 74.2893617,3.80907801 C74.1686999,3.88037824 74.0343262,3.93248227 73.8862411,3.96539007 C73.738156,3.99829787 73.5928133,4.01475177 73.4502128,4.01475177 C73.0004729,4.01475177 72.6000945,4.05862885 72.249078,4.14638298 C71.8980616,4.23413711 71.6046335,4.39044916 71.3687943,4.61531915 C71.1329552,4.84018913 70.9547044,5.13635935 70.8340426,5.50382979 C70.7133807,5.87130023 70.6530496,6.33475177 70.6530496,6.8941844 L70.6530496,7.70042553 L74.6678014,7.70042553 L74.6678014,11.1886525 L70.8175887,11.1886525 L70.8175887,24.7302128 L65.7168794,24.7302128 Z",id:"Path"}),C("path",{d:"M82.2475651,7.66751773 L82.2475651,24.7302128 L77.1468559,24.7302128 L77.1468559,7.66751773 L82.2475651,7.66751773 Z M82.8399055,2.99460993 C82.8399055,3.40047282 82.757636,3.78165484 82.593097,4.13815603 C82.428558,4.49465722 82.2036879,4.80728133 81.9184871,5.07602837 C81.633286,5.3447754 81.3014658,5.55867611 80.9230261,5.7177305 C80.5445864,5.87678488 80.1414658,5.95631206 79.7136644,5.95631206 C79.2968321,5.95631206 78.9074233,5.87678488 78.5454374,5.7177305 C78.1834516,5.55867611 77.8626006,5.3447754 77.5828843,5.07602837 C77.3031679,4.80728133 77.0837824,4.49465722 76.9247282,4.13815603 C76.7656738,3.78165484 76.6861467,3.40047282 76.6861467,2.99460993 C76.6861467,2.57777778 76.7656738,2.18836879 76.9247282,1.82638298 C77.0837824,1.46439716 77.3031679,1.14628842 77.5828843,0.872056738 C77.8626006,0.597825058 78.1834516,0.383924349 78.5454374,0.23035461 C78.9074233,0.0767848701 79.2968321,0 79.7136644,0 C80.1414658,0 80.5445864,0.0767848701 80.9230261,0.23035461 C81.3014658,0.383924349 81.633286,0.597825058 81.9184871,0.872056738 C82.2036879,1.14628842 82.428558,1.46439716 82.593097,1.82638298 C82.757636,2.18836879 82.8399055,2.57777778 82.8399055,2.99460993 Z",id:"Shape"})]})]}),e("g",{id:"Powered-by",transform:"translate(0, 7.9808)",fill:t,children:[C("path",{d:"M5.5432,16.564 L5.5432,24.5508 L0,24.5508 L0,0.656 L8.4296,0.656 C10.1133333,0.656 11.5592667,0.855533333 12.7674,1.2546 C13.9755333,1.65366667 14.9704667,2.20306667 15.7522,2.9028 C16.5339333,3.60253333 17.1106667,4.428 17.4824,5.3792 C17.8541333,6.3304 18.04,7.35813333 18.04,8.4624 C18.04,9.65413333 17.8486667,10.7474667 17.466,11.7424 C17.0833333,12.7373333 16.4984,13.5901333 15.7112,14.3008 C14.924,15.0114667 13.9263333,15.5663333 12.7182,15.9654 C11.5100667,16.3644667 10.0805333,16.564 8.4296,16.564 L5.5432,16.564 Z M5.5432,12.382 L8.4296,12.382 C9.8728,12.382 10.9114667,12.0376 11.5456,11.3488 C12.1797333,10.66 12.4968,9.69786667 12.4968,8.4624 C12.4968,7.91573333 12.4148,7.41826667 12.2508,6.97 C12.0868,6.52173333 11.8380667,6.13633333 11.5046,5.8138 C11.1711333,5.49126667 10.7502,5.24253333 10.2418,5.0676 C9.7334,4.89266667 9.12933333,4.8052 8.4296,4.8052 L5.5432,4.8052 L5.5432,12.382 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M28.0112,7.2816 C29.3013333,7.2816 30.4766667,7.48386667 31.5372,7.8884 C32.5977333,8.29293333 33.5079333,8.8724 34.2678,9.6268 C35.0276667,10.3812 35.6180667,11.2968667 36.039,12.3738 C36.4599333,13.4507333 36.6704,14.6616 36.6704,16.0064 C36.6704,17.3621333 36.4599333,18.5839333 36.039,19.6718 C35.6180667,20.7596667 35.0276667,21.6835333 34.2678,22.4434 C33.5079333,23.2032667 32.5977333,23.7882 31.5372,24.1982 C30.4766667,24.6082 29.3013333,24.8132 28.0112,24.8132 C26.7101333,24.8132 25.5266,24.6082 24.4606,24.1982 C23.3946,23.7882 22.4762,23.2032667 21.7054,22.4434 C20.9346,21.6835333 20.3387333,20.7596667 19.9178,19.6718 C19.4968667,18.5839333 19.2864,17.3621333 19.2864,16.0064 C19.2864,14.6616 19.4968667,13.4507333 19.9178,12.3738 C20.3387333,11.2968667 20.9346,10.3812 21.7054,9.6268 C22.4762,8.8724 23.3946,8.29293333 24.4606,7.8884 C25.5266,7.48386667 26.7101333,7.2816 28.0112,7.2816 Z M28.0112,21.0412 C29.1810667,21.0412 30.0420667,20.6284667 30.5942,19.803 C31.1463333,18.9775333 31.4224,17.7229333 31.4224,16.0392 C31.4224,14.3554667 31.1463333,13.1036 30.5942,12.2836 C30.0420667,11.4636 29.1810667,11.0536 28.0112,11.0536 C26.8085333,11.0536 25.9284,11.4636 25.3708,12.2836 C24.8132,13.1036 24.5344,14.3554667 24.5344,16.0392 C24.5344,17.7229333 24.8132,18.9775333 25.3708,19.803 C25.9284,20.6284667 26.8085333,21.0412 28.0112,21.0412 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M37.4904,7.544 L41.5576,7.544 C41.9184,7.544 42.23,7.626 42.4924,7.79 C42.7548,7.954 42.9133333,8.1672 42.968,8.4296 L44.6736,16.0556 C44.8048,16.6350667 44.9250667,17.1981333 45.0344,17.7448 C45.1437333,18.2914667 45.2421333,18.8326667 45.3296,19.3684 C45.4826667,18.8326667 45.6439333,18.2942 45.8134,17.753 C45.9828667,17.2118 46.1496,16.646 46.3136,16.0556 L48.4456,8.4132 C48.5112,8.16173333 48.6697333,7.95126667 48.9212,7.7818 C49.1726667,7.61233333 49.4624,7.5276 49.7904,7.5276 L52.0536,7.5276 C52.4144,7.5276 52.7232667,7.61233333 52.9802,7.7818 C53.2371333,7.95126667 53.3984,8.16173333 53.464,8.4132 L55.4976,16.0556 C55.6506667,16.6350667 55.8064667,17.1981333 55.965,17.7448 C56.1235333,18.2914667 56.2738667,18.8436 56.416,19.4012 C56.5034667,18.8545333 56.6100667,18.3106 56.7358,17.7694 C56.8615333,17.2282 56.9954667,16.6569333 57.1376,16.0556 L58.9416,8.4296 C58.9962667,8.1672 59.1520667,7.954 59.409,7.79 C59.6659333,7.626 59.9584,7.544 60.2864,7.544 L64.1568,7.544 L58.876,24.5508 L54.7432,24.5508 C54.5245333,24.5508 54.3386667,24.4852 54.1856,24.354 C54.0325333,24.2228 53.9122667,24.0041333 53.8248,23.698 L51.3976,15.2192 C51.2882667,14.8365333 51.1844,14.4593333 51.086,14.0876 C50.9876,13.7158667 50.9001333,13.3441333 50.8236,12.9724 C50.7470667,13.3550667 50.6623333,13.735 50.5694,14.1122 C50.4764667,14.4894 50.3698667,14.8693333 50.2496,15.252 L47.7896,23.698 C47.6256,24.2665333 47.2648,24.5508 46.7072,24.5508 L42.7712,24.5508 L37.4904,7.544 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M73.4064,7.2816 C74.5325333,7.2816 75.563,7.45653333 76.4978,7.8064 C77.4326,8.15626667 78.2362,8.66466667 78.9086,9.3316 C79.581,9.99853333 80.1058,10.8158 80.483,11.7834 C80.8602,12.751 81.0488,13.8470667 81.0488,15.0716 C81.0488,15.4542667 81.0324,15.7658667 80.9996,16.0064 C80.9668,16.2469333 80.9066667,16.4382667 80.8192,16.5804 C80.7317333,16.7225333 80.6142,16.8209333 80.4666,16.8756 C80.319,16.9302667 80.1304,16.9576 79.9008,16.9576 L70.0936,16.9576 C70.2576,18.3789333 70.6894667,19.4094 71.3892,20.049 C72.0889333,20.6886 72.9909333,21.0084 74.0952,21.0084 C74.6856,21.0084 75.194,20.9373333 75.6204,20.7952 C76.0468,20.6530667 76.4267333,20.4945333 76.7602,20.3196 C77.0936667,20.1446667 77.3998,19.9861333 77.6786,19.844 C77.9574,19.7018667 78.2498667,19.6308 78.556,19.6308 C78.9605333,19.6308 79.2666667,19.7784 79.4744,20.0736 L80.9504,21.894 C80.4256,22.4953333 79.8598,22.9846 79.253,23.3618 C78.6462,23.739 78.023,24.0342 77.3834,24.2474 C76.7438,24.4606 76.1042,24.6082 75.4646,24.6902 C74.825,24.7722 74.2154667,24.8132 73.636,24.8132 C72.4442667,24.8132 71.3263333,24.6191333 70.2822,24.231 C69.2380667,23.8428667 68.3251333,23.2661333 67.5434,22.5008 C66.7616667,21.7354667 66.1439333,20.7842667 65.6902,19.6472 C65.2364667,18.5101333 65.0096,17.1872 65.0096,15.6784 C65.0096,14.5413333 65.2036667,13.4644 65.5918,12.4476 C65.9799333,11.4308 66.5375333,10.5397333 67.2646,9.7744 C67.9916667,9.00906667 68.8718,8.40226667 69.905,7.954 C70.9382,7.50573333 72.1053333,7.2816 73.4064,7.2816 Z M73.5048,10.7912 C72.5317333,10.7912 71.7718667,11.0672667 71.2252,11.6194 C70.6785333,12.1715333 70.3177333,12.9669333 70.1428,14.0056 L76.4896,14.0056 C76.4896,13.6010667 76.4376667,13.2074667 76.3338,12.8248 C76.2299333,12.4421333 76.0604667,12.1004667 75.8254,11.7998 C75.5903333,11.4991333 75.2814667,11.2558667 74.8988,11.07 C74.5161333,10.8841333 74.0514667,10.7912 73.5048,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M83.968,24.5508 L83.968,7.544 L86.9856,7.544 C87.2370667,7.544 87.4475333,7.56586667 87.617,7.6096 C87.7864667,7.65333333 87.9286,7.72166667 88.0434,7.8146 C88.1582,7.90753333 88.2456667,8.03053333 88.3058,8.1836 C88.3659333,8.33666667 88.4178667,8.52253333 88.4616,8.7412 L88.7404,10.332 C89.3636,9.36986667 90.0633333,8.61 90.8396,8.0524 C91.6158667,7.4948 92.4632,7.216 93.3816,7.216 C94.1578667,7.216 94.7810667,7.40186667 95.2512,7.7736 L94.5952,11.5128 C94.5514667,11.7424 94.464,11.9036667 94.3328,11.9966 C94.2016,12.0895333 94.0266667,12.136 93.808,12.136 C93.6221333,12.136 93.4034667,12.1114 93.152,12.0622 C92.9005333,12.013 92.5834667,11.9884 92.2008,11.9884 C90.8669333,11.9884 89.8173333,12.6990667 89.052,14.1204 L89.052,24.5508 L83.968,24.5508 Z",id:"Path",fillRule:"nonzero"}),C("path",{d:"M104.796,7.2816 C105.922133,7.2816 106.9526,7.45653333 107.8874,7.8064 C108.8222,8.15626667 109.6258,8.66466667 110.2982,9.3316 C110.9706,9.99853333 111.4954,10.8158 111.8726,11.7834 C112.2498,12.751 112.4384,13.8470667 112.4384,15.0716 C112.4384,15.4542667 112.422,15.7658667 112.3892,16.0064 C112.3564,16.2469333 112.296267,16.4382667 112.2088,16.5804 C112.121333,16.7225333 112.0038,16.8209333 111.8562,16.8756 C111.7086,16.9302667 111.52,16.9576 111.2904,16.9576 L101.4832,16.9576 C101.6472,18.3789333 102.079067,19.4094 102.7788,20.049 C103.478533,20.6886 104.380533,21.0084 105.4848,21.0084 C106.0752,21.0084 106.5836,20.9373333 107.01,20.7952 C107.4364,20.6530667 107.816333,20.4945333 108.1498,20.3196 C108.483267,20.1446667 108.7894,19.9861333 109.0682,19.844 C109.347,19.7018667 109.639467,19.6308 109.9456,19.6308 C110.350133,19.6308 110.656267,19.7784 110.864,20.0736 L112.34,21.894 C111.8152,22.4953333 111.2494,22.9846 110.6426,23.3618 C110.0358,23.739 109.4126,24.0342 108.773,24.2474 C108.1334,24.4606 107.4938,24.6082 106.8542,24.6902 C106.2146,24.7722 105.605067,24.8132 105.0256,24.8132 C103.833867,24.8132 102.715933,24.6191333 101.6718,24.231 C100.627667,23.8428667 99.7147333,23.2661333 98.933,22.5008 C98.1512667,21.7354667 97.5335333,20.7842667 97.0798,19.6472 C96.6260667,18.5101333 96.3992,17.1872 96.3992,15.6784 C96.3992,14.5413333 96.5932667,13.4644 96.9814,12.4476 C97.3695333,11.4308 97.9271333,10.5397333 98.6542,9.7744 C99.3812667,9.00906667 100.2614,8.40226667 101.2946,7.954 C102.3278,7.50573333 103.494933,7.2816 104.796,7.2816 Z M104.8944,10.7912 C103.921333,10.7912 103.161467,11.0672667 102.6148,11.6194 C102.068133,12.1715333 101.707333,12.9669333 101.5324,14.0056 L107.8792,14.0056 C107.8792,13.6010667 107.827267,13.2074667 107.7234,12.8248 C107.619533,12.4421333 107.450067,12.1004667 107.215,11.7998 C106.979933,11.4991333 106.671067,11.2558667 106.2884,11.07 C105.905733,10.8841333 105.441067,10.7912 104.8944,10.7912 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M127.2968,24.5508 C126.979733,24.5508 126.7146,24.4797333 126.5014,24.3376 C126.2882,24.1954667 126.137867,23.9822667 126.0504,23.698 L125.6568,22.4024 C125.317867,22.7632 124.962533,23.0912 124.5908,23.3864 C124.219067,23.6816 123.817267,23.9358 123.3854,24.149 C122.953533,24.3622 122.488867,24.5262 121.9914,24.641 C121.493933,24.7558 120.955467,24.8132 120.376,24.8132 C119.4904,24.8132 118.6704,24.6164 117.916,24.2228 C117.1616,23.8292 116.511067,23.2606667 115.9644,22.5172 C115.417733,21.7737333 114.9886,20.8635333 114.677,19.7866 C114.3654,18.7096667 114.2096,17.4824 114.2096,16.1048 C114.2096,14.8365333 114.384533,13.6584667 114.7344,12.5706 C115.084267,11.4827333 115.579,10.5424667 116.2186,9.7498 C116.8582,8.95713333 117.626267,8.33666667 118.5228,7.8884 C119.419333,7.44013333 120.4088,7.216 121.4912,7.216 C122.365867,7.216 123.1066,7.34446667 123.7134,7.6014 C124.3202,7.85833333 124.8696,8.19453333 125.3616,8.61 L125.3616,0 L130.4456,0 L130.4456,24.5508 L127.2968,24.5508 Z M122.1472,20.91 C122.518933,20.91 122.855133,20.8744667 123.1558,20.8034 C123.456467,20.7323333 123.732533,20.6312 123.984,20.5 C124.235467,20.3688 124.473267,20.2048 124.6974,20.008 C124.921533,19.8112 125.142933,19.5816 125.3616,19.3192 L125.3616,12.1032 C124.968,11.6768 124.5498,11.3788667 124.107,11.2094 C123.6642,11.0399333 123.1968,10.9552 122.7048,10.9552 C122.234667,10.9552 121.8028,11.0481333 121.4092,11.234 C121.0156,11.4198667 120.673933,11.7178 120.3842,12.1278 C120.094467,12.5378 119.8676,13.0708 119.7036,13.7268 C119.5396,14.3828 119.4576,15.1754667 119.4576,16.1048 C119.4576,17.0013333 119.5232,17.7557333 119.6544,18.368 C119.7856,18.9802667 119.968733,19.475 120.2038,19.8522 C120.438867,20.2294 120.7204,20.5 121.0484,20.664 C121.3764,20.828 121.742667,20.91 122.1472,20.91 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M140.712,24.5508 L140.712,0 L145.796,0 L145.796,9.348 C146.430133,8.7248 147.149,8.2246 147.9526,7.8474 C148.7562,7.4702 149.6992,7.2816 150.7816,7.2816 C151.6672,7.2816 152.4872,7.47293333 153.2416,7.8556 C153.996,8.23826667 154.646533,8.7986 155.1932,9.5366 C155.739867,10.2746 156.169,11.1793333 156.4806,12.2508 C156.7922,13.3222667 156.948,14.5413333 156.948,15.908 C156.948,17.1872 156.770333,18.368 156.415,19.4504 C156.059667,20.5328 155.5622,21.4730667 154.9226,22.2712 C154.283,23.0693333 153.517667,23.6925333 152.6266,24.1408 C151.735533,24.5890667 150.7488,24.8132 149.6664,24.8132 C149.163467,24.8132 148.712467,24.764 148.3134,24.6656 C147.914333,24.5672 147.548067,24.4278 147.2146,24.2474 C146.881133,24.067 146.575,23.8510667 146.2962,23.5996 C146.0174,23.3481333 145.7468,23.0748 145.4844,22.7796 L145.304,23.6324 C145.227467,23.9822667 145.088067,24.2228 144.8858,24.354 C144.683533,24.4852 144.4184,24.5508 144.0904,24.5508 L140.712,24.5508 Z M149.0104,11.1028 C148.638667,11.1028 148.302467,11.1383333 148.0018,11.2094 C147.701133,11.2804667 147.422333,11.3816 147.1654,11.5128 C146.908467,11.644 146.670667,11.8107333 146.452,12.013 C146.233333,12.2152667 146.014667,12.4476 145.796,12.71 L145.796,19.926 C146.178667,20.3524 146.594133,20.6503333 147.0424,20.8198 C147.490667,20.9892667 147.9608,21.074 148.4528,21.074 C148.922933,21.074 149.3548,20.9810667 149.7484,20.7952 C150.142,20.6093333 150.483667,20.3114 150.7734,19.9014 C151.063133,19.4914 151.29,18.9584 151.454,18.3024 C151.618,17.6464 151.7,16.8482667 151.7,15.908 C151.7,15.0114667 151.6344,14.2570667 151.5032,13.6448 C151.372,13.0325333 151.188867,12.5378 150.9538,12.1606 C150.718733,11.7834 150.4372,11.5128 150.1092,11.3488 C149.7812,11.1848 149.414933,11.1028 149.0104,11.1028 Z",id:"Shape",fillRule:"nonzero"}),C("path",{d:"M166.0336,28.9624 C165.880533,29.3013333 165.694667,29.5500667 165.476,29.7086 C165.257333,29.8671333 164.907467,29.9464 164.4264,29.9464 L160.6216,29.9464 L163.9016,23.0584 L157.112,7.544 L161.6056,7.544 C161.9992,7.544 162.305333,7.63146667 162.524,7.8064 C162.742667,7.98133333 162.895733,8.18906667 162.9832,8.4296 L165.7712,15.7604 C166.0336,16.4382667 166.2468,17.1161333 166.4108,17.794 C166.520133,17.4441333 166.6404,17.0997333 166.7716,16.7608 C166.9028,16.4218667 167.028533,16.0774667 167.1488,15.7276 L169.6744,8.4296 C169.761867,8.17813333 169.934067,7.96766667 170.191,7.7982 C170.447933,7.62873333 170.724,7.544 171.0192,7.544 L175.1192,7.544 L166.0336,28.9624 Z",id:"Path",fillRule:"nonzero"})]})]})})})})]})})}export{o as PoweredByVerified};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verifiedinc-public/shared-ui-elements",
3
- "version": "9.1.4",
3
+ "version": "9.2.0",
4
4
  "description": "A set of UI components, utilities that is shareable with the core apps.",
5
5
  "private": false,
6
6
  "sideEffects": false,