@difizen/libro-markdown-cell 0.3.0 → 0.3.2

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/es/index.less CHANGED
@@ -104,6 +104,10 @@
104
104
  font-size: 1em;
105
105
  }
106
106
 
107
+ pre:has(code) {
108
+ background-color: var(--mana-libro-input-background);
109
+ }
110
+
107
111
  pre code {
108
112
  color: var(--mana-libro-text-default-color);
109
113
  font-family: 12px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@difizen/libro-markdown-cell",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "libro",
@@ -39,10 +39,10 @@
39
39
  "@types/react": "^18.2.25"
40
40
  },
41
41
  "dependencies": {
42
- "@difizen/libro-core": "^0.3.0",
43
- "@difizen/libro-common": "^0.3.0",
44
- "@difizen/libro-code-editor": "^0.3.0",
45
- "@difizen/libro-markdown": "^0.3.0",
42
+ "@difizen/libro-core": "^0.3.2",
43
+ "@difizen/libro-common": "^0.3.2",
44
+ "@difizen/libro-code-editor": "^0.3.2",
45
+ "@difizen/libro-markdown": "^0.3.2",
46
46
  "@difizen/mana-app": "latest",
47
47
  "@types/markdown-it": "^12.2.3",
48
48
  "markdown-it": "^13.0.1",
package/src/index.less CHANGED
@@ -104,6 +104,10 @@
104
104
  font-size: 1em;
105
105
  }
106
106
 
107
+ pre:has(code) {
108
+ background-color: var(--mana-libro-input-background);
109
+ }
110
+
107
111
  pre code {
108
112
  color: var(--mana-libro-text-default-color);
109
113
  font-family: 12px;