@meowdown/core 0.74.0 → 0.74.1

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.
Files changed (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -1243,7 +1243,7 @@
1243
1243
  display: block;
1244
1244
  }
1245
1245
 
1246
- .ProseMirror .md-image-view-preview:has( > .md-embed-resizable:not([data-width])) {
1246
+ .ProseMirror .md-image-view-preview:has( > .md-embed-resizable:not([data-width])), .ProseMirror .md-image-view-preview:has( > meowdown-embed-youtube:not([style])) {
1247
1247
  width: 550px;
1248
1248
  }
1249
1249
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meowdown/core",
3
3
  "type": "module",
4
- "version": "0.74.0",
4
+ "version": "0.74.1",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",