@blocknote/mantine 0.14.2 → 0.14.3
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/dist/blocknote-mantine.js +1 -1
- package/dist/blocknote-mantine.js.map +1 -1
- package/dist/blocknote-mantine.umd.cjs +9 -9
- package/dist/blocknote-mantine.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +4 -4
- package/src/index.tsx +1 -1
- package/src/style.css +23 -20
|
@@ -2,7 +2,7 @@ import D, { forwardRef as R, createContext as zr, useState as Wr, useRef as ce,
|
|
|
2
2
|
import { assertEmpty as j, isSafari as fe, mergeCSSClasses as Yr } from "@blocknote/core";
|
|
3
3
|
import { elementOverflow as Ur, useBlockNoteContext as Kr, ComponentsContext as Gr, BlockNoteViewRaw as Hr } from "@blocknote/react";
|
|
4
4
|
import { TextInput as Je, Menu as O, CheckIcon as qe, Group as N, Tabs as X, LoadingOverlay as Jr, Button as U, FileInput as qr, Popover as Xr, PopoverTarget as Zr, PopoverDropdown as Qr, ActionIcon as Xe, Stack as be, Text as Z, Badge as et, Loader as rt, Tooltip as tt, MantineProvider as nt } from "@mantine/core";
|
|
5
|
-
import ot from "use-prefers-color-scheme";
|
|
5
|
+
import { usePrefersColorScheme as ot } from "use-prefers-color-scheme";
|
|
6
6
|
import { mergeRefs as ge, useFocusWithin as at, useFocusTrap as it } from "@mantine/hooks";
|
|
7
7
|
var ve = { exports: {} }, V = {};
|
|
8
8
|
/**
|