seeder-resources-view 1.0.11 → 1.0.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seeder-resources-view",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "A reusable resources management component for React applications",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -97,10 +97,11 @@
97
97
  height: auto;
98
98
  }
99
99
  .ant-col>.ant-list-item {
100
- padding: 20px;
101
- margin-block-end: 0;
100
+ cursor: pointer;
102
101
  }
103
- .media-grid-item-bordered {
102
+ .media-grid-item {
103
+ margin-block-end: 0;
104
+ padding: 20px;
104
105
  border: 1px solid #424242;
105
106
  margin-top: -1px;
106
107
  margin-left: -1px;