sccoreui 6.3.90 → 6.3.92

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 -5
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -1204,11 +1204,6 @@ button[aria-expanded="true"] {
1204
1204
  background-color: var(--gray-200);
1205
1205
  color: var(--gray-700);
1206
1206
  }
1207
- .p-button-label {
1208
- white-space: nowrap;
1209
- text-overflow: ellipsis;
1210
- overflow: hidden;
1211
- }
1212
1207
  }
1213
1208
 
1214
1209
  .list_box_chips {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.3.90",
3
+ "version": "6.3.92",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",