@malloydata/malloy-explorer 0.0.285-dev250529220510 → 0.0.285-dev250530164457

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.
@@ -26136,9 +26136,13 @@ function LiteralValue({
26136
26136
  customStyle
26137
26137
  });
26138
26138
  case "date_literal":
26139
+ return /* @__PURE__ */ jsxRuntime.jsx(Token, {
26140
+ label: value.date_value,
26141
+ customStyle
26142
+ });
26139
26143
  case "timestamp_literal":
26140
26144
  return /* @__PURE__ */ jsxRuntime.jsx(Token, {
26141
- label: "TODO",
26145
+ label: value.timestamp_value,
26142
26146
  customStyle
26143
26147
  });
26144
26148
  case "null_literal":