ds-markdown 0.1.4 → 0.1.5

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 +0 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -206,7 +206,6 @@
206
206
  font-family: var(--ds-font-family-code);
207
207
  background-color: var(--ds-md-inline-code-color, #ececec);
208
208
  border-radius: 4px;
209
- padding: 0.15rem 0.3rem;
210
209
  }
211
210
  .ds-markdown code:before {
212
211
  margin-left: 4px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ds-markdown",
3
3
  "private": false,
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
7
7
  "module": "./dist/esm/index.js",