@blocknote/shadcn 0.39.1 → 0.41.0
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-shadcn.cjs +1 -1
- package/dist/blocknote-shadcn.cjs.map +1 -1
- package/dist/blocknote-shadcn.js +2 -2
- package/dist/blocknote-shadcn.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/webpack-stats.json +1 -1
- package/package.json +3 -3
- package/src/panel/Panel.tsx +1 -1
- package/src/panel/PanelTextInput.tsx +1 -1
package/dist/blocknote-shadcn.js
CHANGED
|
@@ -957,7 +957,7 @@ const nt = (e) => {
|
|
|
957
957
|
return /* @__PURE__ */ v(
|
|
958
958
|
l.Tabs.Tabs,
|
|
959
959
|
{
|
|
960
|
-
className: i(n, "bg-popover rounded-lg p-2"),
|
|
960
|
+
className: i(n, "bg-popover max-w-screen rounded-lg p-2"),
|
|
961
961
|
ref: t,
|
|
962
962
|
value: s,
|
|
963
963
|
defaultValue: r,
|
|
@@ -989,7 +989,7 @@ const nt = (e) => {
|
|
|
989
989
|
u.Input.Input,
|
|
990
990
|
{
|
|
991
991
|
"data-test": "embed-input",
|
|
992
|
-
className: i(n, "w-80"),
|
|
992
|
+
className: i(n, "w-80 max-w-full"),
|
|
993
993
|
ref: t,
|
|
994
994
|
value: a,
|
|
995
995
|
placeholder: r,
|