@wordpress/widgets 1.1.17 → 1.1.20

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.
@@ -145,6 +145,8 @@
145
145
  line-height: 1;
146
146
  min-height: 30px;
147
147
  padding-right: 8px;
148
+ padding-top: 8px;
149
+ padding-bottom: 8px;
148
150
  }
149
151
  .wp-block-legacy-widget__edit-form .widget-inside.widget-inside select {
150
152
  padding-right: 4px;
@@ -145,6 +145,8 @@
145
145
  line-height: 1;
146
146
  min-height: 30px;
147
147
  padding-left: 8px;
148
+ padding-top: 8px;
149
+ padding-bottom: 8px;
148
150
  }
149
151
  .wp-block-legacy-widget__edit-form .widget-inside.widget-inside select {
150
152
  padding-left: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/widgets",
3
- "version": "1.1.17",
3
+ "version": "1.1.20",
4
4
  "description": "Functionality used by the widgets block editor in the Widgets screen and the Customizer.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -21,23 +21,23 @@
21
21
  "react-native": "src/index",
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.13.10",
24
- "@wordpress/api-fetch": "^5.1.1",
25
- "@wordpress/block-editor": "^6.1.12",
26
- "@wordpress/blocks": "^9.1.7",
27
- "@wordpress/components": "^14.1.9",
28
- "@wordpress/compose": "^4.1.5",
29
- "@wordpress/core-data": "^3.1.11",
30
- "@wordpress/data": "^5.1.5",
31
- "@wordpress/element": "^3.1.1",
32
- "@wordpress/i18n": "^4.1.1",
33
- "@wordpress/icons": "^4.0.2",
34
- "@wordpress/notices": "^3.1.5",
35
- "@wordpress/url": "^3.1.1",
24
+ "@wordpress/api-fetch": "^5.1.3",
25
+ "@wordpress/block-editor": "^6.1.15",
26
+ "@wordpress/blocks": "^9.1.8",
27
+ "@wordpress/components": "^14.1.11",
28
+ "@wordpress/compose": "^4.1.6",
29
+ "@wordpress/core-data": "^3.1.13",
30
+ "@wordpress/data": "^5.1.6",
31
+ "@wordpress/element": "^3.1.2",
32
+ "@wordpress/i18n": "^4.1.2",
33
+ "@wordpress/icons": "^4.0.3",
34
+ "@wordpress/notices": "^3.1.6",
35
+ "@wordpress/url": "^3.1.3",
36
36
  "classnames": "^2.2.5",
37
37
  "lodash": "^4.17.21"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "42a6dbdbf9c981e71ea4752c94e5642d6f6cac1d"
42
+ "gitHead": "6464883c6c546233543a1ee01428059dee3560fc"
43
43
  }
@@ -67,6 +67,8 @@
67
67
  line-height: 1;
68
68
  min-height: 30px;
69
69
  padding-left: $grid-unit-10;
70
+ padding-top: $grid-unit;
71
+ padding-bottom: $grid-unit;
70
72
  }
71
73
  select {
72
74
  padding-left: $grid-unit-05;