@hyperbook/markdown 0.48.5 → 0.48.6
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.
|
@@ -934,16 +934,16 @@ var multievent = {
|
|
|
934
934
|
s.width = "1.2em";
|
|
935
935
|
}
|
|
936
936
|
if (IB == 2) {
|
|
937
|
-
s.width = "
|
|
937
|
+
s.width = "2.4em";
|
|
938
938
|
}
|
|
939
939
|
if (IB == 3) {
|
|
940
|
-
s.width = "
|
|
940
|
+
s.width = "3.6em";
|
|
941
941
|
}
|
|
942
942
|
if (IB == 4) {
|
|
943
|
-
s.width = "
|
|
943
|
+
s.width = "4.8em";
|
|
944
944
|
}
|
|
945
945
|
if (IB > 4) {
|
|
946
|
-
s.width = IB *
|
|
946
|
+
s.width = IB * 1.2 + "em";
|
|
947
947
|
}
|
|
948
948
|
}
|
|
949
949
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperbook/markdown",
|
|
3
|
-
"version": "0.48.
|
|
3
|
+
"version": "0.48.6",
|
|
4
4
|
"author": "Mike Barkmin",
|
|
5
5
|
"homepage": "https://github.com/openpatch/hyperbook#readme",
|
|
6
6
|
"license": "MIT",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"vitest": "^3.0.5",
|
|
94
94
|
"wavesurfer.js": "^7.11.1",
|
|
95
95
|
"@hyperbook/fs": "0.24.1",
|
|
96
|
-
"@hyperbook/
|
|
97
|
-
"@hyperbook/
|
|
96
|
+
"@hyperbook/types": "0.20.0",
|
|
97
|
+
"@hyperbook/web-component-excalidraw": "0.3.2"
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"version": "pnpm build",
|