@amirjalili1374/ui-kit 1.5.60 → 1.5.62

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/ui-kit.es.js CHANGED
@@ -19572,7 +19572,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19572
19572
  (openBlock(true), createElementBlock(Fragment, null, renderList(getRoutesForItem(item), (routePath, routeKey) => {
19573
19573
  return openBlock(), createBlock(VBtn, {
19574
19574
  key: routeKey,
19575
- color: "indigo",
19575
+ color: "primary",
19576
19576
  size: "small",
19577
19577
  class: "me-2",
19578
19578
  onClick: ($event) => goToRoute(routeKey, item)
@@ -19604,7 +19604,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19604
19604
  }, [
19605
19605
  !action.condition || action.condition(item) ? (openBlock(), createBlock(VBtn, {
19606
19606
  key: 0,
19607
- color: "orange",
19607
+ color: "primary",
19608
19608
  size: "small",
19609
19609
  class: "me-2",
19610
19610
  onClick: ($event) => openCustomActionDialog(action, item)
@@ -19921,7 +19921,7 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent$1({
19921
19921
  item: withCtx(({ item, columns, index: index2 }) => [
19922
19922
  createElementVNode("tr", {
19923
19923
  style: normalizeStyle({
19924
- background: isSelected(item) && props.bulkMode ? "rgb(var(--v-theme-primary200))" : index2 % 2 === 0 ? "rgb(var(--v-theme-surface))" : "rgb(var(--v-theme-lightprimary))",
19924
+ background: isSelected(item) && props.bulkMode ? "rgb(var(--v-theme-primary200))" : index2 % 2 === 0 ? "rgb(var(--v-theme-primary200))" : "rgb(var(--v-theme-primary200))",
19925
19925
  cursor: props.bulkMode && props.selectable ? "pointer" : "default"
19926
19926
  }),
19927
19927
  tabindex: props.selectable ? 0 : -1,