mediacube-ui-v2 0.0.120 → 0.0.121

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.
@@ -233,7 +233,8 @@ const Tu = wr, ko = {
233
233
  textColor: "white"
234
234
  },
235
235
  dropdown: {
236
- itemColor: "main"
236
+ itemColor: "main",
237
+ itemBgColor: "lighter-purple"
237
238
  },
238
239
  filter: {
239
240
  color: "main",
@@ -337,7 +338,8 @@ const Tu = wr, ko = {
337
338
  textColor: "white"
338
339
  },
339
340
  dropdown: {
340
- itemColor: "main"
341
+ itemColor: "main",
342
+ itemBgColor: "lighter-purple"
341
343
  },
342
344
  filter: {
343
345
  color: "main",
@@ -19672,7 +19674,8 @@ const Rv = ["dir"], Iv = ["for"], Yv = ["for"], Nv = { class: "mc-field-text__ma
19672
19674
  "mc-dropdown--is-open": i.value
19673
19675
  })), f = g(() => ({
19674
19676
  "--dropdown-body-min-width": p.listMinWidth,
19675
- "--dropdown-item-color": u.component.itemColor
19677
+ "--dropdown-item-color": u.component.itemColor,
19678
+ "--dropdown-item-background": u.colors[u.component.itemBgColor]
19676
19679
  }));
19677
19680
  ze(() => {
19678
19681
  window.addEventListener("resize", b), window.addEventListener("transitionrun", b);