@pikacss/plugin-typography 0.0.52 → 0.0.55
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/README.md +1 -1
- package/dist/index.mjs +5 -4
- package/package.json +4 -4
package/README.md
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -138,10 +138,10 @@ const proseShortcutModules = [
|
|
|
138
138
|
marginTop: "0.75em",
|
|
139
139
|
marginBottom: "0.75em"
|
|
140
140
|
},
|
|
141
|
-
"$ > ul > li > :first-child": { marginTop: "1.25em" },
|
|
142
|
-
"$ > ul > li > :last-child": { marginBottom: "1.25em" },
|
|
143
|
-
"$ > ol > li > :first-child": { marginTop: "1.25em" },
|
|
144
|
-
"$ > ol > li > :last-child": { marginBottom: "1.25em" },
|
|
141
|
+
"$ > ul > li > p:first-child": { marginTop: "1.25em" },
|
|
142
|
+
"$ > ul > li > p:last-child": { marginBottom: "1.25em" },
|
|
143
|
+
"$ > ol > li > p:first-child": { marginTop: "1.25em" },
|
|
144
|
+
"$ > ol > li > p:last-child": { marginBottom: "1.25em" },
|
|
145
145
|
"$ ul ul, $ ul ol, $ ol ul, $ ol ol": {
|
|
146
146
|
marginTop: "0.75em",
|
|
147
147
|
marginBottom: "0.75em"
|
|
@@ -163,6 +163,7 @@ const proseShortcutModules = [
|
|
|
163
163
|
["prose-hr", {
|
|
164
164
|
"$ hr": {
|
|
165
165
|
borderColor: "var(--pk-prose-color-hr)",
|
|
166
|
+
borderTopStyle: "solid",
|
|
166
167
|
borderTopWidth: "1px",
|
|
167
168
|
marginTop: "3em",
|
|
168
169
|
marginBottom: "3em"
|
package/package.json
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.0.
|
|
7
|
+
"version": "0.0.55",
|
|
8
8
|
"author": "DevilTea <ch19980814@gmail.com>",
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"homepage": "https://pikacss.
|
|
10
|
+
"homepage": "https://pikacss.github.io",
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/pikacss/pikacss.git",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"node": ">=22"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@pikacss/core": "0.0.
|
|
42
|
+
"@pikacss/core": "0.0.55"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@pikacss/core": "0.0.
|
|
45
|
+
"@pikacss/core": "0.0.55"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsdown",
|