@davincihealthcare/elty-design-system-vue 1.29.0 → 1.31.0

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.
@@ -2,7 +2,7 @@ export declare const elContainerTemplateVariants: readonly ["table", "drawer"];
2
2
  export type ElContainerTemplateVariant = (typeof elContainerTemplateVariants)[number];
3
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
4
4
  title: string;
5
- description: string;
5
+ description?: string | undefined;
6
6
  tabs?: (Partial<{}> & Omit<{
7
7
  readonly modelValue: string;
8
8
  readonly tabs: import('./ElTabGroup.vue').ElTabs;
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
30
30
  onTabChange: (tab: string) => void;
31
31
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
32
32
  title: string;
33
- description: string;
33
+ description?: string | undefined;
34
34
  tabs?: (Partial<{}> & Omit<{
35
35
  readonly modelValue: string;
36
36
  readonly tabs: import('./ElTabGroup.vue').ElTabs;
package/dist/index.js CHANGED
@@ -24121,14 +24121,16 @@ const kV = {
24121
24121
  e.icon ? (I(), e0(W0, g0({ key: 0 }, e.icon, {
24122
24122
  class: ["w-6 h-6 flex-shrink-0", {
24123
24123
  "text-primary-active": e.color === "primary" && e.status === "active",
24124
- "text-secondary-active": e.color === "secondary" && e.status === "active"
24124
+ "text-secondary-active": e.color === "secondary" && e.status === "active",
24125
+ "text-neutral-darker": !e.status || e.status === "default"
24125
24126
  }]
24126
24127
  }), null, 16, ["class"])) : b("", !0),
24127
24128
  e.avatar ? (I(), e0(Pr, v5(g0({ key: 1 }, e.avatar)), null, 16)) : b("", !0),
24128
24129
  a("div", {
24129
24130
  class: _(["flex-1 flex flex-col items-start text-left", {
24130
24131
  [`text-${e.color}-active`]: e.status === "active",
24131
- "gap-1": e.secondaryRow || e.tertiaryRow
24132
+ "gap-1": e.secondaryRow || e.tertiaryRow,
24133
+ "text-neutral-darker": !e.status || e.status === "default"
24132
24134
  }])
24133
24135
  }, [
24134
24136
  a("p", QV, A0(e.primaryRow), 1),
@@ -24146,14 +24148,16 @@ const kV = {
24146
24148
  datetime: e.time,
24147
24149
  class: _(["text-primary text-xs font-normal leading-5", {
24148
24150
  "text-primary-active": e.color === "primary" && e.status === "active",
24149
- "text-secondary-active": e.color === "secondary" && e.status === "active"
24151
+ "text-secondary-active": e.color === "secondary" && e.status === "active",
24152
+ "text-neutral-darker": !e.status || e.status === "default"
24150
24153
  }])
24151
24154
  }, A0(e.time), 11, zV)) : b("", !0),
24152
24155
  a("div", qV, [
24153
24156
  a("span", {
24154
24157
  class: _({
24155
24158
  "text-primary-active": e.color === "primary" && e.status === "active",
24156
- "text-secondary-active": e.color === "secondary" && e.status === "active"
24159
+ "text-secondary-active": e.color === "secondary" && e.status === "active",
24160
+ "text-neutral-darker": !e.status || e.status === "default"
24157
24161
  }),
24158
24162
  onClick: n[0] || (n[0] = n1(() => {
24159
24163
  }, ["stop"]))
@@ -24172,7 +24176,7 @@ const kV = {
24172
24176
  ])
24173
24177
  ], 2));
24174
24178
  }
24175
- }), KV = { class: "rounded-3xl border border-neutral-surface bg-neutral-surface overflow-hidden" }, JV = { class: "px-4 py-8 flex justify-between items-center text-neutral-darker" }, XV = { class: "flex flex-col gap-5" }, ev = { class: "text-3xl font-semibold" }, Av = { class: "text-xs" }, tv = { class: "flex items-center gap-2" }, rv = { class: "min-w-44" }, nv = { class: "px-4 pb-6" }, Ov = {
24179
+ }), KV = { class: "rounded-3xl border shadow-md border-neutral-surface bg-neutral-surface overflow-hidden" }, JV = { class: "px-4 py-8 flex justify-between items-center text-neutral-darker" }, XV = { class: "flex flex-col gap-5" }, ev = { class: "text-3xl font-semibold" }, Av = { class: "text-xs" }, tv = { class: "flex items-center gap-2" }, rv = { class: "min-w-44" }, nv = { class: "px-4 pb-6" }, Ov = {
24176
24180
  key: 1,
24177
24181
  class: "flex"
24178
24182
  }, ov = { class: "min-w-72" }, av = { class: "flex-1 w-full" }, ED = ["table", "drawer"], lD = /* @__PURE__ */ i0({