@yltrcc/vditor 0.0.3 → 0.0.4

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.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vditor v0.0.3 - A markdown editor written in TypeScript.
2
+ * Vditor v0.0.4 - A markdown editor written in TypeScript.
3
3
  *
4
4
  * MIT License
5
5
  *
@@ -25,7 +25,7 @@
25
25
  *
26
26
  */
27
27
  /*!
28
- * Vditor v0.0.3 - A markdown editor written in TypeScript.
28
+ * Vditor v0.0.4 - A markdown editor written in TypeScript.
29
29
  *
30
30
  * MIT License
31
31
  *
@@ -362,14 +362,7 @@
362
362
  z-index: 1;
363
363
  }
364
364
  .vditor-toolbar--hide {
365
- transition: all 0.15s ease-in-out;
366
- height: 5px;
367
- overflow: hidden;
368
- }
369
- .vditor-toolbar--hide:hover {
370
- background-color: var(--toolbar-background-color);
371
- height: auto;
372
- overflow: visible;
365
+ display: none;
373
366
  }
374
367
  .vditor-toolbar__item {
375
368
  float: left;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Vditor v0.0.3 - A markdown editor written in TypeScript.
2
+ * Vditor v0.0.4 - A markdown editor written in TypeScript.
3
3
  *
4
4
  * MIT License
5
5
  *
@@ -1240,7 +1240,7 @@ var looseJsonParse = function (text) {
1240
1240
  /* harmony export */ Y: () => (/* binding */ Constants),
1241
1241
  /* harmony export */ g: () => (/* binding */ _VDITOR_VERSION)
1242
1242
  /* harmony export */ });
1243
- var _VDITOR_VERSION = "0.0.3";
1243
+ var _VDITOR_VERSION = "0.0.4";
1244
1244
 
1245
1245
  var Constants = /** @class */ (function () {
1246
1246
  function Constants() {
@@ -1288,7 +1288,7 @@ var Constants = /** @class */ (function () {
1288
1288
  // 别名
1289
1289
  "js", "ts", "html", "toml", "c#", "bat"
1290
1290
  ];
1291
- Constants.CDN = "https://unpkg.com/@yltrcc/vditor@".concat("0.0.3");
1291
+ Constants.CDN = "https://unpkg.com/@yltrcc/vditor@".concat("0.0.4");
1292
1292
  Constants.MARKDOWN_OPTIONS = {
1293
1293
  autoSpace: false,
1294
1294
  gfmAutoLink: true,