@umijs/plugin-docs 4.0.0-canary.20220720.1 → 4.0.0-canary.20220729.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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.1.3 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.1.6 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -355,13 +355,6 @@ input::-moz-placeholder, textarea::-moz-placeholder {
355
355
  /* 2 */
356
356
  }
357
357
 
358
- input:-ms-input-placeholder, textarea:-ms-input-placeholder {
359
- opacity: 1;
360
- /* 1 */
361
- color: #9ca3af;
362
- /* 2 */
363
- }
364
-
365
358
  input::placeholder,
366
359
  textarea::placeholder {
367
360
  opacity: 1;
package/dist/compiler.js CHANGED
@@ -19,7 +19,7 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
20
20
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
21
21
 
22
- // compiler.ts
22
+ // src/compiler.ts
23
23
  var compiler_exports = {};
24
24
  __export(compiler_exports, {
25
25
  compile: () => compile
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ var __copyProps = (to, from, except, desc) => {
36
36
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
37
37
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
38
38
 
39
- // index.ts
39
+ // src/index.ts
40
40
  var src_exports = {};
41
41
  __export(src_exports, {
42
42
  default: () => src_default
package/dist/loader.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // loader.ts
19
+ // src/loader.ts
20
20
  var loader_exports = {};
21
21
  __export(loader_exports, {
22
22
  default: () => loader_default
package/dist/markdown.js CHANGED
@@ -16,7 +16,7 @@ var __copyProps = (to, from, except, desc) => {
16
16
  };
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
 
19
- // markdown.ts
19
+ // src/markdown.ts
20
20
  var markdown_exports = {};
21
21
  __export(markdown_exports, {
22
22
  parseTitle: () => parseTitle
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umijs/plugin-docs",
3
- "version": "4.0.0-canary.20220720.1",
3
+ "version": "4.0.0-canary.20220729.2",
4
4
  "description": "@umijs/plugin-docs",
5
5
  "homepage": "https://github.com/umijs/umi/tree/master/packages/plugin-docs#readme",
6
6
  "bugs": "https://github.com/umijs/umi/issues",
@@ -17,11 +17,11 @@
17
17
  "compiled"
18
18
  ],
19
19
  "scripts": {
20
- "build": "pnpm father build",
20
+ "build": "umi-scripts father build",
21
21
  "build:css": "tailwindcss -i ./client/theme-doc/tailwind.css -o ./client/theme-doc/tailwind.out.css",
22
22
  "build:deps": "umi-scripts bundleDeps",
23
23
  "build:extra": "pnpm build:css",
24
- "dev": "pnpm father dev",
24
+ "dev": "umi-scripts father dev",
25
25
  "dev:css": "pnpm build:css --watch",
26
26
  "test": "umi-scripts jest-turbo"
27
27
  },
@@ -42,7 +42,7 @@
42
42
  "rehype-slug": "5.0.1",
43
43
  "remark-gfm": "^3.0.1",
44
44
  "tailwindcss": "^3.0.24",
45
- "umi": "4.0.0-canary.20220720.1"
45
+ "umi": "4.0.0-canary.20220729.2"
46
46
  },
47
47
  "publishConfig": {
48
48
  "access": "public"