dtable-ui-component 4.4.2 → 4.4.3

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.
@@ -211,6 +211,7 @@
211
211
  .filters-list .multiple-option-name {
212
212
  display: flex;
213
213
  align-items: center;
214
+ justify-content: space-between;
214
215
  }
215
216
 
216
217
  .filters-list .multiple-check-icon,
@@ -319,3 +320,23 @@
319
320
  color: #aaa;
320
321
  cursor: default;
321
322
  }
323
+
324
+ .option.option-active .filter-header-icon .dtable-font {
325
+ color: #fff;
326
+ }
327
+
328
+ .filters-list .single-select-option,
329
+ .filters-list .multiple-select-option {
330
+ display: block;
331
+ text-align: left;
332
+ width: min-content;
333
+ max-width: 150px;
334
+ line-height: 20px;
335
+ border-radius: 10px;
336
+ padding: 0px 10px;
337
+ margin: 0;
338
+ font-size: 13px;
339
+ overflow: hidden;
340
+ text-overflow: ellipsis;
341
+ white-space: nowrap;
342
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtable-ui-component",
3
- "version": "4.4.2",
3
+ "version": "4.4.3",
4
4
  "main": "./lib/index.js",
5
5
  "dependencies": {
6
6
  "@seafile/react-image-lightbox": "2.0.5",