chore: fix package lock

This commit is contained in:
Torsten Dittmann
2024-07-12 12:41:22 +02:00
parent 24b8eb6524
commit 481443fac7
3 changed files with 2439 additions and 1121 deletions
+2432 -1114
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -58,11 +58,11 @@
// TODO: remove once pink is updated
.collapsible-item {
.collapsible-wrapper.is-disabled {
cursor: not-allowed;
&[open] .icon-cheveron-down {
rotate: unset;
}
cursor: not-allowed;
* {
cursor: not-allowed;
}
+5 -5
View File
@@ -121,11 +121,6 @@
--p-drop-bg-color: var(--color-neutral-105);
--p-drop-border-color: var(--color-neutral-85);
body.theme-light & {
--p-drop-bg-color: var(--color-neutral-0);
--p-drop-border-color: var(--color-neutral-10);
}
inset-inline-start: -0.625rem;
inset-block-end: calc(100% + 0.625rem);
background-color: hsl(var(--p-drop-bg-color));
@@ -138,6 +133,11 @@
margin-inline: auto;
line-height: 1.5;
body.theme-light & {
--p-drop-bg-color: var(--color-neutral-0);
--p-drop-border-color: var(--color-neutral-10);
}
.tippy-content {
padding: 1rem;
}