sccoreui 6.3.91 → 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 -25
  2. package/package.json +1 -1
package/dist/App.scss CHANGED
@@ -1203,31 +1203,6 @@ button[aria-expanded="true"] {
1203
1203
  &:hover {
1204
1204
  background-color: var(--gray-200);
1205
1205
  color: var(--gray-700);
1206
- .assign_value_edit_icon {
1207
- display: block !important;
1208
- }
1209
- }
1210
- .p-button-label {
1211
- white-space: nowrap;
1212
- text-overflow: ellipsis;
1213
- overflow: hidden;
1214
-
1215
- .assign_group {
1216
- %text_wrap {
1217
- white-space: nowrap;
1218
- text-overflow: ellipsis;
1219
- overflow: hidden;
1220
- }
1221
- display: flex;
1222
- gap: 2px;
1223
- .assign_value {
1224
- max-width: 115px;
1225
- @extend %text_wrap;
1226
- }
1227
- .assign_value_edit_icon {
1228
- display: none !important;
1229
- }
1230
- }
1231
1206
  }
1232
1207
  }
1233
1208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "6.3.91",
3
+ "version": "6.3.92",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",