@wordpress/dataviews 4.4.10 → 4.4.12

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.
@@ -1136,8 +1136,7 @@ ul.dataviews-view-list {
1136
1136
  align-items: center;
1137
1137
  padding: 6px 0;
1138
1138
  line-height: 20px;
1139
- -webkit-hyphens: auto;
1140
- hyphens: auto;
1139
+ hyphens: auto;
1141
1140
  }
1142
1141
 
1143
1142
  .dataforms-layouts-panel__field-control {
@@ -1136,8 +1136,7 @@ ul.dataviews-view-list {
1136
1136
  align-items: center;
1137
1137
  padding: 6px 0;
1138
1138
  line-height: 20px;
1139
- -webkit-hyphens: auto;
1140
- hyphens: auto;
1139
+ hyphens: auto;
1141
1140
  }
1142
1141
 
1143
1142
  .dataforms-layouts-panel__field-control {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/dataviews",
3
- "version": "4.4.10",
3
+ "version": "4.4.12",
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,9 +30,9 @@
30
30
  "dependencies": {
31
31
  "@ariakit/react": "^0.4.10",
32
32
  "@babel/runtime": "^7.16.0",
33
- "@wordpress/components": "^28.8.10",
34
- "@wordpress/compose": "^7.8.3",
35
- "@wordpress/data": "^10.8.3",
33
+ "@wordpress/components": "^28.8.12",
34
+ "@wordpress/compose": "^7.8.4",
35
+ "@wordpress/data": "^10.8.4",
36
36
  "@wordpress/element": "^6.8.1",
37
37
  "@wordpress/i18n": "^5.8.2",
38
38
  "@wordpress/icons": "^10.8.2",
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "c4e8df94ae35ecd06b2a0c86792432b484a3bbac"
51
+ "gitHead": "51ed4f305ec646b18e2b56eeeebcd4b1d7c0b736"
52
52
  }