feat(frontend): replace non-working bootstrap tooltips with tippy.js
This commit is contained in:
parent
004111feb6
commit
b6d42fb15d
6 changed files with 51 additions and 12 deletions
20
Foxnouns.Frontend/pnpm-lock.yaml
generated
20
Foxnouns.Frontend/pnpm-lock.yaml
generated
|
@ -29,6 +29,12 @@ importers:
|
|||
sanitize-html:
|
||||
specifier: ^2.13.1
|
||||
version: 2.13.1
|
||||
svelte-tippy:
|
||||
specifier: ^1.3.2
|
||||
version: 1.3.2
|
||||
tippy.js:
|
||||
specifier: ^6.3.7
|
||||
version: 6.3.7
|
||||
tslog:
|
||||
specifier: ^4.9.3
|
||||
version: 4.9.3
|
||||
|
@ -1325,6 +1331,9 @@ packages:
|
|||
svelte:
|
||||
optional: true
|
||||
|
||||
svelte-tippy@1.3.2:
|
||||
resolution: {integrity: sha512-41f+85hwhKBRqX0UNYrgFsi34Kk/KDvUkIZXYANxkWoA2NTVTCZbUC2J8hRNZ4TRVxObTshoZRjK2co5+i6LMw==}
|
||||
|
||||
svelte@5.2.2:
|
||||
resolution: {integrity: sha512-eHIJRcvA6iuXdRGMESTmBtWTQCcCiol4gyH9DA60ybS35W1x27cvtbndNvWDqX72blyf+AYeQ4gzZ0XGg3L8sw==}
|
||||
engines: {node: '>=18'}
|
||||
|
@ -1337,6 +1346,9 @@ packages:
|
|||
tiny-glob@0.2.9:
|
||||
resolution: {integrity: sha512-g/55ssRPUjShh+xkfx9UPDXqhckHEsHr4Vd9zX55oSdGZc/MD0m3sferOkwWtp98bv+kcVfEHtRJgBVJzelrzg==}
|
||||
|
||||
tippy.js@6.3.7:
|
||||
resolution: {integrity: sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==}
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
|
||||
engines: {node: '>=8.0'}
|
||||
|
@ -2565,6 +2577,10 @@ snapshots:
|
|||
optionalDependencies:
|
||||
svelte: 5.2.2
|
||||
|
||||
svelte-tippy@1.3.2:
|
||||
dependencies:
|
||||
tippy.js: 6.3.7
|
||||
|
||||
svelte@5.2.2:
|
||||
dependencies:
|
||||
'@ampproject/remapping': 2.3.0
|
||||
|
@ -2592,6 +2608,10 @@ snapshots:
|
|||
globalyzer: 0.1.0
|
||||
globrex: 0.1.2
|
||||
|
||||
tippy.js@6.3.7:
|
||||
dependencies:
|
||||
'@popperjs/core': 2.11.8
|
||||
|
||||
to-regex-range@5.0.1:
|
||||
dependencies:
|
||||
is-number: 7.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue