@wordpress/base-styles 6.11.0 → 6.11.1-next.dc3f6d3c1.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.
Files changed (2) hide show
  1. package/_variables.scss +1 -0
  2. package/package.json +2 -2
package/_variables.scss CHANGED
@@ -111,6 +111,7 @@ $modal-width-medium: 512px;
111
111
  $modal-width-large: 840px;
112
112
  $spinner-size: 16px;
113
113
  $canvas-padding: $grid-unit-20;
114
+ $palette-max-height: 368px;
114
115
 
115
116
  /**
116
117
  * Mobile specific styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "6.11.0",
3
+ "version": "6.11.1-next.dc3f6d3c1.0",
4
4
  "description": "Base SCSS utilities and variables for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -27,5 +27,5 @@
27
27
  "publishConfig": {
28
28
  "access": "public"
29
29
  },
30
- "gitHead": "77aa1f194edceafe8ac2a1b9438bf84b557e76e3"
30
+ "gitHead": "f73b5e69b34fbaccfb8c47783f4f993059ff1a41"
31
31
  }