monorepotime 1.1.18 → 1.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.
package/public/index.html CHANGED
@@ -2,27 +2,25 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/logo.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/logohtml.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Monorepo Time</title>
7
+ <title>MonorepoTime</title>
8
8
 
9
- <!-- Open Graph / Facebook -->
10
- <meta property="og:type" content="website" />
11
- <meta property="og:url" content="https://monorepo-time.vercel.app/" />
9
+ <!-- <meta property="og:type" content="website" />
10
+ <meta property="og:url" content="https://monorepotime.vercel.app/" />
12
11
  <meta property="og:title" content="Monorepo Time - The Ultimate Monorepo Tool" />
13
12
  <meta property="og:description" content="Manage your monorepo projects efficiently with Monorepo Time. The all-in-one tool for developers." />
14
13
  <meta property="og:image" content="/og-image.png" />
15
-
16
- <!-- Twitter -->
17
14
  <meta property="twitter:card" content="summary_large_image" />
18
- <meta property="twitter:url" content="https://monorepo-time.vercel.app/" />
15
+ <meta property="twitter:url" content="https://monorepotime.vercel.app/" />
19
16
  <meta property="twitter:title" content="Monorepo Time - The Ultimate Monorepo Tool" />
20
17
  <meta property="twitter:description" content="Manage your monorepo projects efficiently with Monorepo Time. The all-in-one tool for developers." />
21
- <meta property="twitter:image" content="/og-image.png" />
22
-
23
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
24
- <script type="module" crossorigin src="/assets/index-BLMIZzXp.js"></script>
25
- <link rel="stylesheet" crossorigin href="/assets/index-BQZjOvwC.css">
18
+ <meta property="twitter:image" content="/og-image.png" /> -->
19
+ <link rel="preconnect" href="https://fonts.googleapis.com">
20
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
21
+ <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet">
22
+ <script type="module" crossorigin src="/assets/index-DiZldPHh.js"></script>
23
+ <link rel="stylesheet" crossorigin href="/assets/index-Bw_zxotH.css">
26
24
  </head>
27
25
  <body class="bg-gray-900 text-gray-100 font-sans overflow-hidden">
28
26
  <div id="root"></div>
package/public/logo.svg CHANGED
@@ -1,23 +1,11 @@
1
1
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
2
- <defs>
3
- <linearGradient id="mainGradient" x1="20" y1="20" x2="180" y2="180" gradientUnits="userSpaceOnUse">
4
- <stop offset="0%" stop-color="#60A5FA" /> <!-- blue-400 -->
5
- <stop offset="100%" stop-color="#C084FC" /> <!-- purple-400 -->
6
- </linearGradient>
7
- <filter id="glow" x="-20%" y="-20%" width="140%" height="140%">
8
- <feGaussianBlur stdDeviation="5" result="blur" />
9
- <feComposite in="SourceGraphic" in2="blur" operator="over" />
10
- </filter>
11
- </defs>
12
-
13
2
  <!-- Hexagon Background -->
14
3
  <path d="M100 20 L170 60 V140 L100 180 L30 140 V60 Z"
15
- fill="url(#mainGradient)"
4
+ fill="white"
16
5
  fill-opacity="0.15"
17
- stroke="url(#mainGradient)"
6
+ stroke="white"
18
7
  stroke-width="12"
19
- stroke-linejoin="round"
20
- filter="url(#glow)"/>
8
+ stroke-linejoin="round"/>
21
9
 
22
10
  <!-- Inner stylized clock/timer hands -->
23
11
  <!-- Hand 1 (Hour-ish) -->
@@ -29,6 +17,6 @@
29
17
  <circle cx="100" cy="100" r="12" fill="white" />
30
18
 
31
19
  <!-- Orbit/Speed Swoosh -->
32
- <path d="M160 100 A 60 60 0 0 1 40 100" stroke="url(#mainGradient)" stroke-width="6" stroke-linecap="round" stroke-dasharray="10 10" opacity="0.8" />
20
+ <path d="M160 100 A 60 60 0 0 1 40 100" stroke="white" stroke-width="6" stroke-linecap="round" stroke-dasharray="10 10" opacity="0.8" />
33
21
 
34
22
  </svg>
@@ -0,0 +1,32 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" fill="none">
2
+ <defs>
3
+ <linearGradient id="bgGradient" x1="0%" y1="0%" x2="100%" y2="100%">
4
+ <stop offset="0%" stop-color="#2563EB" /> <!-- blue-600 -->
5
+ <stop offset="100%" stop-color="#60A5FA" /> <!-- blue-400 -->
6
+ </linearGradient>
7
+ </defs>
8
+
9
+ <!-- Background Rounded Rect -->
10
+ <rect width="200" height="200" rx="40" fill="url(#bgGradient)" />
11
+
12
+ <!-- Hexagon Background -->
13
+ <path d="M100 20 L170 60 V140 L100 180 L30 140 V60 Z"
14
+ fill="white"
15
+ fill-opacity="0.15"
16
+ stroke="white"
17
+ stroke-width="12"
18
+ stroke-linejoin="round"/>
19
+
20
+ <!-- Inner stylized clock/timer hands -->
21
+ <!-- Hand 1 (Hour-ish) -->
22
+ <line x1="100" y1="100" x2="100" y2="55" stroke="white" stroke-width="10" stroke-linecap="round" />
23
+ <!-- Hand 2 (Minute-ish) -->
24
+ <line x1="100" y1="100" x2="140" y2="100" stroke="white" stroke-width="10" stroke-linecap="round" />
25
+
26
+ <!-- Center pivot -->
27
+ <circle cx="100" cy="100" r="12" fill="white" />
28
+
29
+ <!-- Orbit/Speed Swoosh -->
30
+ <path d="M160 100 A 60 60 0 0 1 40 100" stroke="white" stroke-width="6" stroke-linecap="round" stroke-dasharray="10 10" opacity="0.8" />
31
+
32
+ </svg>
Binary file