@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 [
@@ -1,4 +1,6 @@
1
1
  import { Story } from '@ladle/react';
2
2
  export declare const Default: Story;
3
+ export declare const Closed: Story;
4
+ export declare const AlwaysOpen: Story;
3
5
  export declare const Hours: Story;
4
6
  export declare const Status: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.43.1-033cbbe.0",
3
+ "version": "0.43.1-ef0fe4c.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",