tokentracker-cli 0.21.1 → 0.21.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dashboard/dist/assets/{Card-Dqh7NgC7.js → Card-BlTjrLNe.js} +1 -1
- package/dashboard/dist/assets/{DashboardPage-DvOSzWq2.js → DashboardPage-Dn3eiHhn.js} +1 -1
- package/dashboard/dist/assets/{FadeIn-Ba4HDg1-.js → FadeIn-BPRZGKdg.js} +1 -1
- package/dashboard/dist/assets/{HeaderGithubStar-jb65AnnV.js → HeaderGithubStar-DUExMcbl.js} +1 -1
- package/dashboard/dist/assets/{IpCheckPage-BopoeRF9.js → IpCheckPage-PLJuh2m5.js} +1 -1
- package/dashboard/dist/assets/{LandingPage-xBEC-7TO.js → LandingPage-B85OvE31.js} +1 -1
- package/dashboard/dist/assets/LeaderboardPage-dz85pWmv.js +5 -0
- package/dashboard/dist/assets/{LeaderboardProfilePage-BJ6rhisC.js → LeaderboardProfilePage-BVntzReT.js} +1 -1
- package/dashboard/dist/assets/{LimitsPage-BfN5T40h.js → LimitsPage-BSmYsOGT.js} +1 -1
- package/dashboard/dist/assets/{LoginPage-BPTGJynP.js → LoginPage-YxDKzTXr.js} +1 -1
- package/dashboard/dist/assets/{PopoverPopup-DhX9NeCF.js → PopoverPopup-C_Cq5Cd8.js} +1 -1
- package/dashboard/dist/assets/{ProviderIcon-CrjWjnUl.js → ProviderIcon-rOxGmW9Z.js} +1 -1
- package/dashboard/dist/assets/{SettingsPage-Bk7duO5H.js → SettingsPage-DzaUSufR.js} +1 -1
- package/dashboard/dist/assets/{SkillsPage-Csd3kUk8.js → SkillsPage-BoKJH6Il.js} +1 -1
- package/dashboard/dist/assets/{WidgetsPage-t4SzNlBi.js → WidgetsPage-CHnlcaHs.js} +1 -1
- package/dashboard/dist/assets/{chevron-down-D6dxVls1.js → chevron-down-CrDKy3YX.js} +1 -1
- package/dashboard/dist/assets/{download-qtsjFNo5.js → download-oH8QYt7L.js} +1 -1
- package/dashboard/dist/assets/{leaderboard-columns-BejzbNvX.js → leaderboard-columns-B3psEJVP.js} +1 -1
- package/dashboard/dist/assets/{main-Bvv7-8LC.js → main-DFkO2vMJ.js} +4 -2
- package/dashboard/dist/assets/main-DX38hz5f.css +1 -0
- package/dashboard/dist/assets/{use-limits-display-prefs-qSJ1Ys0_.js → use-limits-display-prefs-DyeDzQ-s.js} +1 -1
- package/dashboard/dist/assets/{use-native-settings-ClfTqea2.js → use-native-settings-CxdbRzEd.js} +1 -1
- package/dashboard/dist/assets/{use-reduced-motion-DOaOYeS3.js → use-reduced-motion-BPcu3IT5.js} +1 -1
- package/dashboard/dist/assets/{use-usage-limits-CeShSkoj.js → use-usage-limits-CmEZ5jjP.js} +1 -1
- package/dashboard/dist/index.html +2 -2
- package/dashboard/dist/share.html +2 -2
- package/package.json +1 -1
- package/src/lib/pricing/seed-snapshot.json +1 -1
- package/dashboard/dist/assets/LeaderboardPage-BChhkcv2.js +0 -5
- package/dashboard/dist/assets/main-CnN_a-Nl.css +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
import{D as o,E as d}from"./main-
|
|
1
|
+
import{D as o,E as d}from"./main-DFkO2vMJ.js";import{u as r}from"./use-reduced-motion-BPcu3IT5.js";function x({children:i,delay:t=0,duration:n=.35,y:e=12,className:s="",once:a=!0}){return r()?o.jsx("div",{className:s,children:i}):o.jsx(d.div,{initial:{opacity:0,y:e},animate:{opacity:1,y:0},transition:{duration:n,delay:t,ease:[.16,1,.3,1]},className:s,children:i})}function f({children:i,staggerDelay:t=.1,initialDelay:n=0,className:e=""}){return r()?o.jsx("div",{className:e,children:i}):o.jsx(d.div,{initial:"hidden",animate:"visible",variants:{hidden:{},visible:{transition:{staggerChildren:t,delayChildren:n}}},className:e,children:i})}function h({children:i,className:t="",y:n=12}){return r()?o.jsx("div",{className:t,children:i}):o.jsx(d.div,{variants:{hidden:{opacity:0,y:n},visible:{opacity:1,y:0,transition:{duration:.35,ease:[.16,1,.3,1]}}},className:t,children:i})}export{x as F,f as S,h as a};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as s,ah as c,D as t}from"./main-
|
|
1
|
+
import{r as s,ah as c,D as t}from"./main-DFkO2vMJ.js";function h({repo:r="mm7894215/TokenTracker"}){const[a,o]=s.useState(null);return s.useEffect(()=>{if(typeof window>"u")return;const n=typeof window.matchMedia=="function"&&window.matchMedia("(prefers-reduced-motion: reduce)").matches,i=typeof document<"u"&&(document.documentElement?.classList.contains("screenshot-capture")||document.body?.classList.contains("screenshot-capture"));c({prefersReducedMotion:n,screenshotCapture:i})&&fetch(`https://api.github.com/repos/${r}`).then(e=>e.json()).then(e=>{e&&typeof e.stargazers_count=="number"&&o(e.stargazers_count)}).catch(()=>{})},[r]),t.jsxs("a",{href:`https://github.com/${r}`,target:"_blank",rel:"noopener noreferrer",className:"inline-flex shrink-0 items-center gap-2 px-3 py-1.5 rounded-md border border-oai-gray-200 dark:border-oai-gray-700 bg-oai-gray-50 dark:bg-oai-gray-800 hover:bg-oai-gray-100 dark:hover:bg-oai-gray-700 transition-colors no-underline",children:[t.jsx("svg",{height:"16",viewBox:"0 0 16 16",width:"16",className:"shrink-0 fill-oai-gray-700 dark:fill-oai-gray-300",children:t.jsx("path",{d:"M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"})}),t.jsx("span",{className:"text-xs font-medium text-oai-gray-700 dark:text-oai-gray-300 whitespace-nowrap",children:"Star"}),a!==null&&t.jsx("span",{className:"text-xs font-semibold text-oai-gray-900 dark:text-oai-white tabular-nums whitespace-nowrap",children:a})]})}export{h as H};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{r as i,D as a}from"./main-
|
|
1
|
+
import{r as i,D as a}from"./main-DFkO2vMJ.js";function o(){const[s,d]=i.useState(!1);return a.jsxs("div",{className:"h-full relative dark:bg-[#050505]",children:[!s&&a.jsxs("div",{className:"absolute inset-0 p-6 space-y-5 animate-pulse",children:[a.jsx("div",{className:"flex gap-4 justify-center",children:Array.from({length:6}).map((e,r)=>a.jsx("div",{className:"h-4 w-20 rounded bg-oai-gray-200 dark:bg-oai-gray-800"},r))}),a.jsxs("div",{className:"space-y-2 pt-2",children:[a.jsx("div",{className:"h-7 w-72 rounded bg-oai-gray-200 dark:bg-oai-gray-800"}),a.jsx("div",{className:"h-4 w-96 rounded bg-oai-gray-200 dark:bg-oai-gray-800"})]}),a.jsx("div",{className:"grid grid-cols-3 gap-4",children:Array.from({length:3}).map((e,r)=>a.jsx("div",{className:"h-24 rounded-xl bg-oai-gray-200 dark:bg-oai-gray-800"},r))}),a.jsx("div",{className:"grid grid-cols-3 gap-4",children:Array.from({length:3}).map((e,r)=>a.jsx("div",{className:"h-40 rounded-xl bg-oai-gray-200 dark:bg-oai-gray-800"},r))}),a.jsx("div",{className:"grid grid-cols-3 gap-4",children:Array.from({length:3}).map((e,r)=>a.jsx("div",{className:"h-32 rounded-xl bg-oai-gray-200 dark:bg-oai-gray-800"},r))})]}),a.jsx("iframe",{src:"/proxy/ipcheck/claude/",title:"Cloud AI IP Check",className:`w-full h-full dark:invert dark:hue-rotate-180 transition-opacity duration-300 ${s?"opacity-100":"opacity-0"}`,style:{border:"none"},onLoad:()=>d(!0)})]})}export{o as default};
|