sccoreui 5.5.1 → 5.5.2

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/App.scss +0 -2
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -823,11 +823,9 @@ button[aria-expanded="true"] {
823
823
  }
824
824
 
825
825
  .sc_multiSelect.noShowSelectedCount{
826
- .p-multiselect {
827
826
  .p-multiselect-label {
828
827
  padding-right: 0px;
829
828
  }
830
- }
831
829
  }
832
830
 
833
831
  .sc_multiSelect.hideChipremoveIcon {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "5.5.1",
3
+ "version": "5.5.2",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",