Skip to content

Commit 39b563d

Browse files
committed
rev table metrics
1 parent 7902272 commit 39b563d

File tree

7 files changed

+12
-11
lines changed

7 files changed

+12
-11
lines changed

bun.lockb

-107 Bytes
Binary file not shown.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"test": "./node_modules/.bin/jest"
1313
},
1414
"devDependencies": {
15-
"@babel/preset-env": "^7.28.0",
15+
"@babel/preset-env": "^7.28.3",
1616
"@tailwindcss/container-queries": "^0.1.1",
1717
"@tailwindcss/typography": "^0.5.16",
1818
"@types/lodash": "^4.17.20",
19-
"@vue/babel-plugin-jsx": "^1.4.0",
19+
"@vue/babel-plugin-jsx": "^1.5.0",
2020
"@vue/babel-preset-jsx": "^1.4.0",
2121
"@vue/compiler-sfc": "^3.5.18",
2222
"@vue/test-utils": "^2.4.6",
@@ -41,16 +41,17 @@
4141
"@floating-ui/vue": "^1.1.8",
4242
"@headlessui/vue": "^1.7.23",
4343
"@heroicons/vue": "^2.2.0",
44-
"@inertiajs/vue3": "^2.0.17",
44+
"@inertiajs/vue3": "^2.1.2",
4545
"@popperjs/core": "^2.11.8",
4646
"@vue/compat": "^3.5.18",
4747
"@vueuse/core": "^10.11.1",
4848
"@vueuse/integrations": "^10.11.1",
4949
"autosize": "^4.0.4",
5050
"axios": "^1.11.0",
51+
"caniuse-lite": "^1.0.30001735",
5152
"chartist": "^1.4.0",
5253
"chartist-plugin-tooltips-updated": "^1.0.0",
53-
"codemirror": "^5.65.19",
54+
"codemirror": "^5.65.20",
5455
"colortranslator": "^1.10.2",
5556
"floating-vue": "^2.0.0",
5657
"focus-trap": "^7.6.5",

public/app.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=eaafcecbc6b35b40bfd851e7cf159d8b",
2+
"/app.js": "/app.js?id=943b73c509e146776288ce1f7625da3b",
33
"/ui.js": "/ui.js?id=b8df0ca1161b86cfb1aca2b3b642e584",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
5-
"/app.css": "/app.css?id=6bf1ed6c465b3593de019b3e9a3a58e5",
6-
"/vendor.js": "/vendor.js?id=6ae7fe3f69a61c1b9893625b83d40c36",
5+
"/app.css": "/app.css?id=49fb6c92081939d92acec9395897ff84",
6+
"/vendor.js": "/vendor.js?id=4f1ff368340288f70c860f4ebab1464b",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/Metrics/TableMetric.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div
1010
v-if="value.length > 0"
1111
class="overflow-hidden overflow-x-auto relative"
12-
:class="card.scrollable ? 'h-[320px] overflow-y-auto' : ''"
12+
:class="card.scrollable ? 'h-[330px] overflow-y-auto' : ''"
1313
>
1414
<table class="w-full table-default table-fixed">
1515
<tbody

0 commit comments

Comments
 (0)