@portabletext/plugin-typography 3.0.5 → 3.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portabletext/plugin-typography",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "Automatically transform text to typographic variants",
5
5
  "keywords": [
6
6
  "portabletext",
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "react-compiler-runtime": "1.0.0",
38
- "@portabletext/plugin-input-rule": "~0.6.0"
38
+ "@portabletext/plugin-input-rule": "~0.6.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@sanity/pkg-utils": "^9.0.3",
@@ -51,12 +51,12 @@
51
51
  "typescript": "5.9.3",
52
52
  "typescript-eslint": "^8.46.1",
53
53
  "vitest": "^4.0.6",
54
- "@portabletext/editor": "^2.21.0",
54
+ "@portabletext/editor": "^2.21.2",
55
55
  "@portabletext/schema": "^2.0.0",
56
56
  "racejar": "2.0.0"
57
57
  },
58
58
  "peerDependencies": {
59
- "@portabletext/editor": "^2.21.0",
59
+ "@portabletext/editor": "^2.21.2",
60
60
  "react": "^18.3 || ^19"
61
61
  },
62
62
  "engines": {
@@ -1,9 +1,5 @@
1
1
  Feature: Disallow in code
2
2
 
3
- Background:
4
- Given the editor is focused
5
- And a global keymap
6
-
7
3
  Scenario Outline: Decorated text
8
4
  Given the text <text>
9
5
  And "code" around <decorated>
@@ -1,8 +1,7 @@
1
1
  Feature: Ellipsis Input Rule
2
2
 
3
3
  Background:
4
- Given the editor is focused
5
- And a global keymap
4
+ Given a global keymap
6
5
 
7
6
  Scenario Outline: Inserting ellipsis in unformatted text
8
7
  Given the text <text>
@@ -1,8 +1,7 @@
1
1
  Feature: Em Dash Input Rule
2
2
 
3
3
  Background:
4
- Given the editor is focused
5
- And a global keymap
4
+ Given a global keymap
6
5
 
7
6
  Scenario Outline: Inserting em dash in unformatted text
8
7
  Given the text <text>
@@ -1,9 +1,5 @@
1
1
  Feature: Multiplication Input Rule
2
2
 
3
- Background:
4
- Given the editor is focused
5
- And a global keymap
6
-
7
3
  Scenario Outline: Inserting multiplication sign
8
4
  Given the text <text>
9
5
  When <inserted text> is inserted
@@ -1,8 +1,7 @@
1
1
  Feature: Smart Quotes Input Rule
2
2
 
3
3
  Background:
4
- Given the editor is focused
5
- And a global keymap
4
+ Given a global keymap
6
5
 
7
6
  Scenario Outline: Typing turns double quotes into smart quotes
8
7
  Given the text <text>