react-semaphor 0.0.545 → 0.0.547

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.
@@ -26912,9 +26912,9 @@ function Tie(e) {
26912
26912
  datamodel_id: b.id,
26913
26913
  database_name: "",
26914
26914
  schema_name: "",
26915
- table_name: "",
26916
- domain_id: b.domainId,
26917
- dataset_name: b.name
26915
+ table_name: ""
26916
+ // domain_id: (target as DatasetEntityReference).domainId,
26917
+ // dataset_name: (target as DatasetEntityReference).name,
26918
26918
  } : b.type === "dataset" ? y = {
26919
26919
  connection_id: b.connectionId,
26920
26920
  domain_id: b.domainId,
@@ -79170,7 +79170,7 @@ function X4e({
79170
79170
  return /* @__PURE__ */ M(
79171
79171
  "div",
79172
79172
  {
79173
- className: "flex items-center space-x-2 rounded p-2 hover:bg-muted",
79173
+ className: "ounded flex items-start space-x-2 p-2 hover:bg-muted",
79174
79174
  children: [
79175
79175
  /* @__PURE__ */ p(
79176
79176
  go,
@@ -79181,13 +79181,16 @@ function X4e({
79181
79181
  disabled: v
79182
79182
  }
79183
79183
  ),
79184
- /* @__PURE__ */ p(
79185
- me,
79186
- {
79187
- htmlFor: `dataModel-${R.name}`,
79188
- children: R.name
79189
- }
79190
- )
79184
+ /* @__PURE__ */ M("div", { className: "flex flex-col gap-1", children: [
79185
+ /* @__PURE__ */ p(
79186
+ me,
79187
+ {
79188
+ htmlFor: `dataModel-${R.name}`,
79189
+ children: R.name
79190
+ }
79191
+ ),
79192
+ /* @__PURE__ */ p("span", { className: "text-xs text-muted-foreground", children: R.description })
79193
+ ] })
79191
79194
  ]
79192
79195
  },
79193
79196
  R.name
@@ -79334,7 +79337,7 @@ function Q4e({
79334
79337
  disabled: u
79335
79338
  }
79336
79339
  ),
79337
- /* @__PURE__ */ M("div", { className: "flex flex-col", children: [
79340
+ /* @__PURE__ */ M("div", { className: "flex flex-col gap-1", children: [
79338
79341
  /* @__PURE__ */ p(
79339
79342
  me,
79340
79343
  {