@wordpress/edit-widgets 5.0.0 → 5.1.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.1.0 (2023-01-02)
6
+
5
7
  ## 5.0.0 (2022-12-14)
6
8
 
7
9
  ### Breaking Changes
@@ -58,15 +58,15 @@
58
58
  * @param {string} hex - the hexadecimal value to convert
59
59
  * @return {string} comma separated rgb values
60
60
  */
61
- /**
62
- * Breakpoint mixins
63
- */
64
61
  /**
65
62
  * Long content fade mixin
66
63
  *
67
64
  * Creates a fading overlay to signify that the content is longer
68
65
  * than the space allows.
69
66
  */
67
+ /**
68
+ * Breakpoint mixins
69
+ */
70
70
  /**
71
71
  * Focus styles.
72
72
  */
@@ -320,11 +320,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
320
320
  overflow: auto;
321
321
  z-index: 20;
322
322
  }
323
- .interface-interface-skeleton__content .interface-navigable-region__stacker {
324
- flex-grow: 1;
325
- display: flex;
326
- flex-direction: column;
327
- }
328
323
 
329
324
  .interface-interface-skeleton__secondary-sidebar,
330
325
  .interface-interface-skeleton__sidebar {
@@ -359,9 +354,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
359
354
  }
360
355
  }
361
356
 
362
- .interface-interface-skeleton__secondary-sidebar .interface-navigable-region__stacker {
363
- height: 100%;
364
- }
365
357
  @media (min-width: 782px) {
366
358
  .interface-interface-skeleton__secondary-sidebar {
367
359
  border-left: 1px solid #e0e0e0;
@@ -58,15 +58,15 @@
58
58
  * @param {string} hex - the hexadecimal value to convert
59
59
  * @return {string} comma separated rgb values
60
60
  */
61
- /**
62
- * Breakpoint mixins
63
- */
64
61
  /**
65
62
  * Long content fade mixin
66
63
  *
67
64
  * Creates a fading overlay to signify that the content is longer
68
65
  * than the space allows.
69
66
  */
67
+ /**
68
+ * Breakpoint mixins
69
+ */
70
70
  /**
71
71
  * Focus styles.
72
72
  */
@@ -320,11 +320,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
320
320
  overflow: auto;
321
321
  z-index: 20;
322
322
  }
323
- .interface-interface-skeleton__content .interface-navigable-region__stacker {
324
- flex-grow: 1;
325
- display: flex;
326
- flex-direction: column;
327
- }
328
323
 
329
324
  .interface-interface-skeleton__secondary-sidebar,
330
325
  .interface-interface-skeleton__sidebar {
@@ -359,9 +354,6 @@ body.is-fullscreen-mode .interface-interface-skeleton {
359
354
  }
360
355
  }
361
356
 
362
- .interface-interface-skeleton__secondary-sidebar .interface-navigable-region__stacker {
363
- height: 100%;
364
- }
365
357
  @media (min-width: 782px) {
366
358
  .interface-interface-skeleton__secondary-sidebar {
367
359
  border-right: 1px solid #e0e0e0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/edit-widgets",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "Widgets Page module for WordPress..",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,30 +27,30 @@
27
27
  "react-native": "src/index",
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.16.0",
30
- "@wordpress/api-fetch": "^6.20.0",
31
- "@wordpress/block-editor": "^11.0.0",
32
- "@wordpress/block-library": "^8.0.0",
33
- "@wordpress/blocks": "^12.0.0",
34
- "@wordpress/components": "^23.0.0",
35
- "@wordpress/compose": "^6.0.0",
36
- "@wordpress/core-data": "^6.0.0",
37
- "@wordpress/data": "^8.0.0",
38
- "@wordpress/deprecated": "^3.23.0",
39
- "@wordpress/dom": "^3.23.0",
40
- "@wordpress/element": "^5.0.0",
41
- "@wordpress/hooks": "^3.23.0",
42
- "@wordpress/i18n": "^4.23.0",
43
- "@wordpress/icons": "^9.14.0",
44
- "@wordpress/interface": "^5.0.0",
45
- "@wordpress/keyboard-shortcuts": "^4.0.0",
46
- "@wordpress/keycodes": "^3.23.0",
47
- "@wordpress/media-utils": "^4.14.0",
48
- "@wordpress/notices": "^3.23.0",
49
- "@wordpress/plugins": "^5.0.0",
50
- "@wordpress/preferences": "^3.0.0",
51
- "@wordpress/reusable-blocks": "^4.0.0",
52
- "@wordpress/url": "^3.24.0",
53
- "@wordpress/widgets": "^3.0.0",
30
+ "@wordpress/api-fetch": "^6.21.0",
31
+ "@wordpress/block-editor": "^11.1.0",
32
+ "@wordpress/block-library": "^8.1.0",
33
+ "@wordpress/blocks": "^12.1.0",
34
+ "@wordpress/components": "^23.1.0",
35
+ "@wordpress/compose": "^6.1.0",
36
+ "@wordpress/core-data": "^6.1.0",
37
+ "@wordpress/data": "^8.1.0",
38
+ "@wordpress/deprecated": "^3.24.0",
39
+ "@wordpress/dom": "^3.24.0",
40
+ "@wordpress/element": "^5.1.0",
41
+ "@wordpress/hooks": "^3.24.0",
42
+ "@wordpress/i18n": "^4.24.0",
43
+ "@wordpress/icons": "^9.15.0",
44
+ "@wordpress/interface": "^5.1.0",
45
+ "@wordpress/keyboard-shortcuts": "^4.1.0",
46
+ "@wordpress/keycodes": "^3.24.0",
47
+ "@wordpress/media-utils": "^4.15.0",
48
+ "@wordpress/notices": "^3.24.0",
49
+ "@wordpress/plugins": "^5.1.0",
50
+ "@wordpress/preferences": "^3.1.0",
51
+ "@wordpress/reusable-blocks": "^4.1.0",
52
+ "@wordpress/url": "^3.25.0",
53
+ "@wordpress/widgets": "^3.1.0",
54
54
  "classnames": "^2.3.1"
55
55
  },
56
56
  "peerDependencies": {
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "1eb65aabe6738097f4c062e78f69ae8f05879848"
63
+ "gitHead": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357"
64
64
  }