@wordpress/dataviews 2.0.3 → 2.0.4
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/build-style/style-rtl.css +1 -2
- package/build-style/style.css +1 -2
- package/package.json +2 -2
- package/src/style.scss +1 -2
|
@@ -433,7 +433,6 @@
|
|
|
433
433
|
aspect-ratio: 1/1;
|
|
434
434
|
background-color: #f0f0f0;
|
|
435
435
|
border-radius: 4px;
|
|
436
|
-
overflow: hidden;
|
|
437
436
|
position: relative;
|
|
438
437
|
}
|
|
439
438
|
.dataviews-view-grid .dataviews-view-grid__media img {
|
|
@@ -825,7 +824,7 @@
|
|
|
825
824
|
padding: 0 12px;
|
|
826
825
|
height: 32px;
|
|
827
826
|
background: #f0f0f0;
|
|
828
|
-
color: #
|
|
827
|
+
color: #2f2f2f;
|
|
829
828
|
position: relative;
|
|
830
829
|
display: flex;
|
|
831
830
|
align-items: center;
|
package/build-style/style.css
CHANGED
|
@@ -433,7 +433,6 @@
|
|
|
433
433
|
aspect-ratio: 1/1;
|
|
434
434
|
background-color: #f0f0f0;
|
|
435
435
|
border-radius: 4px;
|
|
436
|
-
overflow: hidden;
|
|
437
436
|
position: relative;
|
|
438
437
|
}
|
|
439
438
|
.dataviews-view-grid .dataviews-view-grid__media img {
|
|
@@ -825,7 +824,7 @@
|
|
|
825
824
|
padding: 0 12px;
|
|
826
825
|
height: 32px;
|
|
827
826
|
background: #f0f0f0;
|
|
828
|
-
color: #
|
|
827
|
+
color: #2f2f2f;
|
|
829
828
|
position: relative;
|
|
830
829
|
display: flex;
|
|
831
830
|
align-items: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/dataviews",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
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",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "85486692a3e48b7d863226cf895a21d787434921"
|
|
50
50
|
}
|
package/src/style.scss
CHANGED
|
@@ -342,7 +342,6 @@
|
|
|
342
342
|
aspect-ratio: 1/1;
|
|
343
343
|
background-color: $gray-100;
|
|
344
344
|
border-radius: $grid-unit-05;
|
|
345
|
-
overflow: hidden;
|
|
346
345
|
position: relative;
|
|
347
346
|
|
|
348
347
|
img {
|
|
@@ -765,7 +764,7 @@
|
|
|
765
764
|
padding: 0 $grid-unit-15;
|
|
766
765
|
height: $grid-unit-40;
|
|
767
766
|
background: $gray-100;
|
|
768
|
-
color: $gray-
|
|
767
|
+
color: $gray-800;
|
|
769
768
|
position: relative;
|
|
770
769
|
display: flex;
|
|
771
770
|
align-items: center;
|