Skip to content

Commit 2452c37

Browse files
committed
chore: add generate:all to precommit
1 parent baa72c4 commit 2452c37

46 files changed

Lines changed: 294 additions & 52 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/document-api/reference/_generated-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,5 +379,5 @@
379379
}
380380
],
381381
"marker": "{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}",
382-
"sourceHash": "bb1d289faca74f0b4a6a4906d9a11cf9946278b7ff1643815f9cc9c7f3580180"
382+
"sourceHash": "b347a10d2f82fe516ca8eacd8770c036dabb5b9faf176f7373dd8328aaa4ef98"
383383
}

apps/docs/document-api/reference/format/apply.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.apply
33
sidebarTitle: format.apply
4-
description: "Apply explicit inline style changes (bold, italic, underline, strike) to the target range using directive semantics ('on', 'off', 'clear')."
4+
description: Apply inline run-property patch changes to the target range with explicit set/clear semantics.
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,7 +10,7 @@ description: "Apply explicit inline style changes (bold, italic, underline, stri
1010
1111
## Summary
1212

13-
Apply explicit inline style changes (bold, italic, underline, strike) to the target range using directive semantics ('on', 'off', 'clear').
13+
Apply inline run-property patch changes to the target range with explicit set/clear semantics.
1414

1515
- Operation ID: `format.apply`
1616
- API member path: `editor.doc.format.apply(...)`

apps/docs/document-api/reference/format/b-cs.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.bCs
33
sidebarTitle: format.bCs
4-
description: Reference for format.bCs
4+
description: "Set or clear the `bCs` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.bCs
1010
1111
## Summary
1212

13+
Set or clear the `bCs` inline run property on the target text range.
14+
1315
- Operation ID: `format.bCs`
1416
- API member path: `editor.doc.format.bCs(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.bCs
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/bold.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.bold
33
sidebarTitle: format.bold
4-
description: Reference for format.bold
4+
description: "Set or clear the `bold` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.bold
1010
1111
## Summary
1212

13+
Set or clear the `bold` inline run property on the target text range.
14+
1315
- Operation ID: `format.bold`
1416
- API member path: `editor.doc.format.bold(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.bold
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/border.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.border
33
sidebarTitle: format.border
4-
description: Reference for format.border
4+
description: "Set or clear the `border` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.border
1010
1111
## Summary
1212

13+
Set or clear the `border` inline run property on the target text range.
14+
1315
- Operation ID: `format.border`
1416
- API member path: `editor.doc.format.border(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.border
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/caps.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.caps
33
sidebarTitle: format.caps
4-
description: Reference for format.caps
4+
description: "Set or clear the `caps` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.caps
1010
1111
## Summary
1212

13+
Set or clear the `caps` inline run property on the target text range.
14+
1315
- Operation ID: `format.caps`
1416
- API member path: `editor.doc.format.caps(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.caps
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/char-scale.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.charScale
33
sidebarTitle: format.charScale
4-
description: Reference for format.charScale
4+
description: "Set or clear the `charScale` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.charScale
1010
1111
## Summary
1212

13+
Set or clear the `charScale` inline run property on the target text range.
14+
1315
- Operation ID: `format.charScale`
1416
- API member path: `editor.doc.format.charScale(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.charScale
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/color.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.color
33
sidebarTitle: format.color
4-
description: Set or unset the text color on the target text range. Pass null to remove.
4+
description: "Set or clear the `color` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,7 +10,7 @@ description: Set or unset the text color on the target text range. Pass null to
1010
1111
## Summary
1212

13-
Set or unset the text color on the target text range. Pass null to remove.
13+
Set or clear the `color` inline run property on the target text range.
1414

1515
- Operation ID: `format.color`
1616
- API member path: `editor.doc.format.color(...)`
@@ -22,7 +22,7 @@ Set or unset the text color on the target text range. Pass null to remove.
2222

2323
## Expected result
2424

25-
Returns a TextMutationReceipt; receipt reports NO_OP if the target already has the requested color.
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
2626

2727
## Input fields
2828

apps/docs/document-api/reference/format/contextual-alternates.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.contextualAlternates
33
sidebarTitle: format.contextualAlternates
4-
description: Reference for format.contextualAlternates
4+
description: "Set or clear the `contextualAlternates` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.contextualAlternates
1010
1111
## Summary
1212

13+
Set or clear the `contextualAlternates` inline run property on the target text range.
14+
1315
- Operation ID: `format.contextualAlternates`
1416
- API member path: `editor.doc.format.contextualAlternates(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.contextualAlternates
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

apps/docs/document-api/reference/format/cs.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: format.cs
33
sidebarTitle: format.cs
4-
description: Reference for format.cs
4+
description: "Set or clear the `cs` inline run property on the target text range."
55
---
66

77
{/* GENERATED FILE: DO NOT EDIT. Regenerate via `pnpm run docapi:sync`. */}
@@ -10,6 +10,8 @@ description: Reference for format.cs
1010
1111
## Summary
1212

13+
Set or clear the `cs` inline run property on the target text range.
14+
1315
- Operation ID: `format.cs`
1416
- API member path: `editor.doc.format.cs(...)`
1517
- Mutates document: `yes`
@@ -18,6 +20,10 @@ description: Reference for format.cs
1820
- Supports dry run: `yes`
1921
- Deterministic target resolution: `yes`
2022

23+
## Expected result
24+
25+
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.
26+
2127
## Input fields
2228

2329
| Field | Type | Required | Description |

0 commit comments

Comments
 (0)