@principal-ade/industry-themed-mdx-editor 0.1.14 → 0.1.15
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/index.mjs +1 -1
- package/package.json +12 -9
package/dist/index.mjs
CHANGED
|
@@ -658,7 +658,7 @@ var ThemedMDXEditor = forwardRef((props, ref) => {
|
|
|
658
658
|
containerClassName = "",
|
|
659
659
|
containerStyle = {},
|
|
660
660
|
showLoadingState = false,
|
|
661
|
-
documentPadding,
|
|
661
|
+
documentPadding = { top: "0.25in", right: "0.5in", bottom: "0.5in", left: "0.5in" },
|
|
662
662
|
autoFixMDX = true,
|
|
663
663
|
markdown: controlledMarkdown,
|
|
664
664
|
onChange: externalOnChange,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@principal-ade/industry-themed-mdx-editor",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.15",
|
|
4
4
|
"description": "Industry-themed MDX editor wrapper with integrated theming",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.mjs",
|
|
@@ -68,12 +68,13 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
71
72
|
"@eslint/js": "^9.32.0",
|
|
72
|
-
"@mdxeditor/editor": "^3.
|
|
73
|
-
"@storybook/addon-docs": "
|
|
74
|
-
"@storybook/addon-
|
|
75
|
-
"@storybook/addon-
|
|
76
|
-
"@storybook/react-
|
|
73
|
+
"@mdxeditor/editor": "^3.52.1",
|
|
74
|
+
"@storybook/addon-docs": "10.1.2",
|
|
75
|
+
"@storybook/addon-links": "10.1.2",
|
|
76
|
+
"@storybook/addon-onboarding": "10.1.2",
|
|
77
|
+
"@storybook/react-vite": "10.1.2",
|
|
77
78
|
"@types/bun": "latest",
|
|
78
79
|
"@types/mdast": "^4.0.4",
|
|
79
80
|
"@types/node": "^22.15.26",
|
|
@@ -81,22 +82,24 @@
|
|
|
81
82
|
"@types/react-dom": "^19.1.8",
|
|
82
83
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
83
84
|
"@typescript-eslint/parser": "^8.38.0",
|
|
85
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
84
86
|
"esbuild": "^0.25.8",
|
|
85
87
|
"eslint": "^9.32.0",
|
|
86
88
|
"eslint-config-prettier": "^10.1.8",
|
|
87
89
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
88
90
|
"eslint-plugin-import": "^2.32.0",
|
|
89
|
-
"eslint-plugin-storybook": "
|
|
91
|
+
"eslint-plugin-storybook": "10.1.2",
|
|
90
92
|
"mdast": "^3.0.0",
|
|
91
93
|
"prettier": "^3.6.2",
|
|
92
94
|
"react": "^19.1.1",
|
|
93
95
|
"react-dom": "^19.1.1",
|
|
94
96
|
"remark": "^15.0.1",
|
|
95
97
|
"remark-mdx": "^3.1.1",
|
|
96
|
-
"storybook": "
|
|
98
|
+
"storybook": "10.1.2",
|
|
97
99
|
"typescript": "^5.0.4",
|
|
98
100
|
"typescript-eslint": "^8.38.0",
|
|
99
|
-
"unist-util-visit": "^5.0.0"
|
|
101
|
+
"unist-util-visit": "^5.0.0",
|
|
102
|
+
"vite": "^6.0.7"
|
|
100
103
|
},
|
|
101
104
|
"files": [
|
|
102
105
|
"dist",
|