chore: pin LegacyHUB cursor theme artifact
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled

This commit is contained in:
Vadim Malanov
2026-06-21 13:25:36 +03:00
parent 9d73cf516f
commit 809d7244bf
4 changed files with 13 additions and 14 deletions

View File

@@ -90,12 +90,14 @@ frontend/src/
contract; Tailwind `cursor-pointer` and `cursor-not-allowed` utilities are
overridden in `src/styles/globals.css` to use `--teamhub-cursor-*`. The
dependency is currently declared as
`file:../../../Engines/engines/teamhub-cursor-theme` in `frontend/package.json`;
the current source package version is `0.1.0` from the Engines package
manifest; the audited Engines checkout during the 2026-06-21 consumer
remediation is `5beb82b30cd2e7baa52c61aa1d21e684428ca737`; the consumer is
not yet pinned to a release tag. Verification: `npm run build` passed on
2026-06-21.
`file:vendor/packages/teamhub-cursor-theme-0.1.0.tgz` in
`frontend/package.json`. Source tag: `teamhub-cursor-theme-v0.1.0`; tag SHA:
`d2d4678bcfcb165938a031b00522e166e1d9ce90`; tag target commit:
`0d9e9ba3abb14a8673e3477ca65d915c157b95d8`; tarball SHA256:
`43c8b8304dddb36a174b589f37fca96248595d8b28272f0c64b6f1fb49cdfb80`;
lockfile integrity:
`sha512-PW5m/QSplNK23eruRyj20IROx1EyRMVNxjaQb0Hb44j57cVzIN7UI50ABjz7JUgWwBTApi10xzKwvRlIjlwl6Q==`.
Verification: `npm run build` passed on 2026-06-21.
### Key flows

View File

@@ -21,7 +21,7 @@
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-query": "^5.51.0",
"@tanstack/react-virtual": "^3.10.6",
"@teamhub/cursor-theme": "file:../../../Engines/engines/teamhub-cursor-theme",
"@teamhub/cursor-theme": "file:vendor/packages/teamhub-cursor-theme-0.1.0.tgz",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
@@ -57,10 +57,6 @@
"vite": "^5.4.8"
}
},
"../../../Engines/engines/teamhub-cursor-theme": {
"name": "@teamhub/cursor-theme",
"version": "0.1.0"
},
"node_modules/@alloc/quick-lru": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
@@ -2594,8 +2590,9 @@
}
},
"node_modules/@teamhub/cursor-theme": {
"resolved": "../../../Engines/engines/teamhub-cursor-theme",
"link": true
"version": "0.1.0",
"resolved": "file:vendor/packages/teamhub-cursor-theme-0.1.0.tgz",
"integrity": "sha512-PW5m/QSplNK23eruRyj20IROx1EyRMVNxjaQb0Hb44j57cVzIN7UI50ABjz7JUgWwBTApi10xzKwvRlIjlwl6Q=="
},
"node_modules/@types/babel__core": {
"version": "7.20.5",

View File

@@ -11,7 +11,7 @@
"format": "prettier --write \"src/**/*.{ts,tsx,css}\""
},
"dependencies": {
"@teamhub/cursor-theme": "file:../../../Engines/engines/teamhub-cursor-theme",
"@teamhub/cursor-theme": "file:vendor/packages/teamhub-cursor-theme-0.1.0.tgz",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.2",

Binary file not shown.