@umijs/plugin-docs 4.0.42 → 4.0.43
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.
|
|
2
|
+
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
31
31
|
3. Use a more readable tab size.
|
|
32
32
|
4. Use the user's configured `sans` font-family by default.
|
|
33
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
33
34
|
*/
|
|
34
35
|
|
|
35
36
|
html {
|
|
@@ -44,6 +45,8 @@ html {
|
|
|
44
45
|
/* 3 */
|
|
45
46
|
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
46
47
|
/* 4 */
|
|
48
|
+
font-feature-settings: normal;
|
|
49
|
+
/* 5 */
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
/*
|
|
@@ -410,6 +413,12 @@ video {
|
|
|
410
413
|
height: auto;
|
|
411
414
|
}
|
|
412
415
|
|
|
416
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
417
|
+
|
|
418
|
+
[hidden] {
|
|
419
|
+
display: none;
|
|
420
|
+
}
|
|
421
|
+
|
|
413
422
|
*, ::before, ::after {
|
|
414
423
|
--tw-border-spacing-x: 0;
|
|
415
424
|
--tw-border-spacing-y: 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umijs/plugin-docs",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.43",
|
|
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",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"@mdx-js/mdx": "2.1.1",
|
|
39
39
|
"@types/github-slugger": "^1.3.0",
|
|
40
40
|
"@types/keymaster": "^1.6.30",
|
|
41
|
-
"@types/react-helmet": "^6.1.
|
|
41
|
+
"@types/react-helmet": "^6.1.6",
|
|
42
42
|
"rehype-autolink-headings": "^6.1.1",
|
|
43
43
|
"rehype-slug": "5.0.1",
|
|
44
44
|
"remark-gfm": "^3.0.1",
|
|
45
|
-
"tailwindcss": "^3.
|
|
46
|
-
"umi": "4.0.
|
|
45
|
+
"tailwindcss": "^3.2.4",
|
|
46
|
+
"umi": "4.0.43"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|
|
49
49
|
"access": "public"
|