@proj-airi/ui 0.8.1 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -71,7 +71,10 @@ function toDisplayValue(value: T): string {
|
|
|
71
71
|
:side-offset="4"
|
|
72
72
|
:avoid-collisions="true"
|
|
73
73
|
:class="[
|
|
74
|
-
|
|
74
|
+
// NOTICE: DrawerContent is z-[1000], here we choose `1010`
|
|
75
|
+
// Read more at: https://github.com/moeru-ai/airi/blob/0fddd043f2b213f441f3998c52dca1d24acb8405/packages/stage-ui/src/components/scenarios/dialogs/audio-input/hearing-config-dialog.vue#L62C8-L62C21
|
|
76
|
+
'z-[1010]',
|
|
77
|
+
'w-full min-w-[160px] overflow-hidden rounded-xl shadow-sm border will-change-[opacity,transform]',
|
|
75
78
|
'data-[side=top]:animate-slideDownAndFade data-[side=right]:animate-slideLeftAndFade data-[side=bottom]:animate-slideUpAndFade data-[side=left]:animate-slideRightAndFade',
|
|
76
79
|
'bg-white dark:bg-neutral-900',
|
|
77
80
|
'border-neutral-200 dark:border-neutral-800 border-solid border-2 focus:border-neutral-300 dark:focus:border-neutral-600',
|