@wordpress/base-styles 5.6.0 → 5.7.1-next.1f6eadc42.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.7.0 (2024-09-05)
6
+
5
7
  ## 5.6.0 (2024-08-21)
6
8
 
7
9
  ## 5.5.0 (2024-08-07)
package/_animations.scss CHANGED
@@ -1,5 +1,5 @@
1
- @mixin edit-post__fade-in-animation($speed: 0.2s, $delay: 0s) {
2
- animation: edit-post__fade-in-animation $speed ease-out $delay;
1
+ @mixin edit-post__fade-in-animation($speed: 0.08s, $delay: 0s) {
2
+ animation: edit-post__fade-in-animation $speed linear $delay;
3
3
  animation-fill-mode: forwards;
4
4
  @include reduce-motion("animation");
5
5
  }
package/_mixins.scss CHANGED
@@ -74,7 +74,7 @@
74
74
  @mixin input-style__neutral() {
75
75
  box-shadow: 0 0 0 transparent;
76
76
  transition: box-shadow 0.1s linear;
77
- border-radius: $radius-block-ui;
77
+ border-radius: $radius-small;
78
78
  border: $border-width solid $gray-600;
79
79
  @include reduce-motion("transition");
80
80
  }
@@ -227,7 +227,7 @@
227
227
  border: $border-width solid $gray-900;
228
228
  margin-right: $grid-unit-15;
229
229
  transition: none;
230
- border-radius: $radius-block-ui;
230
+ border-radius: $radius-small;
231
231
 
232
232
  &:focus {
233
233
  box-shadow: 0 0 0 ($border-width * 2) $white, 0 0 0 ($border-width * 2 + $border-width-focus-fallback) var(--wp-admin-theme-color);
@@ -363,7 +363,7 @@
363
363
  &:focus {
364
364
  color: var(--wp-admin-theme-color--rgb);
365
365
  box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color, #007cba);
366
- border-radius: $radius-block-ui;
366
+ border-radius: $radius-small;
367
367
  }
368
368
  }
369
369
 
@@ -375,7 +375,7 @@
375
375
  padding: $grid-unit-15 !important;
376
376
  border: $border-width solid $gray-900 !important;
377
377
  box-shadow: none !important;
378
- border-radius: $radius-block-ui !important;
378
+ border-radius: $radius-small !important;
379
379
 
380
380
  // Fonts smaller than 16px causes mobile safari to zoom.
381
381
  font-size: $mobile-text-min-font-size !important;
@@ -512,7 +512,7 @@
512
512
  @mixin gradient-colors-deprecated() {
513
513
  // Our classes uses the same values we set for gradient value attributes.
514
514
 
515
- /* stylelint-disable function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
515
+ /* stylelint-disable @stylistic/function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */
516
516
  .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
517
517
  background: linear-gradient(135deg,rgba(0,208,132,1) 0%,rgba(6,147,227,1) 100%);
518
518
  }
@@ -540,7 +540,7 @@
540
540
  .has-midnight-gradient-background {
541
541
  background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
542
542
  }
543
- /* stylelint-enable function-comma-space-after */
543
+ /* stylelint-enable @stylistic/function-comma-space-after */
544
544
  }
545
545
 
546
546
  @mixin custom-scrollbars-on-hover($handle-color, $handle-color-hover) {
package/_z-index.scss CHANGED
@@ -131,7 +131,6 @@ $z-layers: (
131
131
  ".block-editor-template-part__selection-modal": 1000001,
132
132
  ".block-editor-block-rename-modal": 1000001,
133
133
  ".edit-site-list__rename-modal": 1000001,
134
- ".dataviews-bulk-actions__modal": 1000001,
135
134
  ".dataviews-action-modal": 1000001,
136
135
  ".editor-action-modal": 1000001,
137
136
  ".editor-post-template__swap-template-modal": 1000001,
@@ -194,7 +193,6 @@ $z-layers: (
194
193
  // Site editor layout
195
194
  ".edit-site-page-header": 2,
196
195
  ".edit-site-page-content": 1,
197
- ".edit-site-patterns__dataviews-list-pagination": 2,
198
196
  ".edit-site-templates__dataviews-list-pagination": 2,
199
197
  ".edit-site-layout__canvas-container": 2,
200
198
  ".edit-site-layout__sidebar": 1,
@@ -211,8 +209,8 @@ $z-layers: (
211
209
  // Ensure selection checkbox stays above the preview field.
212
210
  ".dataviews-view-grid__card .dataviews-selection-checkbox": 1,
213
211
 
214
- // Ensure quick actions toolbar appear above pagination
215
- ".dataviews-bulk-actions-toolbar": 2,
212
+ // Ensure footer stays above the preview field.
213
+ ".dataviews-footer": 2,
216
214
  );
217
215
 
218
216
  @function z-index( $key ) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/base-styles",
3
- "version": "5.6.0",
3
+ "version": "5.7.1-next.1f6eadc42.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": "ab9564947967bb3f00343130954b9efacba6cdd7"
30
+ "gitHead": "960a22b909c9fdbc90e7435b7ba8947b9218837a"
31
31
  }