@oh-my-pi/omp-stats 15.13.3 → 16.0.1

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,4 +1,4 @@
1
- /*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
@@ -190,10 +190,10 @@
190
190
  position: sticky;
191
191
  }
192
192
  .inset-0 {
193
- inset: calc(var(--spacing) * 0);
193
+ inset: 0;
194
194
  }
195
195
  .top-0 {
196
- top: calc(var(--spacing) * 0);
196
+ top: 0;
197
197
  }
198
198
  .z-10 {
199
199
  z-index: 10;
@@ -208,10 +208,10 @@
208
208
  margin-top: calc(var(--spacing) * 0.5);
209
209
  }
210
210
  .mt-1 {
211
- margin-top: calc(var(--spacing) * 1);
211
+ margin-top: var(--spacing);
212
212
  }
213
213
  .mb-1 {
214
- margin-bottom: calc(var(--spacing) * 1);
214
+ margin-bottom: var(--spacing);
215
215
  }
216
216
  .mb-2 {
217
217
  margin-bottom: calc(var(--spacing) * 2);
@@ -333,8 +333,8 @@
333
333
  .space-y-1 {
334
334
  :where(& > :not(:last-child)) {
335
335
  --tw-space-y-reverse: 0;
336
- margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
337
- margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
336
+ margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
337
+ margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
338
338
  }
339
339
  }
340
340
  .space-y-4 {
@@ -461,7 +461,7 @@
461
461
  padding: calc(var(--spacing) * 0.5);
462
462
  }
463
463
  .p-1 {
464
- padding: calc(var(--spacing) * 1);
464
+ padding: var(--spacing);
465
465
  }
466
466
  .p-2 {
467
467
  padding: calc(var(--spacing) * 2);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@oh-my-pi/omp-stats",
4
- "version": "15.13.3",
4
+ "version": "16.0.1",
5
5
  "description": "Local observability dashboard for pi AI usage statistics",
6
6
  "homepage": "https://omp.sh",
7
7
  "author": "Can Boluk",
@@ -37,9 +37,9 @@
37
37
  "fmt": "biome format --write ."
38
38
  },
39
39
  "dependencies": {
40
- "@oh-my-pi/pi-ai": "15.13.3",
41
- "@oh-my-pi/pi-catalog": "15.13.3",
42
- "@oh-my-pi/pi-utils": "15.13.3",
40
+ "@oh-my-pi/pi-ai": "16.0.1",
41
+ "@oh-my-pi/pi-catalog": "16.0.1",
42
+ "@oh-my-pi/pi-utils": "16.0.1",
43
43
  "@tailwindcss/node": "^4.3.0",
44
44
  "chart.js": "^4.5.1",
45
45
  "date-fns": "^4.4.0",