@wordpress/format-library 5.3.0 → 5.4.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.4.0 (2024-07-24)
6
+
5
7
  ## 5.3.0 (2024-07-10)
6
8
 
7
9
  ## 5.2.0 (2024-06-26)
@@ -120,6 +120,7 @@
120
120
 
121
121
  .block-editor-format-toolbar__link-container-content {
122
122
  display: flex;
123
+ align-items: center;
123
124
  }
124
125
 
125
126
  .block-editor-format-toolbar__link-container-value {
@@ -120,6 +120,7 @@
120
120
 
121
121
  .block-editor-format-toolbar__link-container-content {
122
122
  display: flex;
123
+ align-items: center;
123
124
  }
124
125
 
125
126
  .block-editor-format-toolbar__link-container-value {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/format-library",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "Format library for the WordPress editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,18 +27,18 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/a11y": "^4.3.0",
31
- "@wordpress/block-editor": "^13.3.0",
32
- "@wordpress/components": "^28.3.0",
33
- "@wordpress/compose": "^7.3.0",
34
- "@wordpress/data": "^10.3.0",
35
- "@wordpress/element": "^6.3.0",
36
- "@wordpress/html-entities": "^4.3.0",
37
- "@wordpress/i18n": "^5.3.0",
38
- "@wordpress/icons": "^10.3.0",
39
- "@wordpress/private-apis": "^1.3.0",
40
- "@wordpress/rich-text": "^7.3.0",
41
- "@wordpress/url": "^4.3.0"
30
+ "@wordpress/a11y": "^4.4.0",
31
+ "@wordpress/block-editor": "^13.4.0",
32
+ "@wordpress/components": "^28.4.0",
33
+ "@wordpress/compose": "^7.4.0",
34
+ "@wordpress/data": "^10.4.0",
35
+ "@wordpress/element": "^6.4.0",
36
+ "@wordpress/html-entities": "^4.4.0",
37
+ "@wordpress/i18n": "^5.4.0",
38
+ "@wordpress/icons": "^10.4.0",
39
+ "@wordpress/private-apis": "^1.4.0",
40
+ "@wordpress/rich-text": "^7.4.0",
41
+ "@wordpress/url": "^4.4.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "^18.0.0",
@@ -47,5 +47,5 @@
47
47
  "publishConfig": {
48
48
  "access": "public"
49
49
  },
50
- "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
50
+ "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
51
51
  }
@@ -1,5 +1,6 @@
1
1
  .block-editor-format-toolbar__link-container-content {
2
2
  display: flex;
3
+ align-items: center;
3
4
  }
4
5
 
5
6
  .block-editor-format-toolbar__link-container-value {