@wordpress/base-styles 4.7.0 → 4.7.1-next.957ca95e4c.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/_mixins.scss +7 -1
  2. package/package.json +2 -2
package/_mixins.scss CHANGED
@@ -202,6 +202,11 @@
202
202
  }
203
203
  }
204
204
 
205
+ @mixin placeholder-style() {
206
+ border: $border-width dashed currentColor;
207
+ border-radius: $radius-block-ui;
208
+ }
209
+
205
210
  /**
206
211
  * Allows users to opt-out of animations via OS-level preferences.
207
212
  */
@@ -226,7 +231,6 @@
226
231
  animation-delay: 0s;
227
232
  }
228
233
  }
229
-
230
234
  }
231
235
 
232
236
  @mixin input-control {
@@ -371,6 +375,7 @@
371
375
  * Reset default styles for JavaScript UI based pages.
372
376
  * This is a WP-admin agnostic reset
373
377
  */
378
+
374
379
  @mixin reset {
375
380
  box-sizing: border-box;
376
381
 
@@ -384,6 +389,7 @@
384
389
  /**
385
390
  * Reset the WP Admin page styles for Gutenberg-like pages.
386
391
  */
392
+
387
393
  @mixin wp-admin-reset( $content-container ) {
388
394
  background: $white;
389
395
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "4.7.0",
3
+ "version": "4.7.1-next.957ca95e4c.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",
@@ -23,5 +23,5 @@
23
23
  "publishConfig": {
24
24
  "access": "public"
25
25
  },
26
- "gitHead": "0315dbc240cb2aa146d7c1bafd251f004b88300e"
26
+ "gitHead": "272a74bbbaab10ee24424eafe9578e705fbfbbb4"
27
27
  }