@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 CHANGED
@@ -30,7 +30,7 @@ Then use in templates:
30
30
 
31
31
  ## Documentation
32
32
 
33
- See the [full documentation](https://pikacss.com/official-plugins/typography).
33
+ See the [full documentation](https://pikacss.github.io/official-plugins/typography).
34
34
 
35
35
  ## License
36
36
 
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.52",
7
+ "version": "0.0.55",
8
8
  "author": "DevilTea <ch19980814@gmail.com>",
9
9
  "license": "MIT",
10
- "homepage": "https://pikacss.com",
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.52"
42
+ "@pikacss/core": "0.0.55"
43
43
  },
44
44
  "devDependencies": {
45
- "@pikacss/core": "0.0.52"
45
+ "@pikacss/core": "0.0.55"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsdown",