revdev-components 0.111.0 → 0.113.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/build/styles.css CHANGED
@@ -106,6 +106,15 @@ body {
106
106
  .index-module_popup__Im5Y-.ant-picker-panel:nth-child(1) button {
107
107
  visibility: visible !important;
108
108
  }
109
+ .index-module_empty__sV0Gg {
110
+ text-align: center;
111
+ padding: 15px 0;
112
+ }
113
+
114
+ .index-module_add__f03vM {
115
+ margin-top: 10px;
116
+ width: 100%;
117
+ }
109
118
  .index-module_root__GGl-p {
110
119
  display: flex;
111
120
  flex-direction: row;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "revdev-components",
3
- "version": "0.111.0",
3
+ "version": "0.113.0",
4
4
  "main": "build/index.js",
5
5
  "module": "build/index.esm.js",
6
6
  "scripts": {