···41 <button
42 type="button"
43 className="flex items-center p-1 rounded-full hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-colors"
044 _="on click toggle .hidden on #avatar-dropdown
45 on click from document
46 if not me.contains(event.target) and not #avatar-dropdown.contains(event.target)
···41 <button
42 type="button"
43 className="flex items-center p-1 rounded-full hover:bg-zinc-100 dark:hover:bg-zinc-800 transition-colors"
44+ /* @ts-ignore - Hyperscript attribute */
45 _="on click toggle .hidden on #avatar-dropdown
46 on click from document
47 if not me.contains(event.target) and not #avatar-dropdown.contains(event.target)
···279280${
281 excludeSlicesClient
282- ? 'import { SlicesClient, type RecordResponse, type GetRecordsResponse, type CountRecordsResponse, type GetRecordParams, type WhereCondition, type IndexedRecordFields, type SortField, type BlobRef } from "@slices/client";'
283- : 'import { SlicesClient, type RecordResponse, type GetRecordsResponse, type CountRecordsResponse, type GetRecordParams, type WhereCondition, type IndexedRecordFields, type SortField, type GetActorsParams, type GetActorsResponse, type BlobRef, type SliceLevelRecordsParams, type SliceRecordsOutput } from "@slices/client";'
284}
285-import type { OAuthClient } from "@slices/oauth";
286287`;
288}
···279280${
281 excludeSlicesClient
282+ ? 'import { SlicesClient, type RecordResponse, type GetRecordsResponse, type CountRecordsResponse, type GetRecordParams, type WhereCondition, type IndexedRecordFields, type SortField, type BlobRef, type AuthProvider } from "@slices/client";\nimport type { OAuthClient } from "@slices/oauth";'
283+ : 'import { SlicesClient, type RecordResponse, type GetRecordsResponse, type CountRecordsResponse, type GetRecordParams, type WhereCondition, type IndexedRecordFields, type SortField, type GetActorsParams, type GetActorsResponse, type BlobRef, type SliceLevelRecordsParams, type SliceRecordsOutput, type AuthProvider } from "@slices/client";\nimport type { OAuthClient } from "@slices/oauth";'
284}
0285286`;
287}