jsuites 5.0.9 → 5.0.10

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.
Files changed (2) hide show
  1. package/dist/jsuites.css +1 -0
  2. package/package.json +1 -1
package/dist/jsuites.css CHANGED
@@ -1379,6 +1379,7 @@ div[data-before]:before {
1379
1379
  background-color:#fff;
1380
1380
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
1381
1381
  width: 100%;
1382
+ height: 40px;
1382
1383
  }
1383
1384
 
1384
1385
  .jdropdown-searchbar.jdropdown-focus .jdropdown-header
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "main": "dist/jsuites.js",
27
27
  "types": "dist/jsuites.d.ts",
28
- "version": "5.0.9",
28
+ "version": "5.0.10",
29
29
  "bugs": "https://github.com/jsuites/jsuites/issues",
30
30
  "homepage": "https://github.com/jsuites/jsuites",
31
31
  "docs": "https://jsuites.net",