@wordpress/preferences 4.3.0 → 4.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
+ ## 4.4.0 (2024-07-24)
6
+
5
7
  ## 4.3.0 (2024-07-10)
6
8
 
7
9
  ## 4.2.0 (2024-06-26)
@@ -107,10 +107,6 @@
107
107
  .preference-base-option + .preference-base-option {
108
108
  margin-top: 16px;
109
109
  }
110
- .preference-base-option .components-base-control__help {
111
- margin-top: 0;
112
- margin-right: 48px;
113
- }
114
110
 
115
111
  @media (min-width: 600px) {
116
112
  .preferences-modal {
@@ -107,10 +107,6 @@
107
107
  .preference-base-option + .preference-base-option {
108
108
  margin-top: 16px;
109
109
  }
110
- .preference-base-option .components-base-control__help {
111
- margin-top: 0;
112
- margin-left: 48px;
113
- }
114
110
 
115
111
  @media (min-width: 600px) {
116
112
  .preferences-modal {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/preferences",
3
- "version": "4.3.0",
3
+ "version": "4.4.0",
4
4
  "description": "Utilities for managing WordPress preferences.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,15 +30,15 @@
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
32
  "@babel/runtime": "^7.16.0",
33
- "@wordpress/a11y": "^4.3.0",
34
- "@wordpress/components": "^28.3.0",
35
- "@wordpress/compose": "^7.3.0",
36
- "@wordpress/data": "^10.3.0",
37
- "@wordpress/deprecated": "^4.3.0",
38
- "@wordpress/element": "^6.3.0",
39
- "@wordpress/i18n": "^5.3.0",
40
- "@wordpress/icons": "^10.3.0",
41
- "@wordpress/private-apis": "^1.3.0",
33
+ "@wordpress/a11y": "^4.4.0",
34
+ "@wordpress/components": "^28.4.0",
35
+ "@wordpress/compose": "^7.4.0",
36
+ "@wordpress/data": "^10.4.0",
37
+ "@wordpress/deprecated": "^4.4.0",
38
+ "@wordpress/element": "^6.4.0",
39
+ "@wordpress/i18n": "^5.4.0",
40
+ "@wordpress/icons": "^10.4.0",
41
+ "@wordpress/private-apis": "^1.4.0",
42
42
  "clsx": "^2.1.1"
43
43
  },
44
44
  "peerDependencies": {
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
51
+ "gitHead": "363edb39b8dda8727f652e42cbb8497732693ed2"
52
52
  }
@@ -2,9 +2,4 @@
2
2
  & + & {
3
3
  margin-top: $grid-unit-20;
4
4
  }
5
-
6
- .components-base-control__help {
7
- margin-top: 0;
8
- margin-left: 48px;
9
- }
10
5
  }