form-driver 0.1.16 → 0.1.17

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/dist/m3.css CHANGED
@@ -309,6 +309,7 @@ table.M3_table tr:last-child td {
309
309
 
310
310
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
311
311
  text-align: center;
312
+ box-shadow: 0px -5px 5px rgba(232,232,232,0.38039);
312
313
  }
313
314
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more span {
314
315
  cursor: pointer;
package/es/m3.css CHANGED
@@ -309,6 +309,7 @@ table.M3_table tr:last-child td {
309
309
 
310
310
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
311
311
  text-align: center;
312
+ box-shadow: 0px -5px 5px rgba(232,232,232,0.38039);
312
313
  }
313
314
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more span {
314
315
  cursor: pointer;
package/lib/m3.css CHANGED
@@ -309,6 +309,7 @@ table.M3_table tr:last-child td {
309
309
 
310
310
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more {
311
311
  text-align: center;
312
+ box-shadow: 0px -5px 5px rgba(232,232,232,0.38039);
312
313
  }
313
314
  .form-driver-plugin-richtext-viewer-wrap .richtext-viewer-more span {
314
315
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "form-driver",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "An efficient framework for creating forms.",
5
5
  "license": "MIT",
6
6
  "authors": [
@@ -2,6 +2,8 @@
2
2
  .richtext-viewer-more {
3
3
  text-align: center;
4
4
 
5
+ box-shadow: 0px -5px 5px #e8e8e861;
6
+
5
7
  span {
6
8
  cursor: pointer;
7
9
  color: #1890ff;