@wordpress/dataviews 4.4.7 → 4.4.8

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.
@@ -831,7 +831,7 @@ ul.dataviews-view-list {
831
831
  .dataviews-view-list li:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions {
832
832
  flex-basis: min-content;
833
833
  overflow: unset;
834
- margin-inline: 8px 0;
834
+ padding-inline-end: 4px;
835
835
  }
836
836
  .dataviews-view-list li:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions .components-button {
837
837
  opacity: 1;
@@ -831,7 +831,7 @@ ul.dataviews-view-list {
831
831
  .dataviews-view-list li:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions {
832
832
  flex-basis: min-content;
833
833
  overflow: unset;
834
- margin-inline: 8px 0;
834
+ padding-inline-end: 4px;
835
835
  }
836
836
  .dataviews-view-list li:where(.is-selected, .is-hovered, :focus-within) .dataviews-view-list__item-actions .components-button {
837
837
  opacity: 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dataviews",
3
- "version": "4.4.7",
3
+ "version": "4.4.8",
4
4
  "description": "DataViews is a component that provides an API to render datasets using different types of layouts (table, grid, list, etc.).",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@ariakit/react": "^0.4.10",
32
32
  "@babel/runtime": "^7.16.0",
33
- "@wordpress/components": "^28.8.7",
33
+ "@wordpress/components": "^28.8.8",
34
34
  "@wordpress/compose": "^7.8.3",
35
35
  "@wordpress/data": "^10.8.3",
36
36
  "@wordpress/element": "^6.8.1",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "b1ace05ee94f0803e51b205306c19fc706499ede"
51
+ "gitHead": "b78063a69a8154bed32c2217ffbaf911852cffb5"
52
52
  }
@@ -33,7 +33,7 @@ ul.dataviews-view-list {
33
33
  .dataviews-view-list__item-actions {
34
34
  flex-basis: min-content;
35
35
  overflow: unset;
36
- margin-inline: $grid-unit-10 0;
36
+ padding-inline-end: $grid-unit-05;
37
37
 
38
38
  .components-button {
39
39
  opacity: 1;