diff --git a/core/static/core/style.scss b/core/static/core/style.scss index 4b2cb372..4ceb4bb4 100644 --- a/core/static/core/style.scss +++ b/core/static/core/style.scss @@ -45,35 +45,6 @@ body { } } -@mixin tooltip { - @include shadow; - z-index: 1; - pointer-events: none; - background-color: #333; - color: #fff; - border: 0.5px solid hsl(0, 0%, 50%); - border-radius: 5px; - padding: 5px 10px; - position: absolute; - white-space: nowrap; - opacity: 0; - transition: opacity 500ms ease-in; -} - -.tooltip { - @include tooltip; - position: absolute; - width: max-content; - - left: 0; - top: 0; -} - -.tooltip[tooltip-status=open] { - opacity: 1; - transition: opacity 500ms ease-in; -} - .ib { display: inline-block; padding: 1px; diff --git a/package-lock.json b/package-lock.json index cf96bab9..f7402efe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,14 +14,13 @@ "@arendjr/text-clipper": "npm:@jsr/arendjr__text-clipper@^3.0.0", "@floating-ui/dom": "^1.6.13", "@fortawesome/fontawesome-free": "^6.6.0", - "@fullcalendar/core": "^6.1.17", - "@fullcalendar/daygrid": "^6.1.17", - "@fullcalendar/icalendar": "^6.1.17", - "@fullcalendar/interaction": "^6.1.17", - "@fullcalendar/list": "^6.1.17", - "@fullcalendar/resource": "^6.1.17", - "@fullcalendar/resource-timeline": "^6.1.17", - "@hey-api/client-fetch": "^0.8.2", + "@fullcalendar/core": "^6.1.19", + "@fullcalendar/daygrid": "^6.1.19", + "@fullcalendar/icalendar": "^6.1.19", + "@fullcalendar/interaction": "^6.1.19", + "@fullcalendar/list": "^6.1.19", + "@fullcalendar/resource": "^6.1.19", + "@fullcalendar/resource-timeline": "^6.1.19", "@sentry/browser": "^9.29.0", "@zip.js/zip.js": "^2.7.52", "3d-force-graph": "^1.73.4", @@ -2284,12 +2283,12 @@ } }, "node_modules/@fullcalendar/interaction": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.17.tgz", - "integrity": "sha512-AudvQvgmJP2FU89wpSulUUjeWv24SuyCx8FzH2WIPVaYg+vDGGYarI7K6PcM3TH7B/CyaBjm5Rqw9lXgnwt5YA==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/interaction/-/interaction-6.1.19.tgz", + "integrity": "sha512-GOciy79xe8JMVp+1evAU3ytdwN/7tv35t5i1vFkifiuWcQMLC/JnLg/RA2s4sYmQwoYhTw/p4GLcP0gO5B3X5w==", "license": "MIT", "peerDependencies": { - "@fullcalendar/core": "~6.1.17" + "@fullcalendar/core": "~6.1.19" } }, "node_modules/@fullcalendar/list": { @@ -2302,74 +2301,64 @@ } }, "node_modules/@fullcalendar/premium-common": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/premium-common/-/premium-common-6.1.17.tgz", - "integrity": "sha512-zoN7fMwGMcP6Xu+2YudRAGfdwD2J+V+A/xAieXgYDSZT+5ekCsjZiwb2rmvthjt+HVnuZcqs6sGp7rnJ8Ie/mA==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/premium-common/-/premium-common-6.1.19.tgz", + "integrity": "sha512-bOWHm1u1dUy6M4fQ0hNK7qEI7SrVWrN1ovv/z4/FE/ybfM19ukz7SFs907Ur7KUBWLNKTQYXBtdrY/ginwWraw==", "license": "SEE LICENSE IN LICENSE.md", "peerDependencies": { - "@fullcalendar/core": "~6.1.17" + "@fullcalendar/core": "~6.1.19" } }, "node_modules/@fullcalendar/resource": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/resource/-/resource-6.1.17.tgz", - "integrity": "sha512-hWnbOWlroIN5Wt4NJmHAJh/F7ge2cV6S0PdGSmLFoZJZJA0hJX9GeYRzyz4MlUoj7f4dGzBlesy2RdC+t5FEMw==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/resource/-/resource-6.1.19.tgz", + "integrity": "sha512-br1ylX/aIOfd8m7Tzl2LpJBSI+N9Q6aS1qw7K9qnQjYXWQyHBlfLG6ZcPmmkjfaqTUJc8ARRbtNWj1ts5qOZgQ==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@fullcalendar/premium-common": "~6.1.17" + "@fullcalendar/premium-common": "~6.1.19" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.17" + "@fullcalendar/core": "~6.1.19" } }, "node_modules/@fullcalendar/resource-timeline": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/resource-timeline/-/resource-timeline-6.1.17.tgz", - "integrity": "sha512-QMrtc1mLs4c6DtlBNmWICef8Lr4CmzE47uWS/rcJBd9K2kBzvusTp7AQQ1qn3RX5UnjNHqT8pkKO/wE4yspJQw==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/resource-timeline/-/resource-timeline-6.1.19.tgz", + "integrity": "sha512-oC3aVR++dLqJNeBwmLHq9sDgRDFfIG0qSteV7bgBekvNlqEMqXx8wPjUxnELrq8rrhMmK4iV3wO7AB/48IVgyg==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@fullcalendar/premium-common": "~6.1.17", - "@fullcalendar/scrollgrid": "~6.1.17", - "@fullcalendar/timeline": "~6.1.17" + "@fullcalendar/premium-common": "~6.1.19", + "@fullcalendar/scrollgrid": "~6.1.19", + "@fullcalendar/timeline": "~6.1.19" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.17", - "@fullcalendar/resource": "~6.1.17" + "@fullcalendar/core": "~6.1.19", + "@fullcalendar/resource": "~6.1.19" } }, "node_modules/@fullcalendar/scrollgrid": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/scrollgrid/-/scrollgrid-6.1.17.tgz", - "integrity": "sha512-lzphEKwxWMS4xQVEuimzZjKFLijlSn49ExvzkYZls0VLDwOa3BYHcRlDJBjQ0LP6kauz9aatg3MfRIde/LAazA==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/scrollgrid/-/scrollgrid-6.1.19.tgz", + "integrity": "sha512-S1pbiYHvmV0ep6z5sWXJQfgW4Y/jrS5iLIAqSagDFPK0jr327nBxl7Ryi3Zb5UdMIP0/O4GXs8jwZabQPd8SOg==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@fullcalendar/premium-common": "~6.1.17" + "@fullcalendar/premium-common": "~6.1.19" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.17" + "@fullcalendar/core": "~6.1.19" } }, "node_modules/@fullcalendar/timeline": { - "version": "6.1.17", - "resolved": "https://registry.npmjs.org/@fullcalendar/timeline/-/timeline-6.1.17.tgz", - "integrity": "sha512-UhL2OOph/S0cEKs3lzbXjS2gTxmQwaNug2XFjdljvO/ERj10v7OBXj/zvJrPyhjvWR/CSgjNgBaUpngkCu4JtQ==", + "version": "6.1.19", + "resolved": "https://registry.npmjs.org/@fullcalendar/timeline/-/timeline-6.1.19.tgz", + "integrity": "sha512-d2P961mnUTXtJeWNmIq1neoDmZcrPUaK7nGFoc+jQAlnmG3aNSVWQmD1ia694AMqLWtcWkwipW9MuaJgx2QvrA==", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@fullcalendar/premium-common": "~6.1.17", - "@fullcalendar/scrollgrid": "~6.1.17" + "@fullcalendar/premium-common": "~6.1.19", + "@fullcalendar/scrollgrid": "~6.1.19" }, "peerDependencies": { - "@fullcalendar/core": "~6.1.17" - } - }, - "node_modules/@hey-api/client-fetch": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/@hey-api/client-fetch/-/client-fetch-0.8.4.tgz", - "integrity": "sha512-SWtUjVEFIUdiJGR2NiuF0njsSrSdTe7WHWkp3BLH3DEl2bRhiflOnBo29NSDdrY90hjtTQiTQkBxUgGOF29Xzg==", - "deprecated": "Starting with v0.73.0, this package is bundled directly inside @hey-api/openapi-ts.", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/hey-api" + "@fullcalendar/core": "~6.1.19" } }, "node_modules/@hey-api/json-schema-ref-parser": { diff --git a/package.json b/package.json index fe7fb304..cf4c91cd 100644 --- a/package.json +++ b/package.json @@ -45,14 +45,13 @@ "@arendjr/text-clipper": "npm:@jsr/arendjr__text-clipper@^3.0.0", "@floating-ui/dom": "^1.6.13", "@fortawesome/fontawesome-free": "^6.6.0", - "@fullcalendar/core": "^6.1.17", - "@fullcalendar/daygrid": "^6.1.17", - "@fullcalendar/icalendar": "^6.1.17", - "@fullcalendar/interaction": "^6.1.17", - "@fullcalendar/list": "^6.1.17", - "@fullcalendar/resource": "^6.1.17", - "@fullcalendar/resource-timeline": "^6.1.17", - "@hey-api/client-fetch": "^0.8.2", + "@fullcalendar/core": "^6.1.19", + "@fullcalendar/daygrid": "^6.1.19", + "@fullcalendar/icalendar": "^6.1.19", + "@fullcalendar/interaction": "^6.1.19", + "@fullcalendar/list": "^6.1.19", + "@fullcalendar/resource": "^6.1.19", + "@fullcalendar/resource-timeline": "^6.1.19", "@sentry/browser": "^9.29.0", "@zip.js/zip.js": "^2.7.52", "3d-force-graph": "^1.73.4",