@mappedin/viewer 0.43.1-033cbbe.0 → 0.43.1-ef0fe4c.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.
package/dist/index.js
CHANGED
|
@@ -105974,6 +105974,8 @@ const t6e = (t, e) => de.useMemo(() => {
|
|
|
105974
105974
|
`, n3t = (t, e, i, r, n) => {
|
|
105975
105975
|
if (t.isOpen247())
|
|
105976
105976
|
return [r("operation-hours.open-24-hours"), n.colors.accent.success];
|
|
105977
|
+
if (t.isClosed247())
|
|
105978
|
+
return [r("operation-hours.closed"), n.colors.text.error2];
|
|
105977
105979
|
if (t.isClosingSoon(e)) {
|
|
105978
105980
|
const a = t.closesAt(e);
|
|
105979
105981
|
return [
|