mediacube-ui-v2 0.0.181 → 0.0.183

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.
package/dist/base.scss CHANGED
@@ -41,7 +41,6 @@ body,
41
41
  body {
42
42
  margin: 0;
43
43
  overflow-y: auto;
44
- word-break: break-word;
45
44
 
46
45
  font-family: $font-family-main;
47
46
  font-size: 13px;
@@ -11636,7 +11636,7 @@ const $b = /* @__PURE__ */ be({
11636
11636
  })), d = g(() => {
11637
11637
  var C, E;
11638
11638
  return !!r.mainCheckbox && ((C = r.mainCheckbox.all) == null ? void 0 : C.constructor) === Array && ((E = r.mainCheckbox.selected) == null ? void 0 : E.constructor) === Array;
11639
- }), c = g(() => r.mainCheckbox ? JSON.stringify(r.mainCheckbox.all) === JSON.stringify(r.mainCheckbox.selected) : !1), m = g(() => {
11639
+ }), c = g(() => r.mainCheckbox ? r.mainCheckbox.all.every((C) => r.mainCheckbox.selected.includes(C)) : !1), m = g(() => {
11640
11640
  var C;
11641
11641
  return d.value ? c.value ? "checkbox--checked" : ((C = r.mainCheckbox.selected) == null ? void 0 : C.length) > 0 ? "checkbox--indeterminate" : "checkbox" : v.value ? "checkbox--checked" : "checkbox";
11642
11642
  }), f = g(() => {