pb-sxp-ui 1.6.6 → 1.6.7

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/index.css +1 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -574,6 +574,7 @@
574
574
  width: -webkit-fill-available;
575
575
  padding: 0;
576
576
  border: none;
577
+ display: block;
577
578
  }
578
579
  .commondityDiroNew-swiper-clickable-left {
579
580
  padding-left: 17px !important ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pb-sxp-ui",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "description": "React enterprise-class UI components",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",