@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.
- package/dist/cjs/index.cjs +5 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +5 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -26118,9 +26118,13 @@ function LiteralValue({
|
|
|
26118
26118
|
customStyle
|
|
26119
26119
|
});
|
|
26120
26120
|
case "date_literal":
|
|
26121
|
+
return /* @__PURE__ */ jsx(Token, {
|
|
26122
|
+
label: value.date_value,
|
|
26123
|
+
customStyle
|
|
26124
|
+
});
|
|
26121
26125
|
case "timestamp_literal":
|
|
26122
26126
|
return /* @__PURE__ */ jsx(Token, {
|
|
26123
|
-
label:
|
|
26127
|
+
label: value.timestamp_value,
|
|
26124
26128
|
customStyle
|
|
26125
26129
|
});
|
|
26126
26130
|
case "null_literal":
|