@orangecheck/design 0.28.12 → 0.28.14

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
@@ -1004,7 +1004,8 @@ var OC_GLYPHS = {
1004
1004
  agent: `<g transform="scale(42.666667 42.666667)"><path d="M4 20 L12 4 L20 20 Z" fill="none" stroke="__INK__" stroke-width="1.5" stroke-linejoin="miter"/><rect x="7.5" y="13.5" width="9" height="2" fill="__INK__"/><rect x="11" y="9" width="2" height="2" fill="__INK__"/></g>`,
1005
1005
  pledge: `<g transform="scale(42.666667 42.666667)"><rect x="3" y="3" width="18" height="18" fill="none"/><rect x="6" y="6" width="12" height="12" fill="none" stroke="__INK__" stroke-width="1.5"/><rect x="9.25" y="8.5" width="1.75" height="7" fill="__INK__"/><rect x="9.25" y="8.5" width="4.5" height="1.5" fill="__INK__"/><rect x="12.25" y="8.5" width="1.5" height="3.5" fill="__INK__"/><rect x="9.25" y="10.5" width="4.5" height="1.5" fill="__INK__"/></g>`,
1006
1006
  analytics: `<g transform="scale(42.666667 42.666667)"><rect x="3" y="3" width="18" height="18" fill="none"/><path d="M6 17 L10 12 L14 15 L18 8" fill="none" stroke="__INK__" stroke-width="1.8" stroke-linecap="square" stroke-linejoin="miter"/><rect x="16.6" y="6.6" width="2.8" height="2.8" fill="__INK__"/></g>`,
1007
- btc: `<path d="M373 1414V1676H531V1414ZM670 1414V1676H829V1414ZM373 -186V76H531V-186ZM670 -186V76H829V-186ZM129 0V1490H705Q863 1490 972.50 1441Q1082 1392 1139 1305.50Q1196 1219 1196 1103Q1196 1016 1164 951Q1132 886 1074 843Q1016 800 937 779V774Q1024 765 1095.50 721Q1167 677 1210 600.50Q1253 524 1253 416Q1253 293 1194.50 199Q1136 105 1020 52.50Q904 0 731 0ZM391 217H700Q838 217 910.50 272.50Q983 328 983 428Q983 497 950 547.50Q917 598 855.50 626Q794 654 707 654H391ZM391 858H688Q762 858 817 883.50Q872 909 902 956Q932 1003 932 1068Q932 1161 868 1217.50Q804 1274 689 1274H391Z" fill="__INK__" transform="translate(238.3907 806.9912) scale(0.395961 -0.395961)"/>`
1007
+ btc: `<path d="M373 1414V1676H531V1414ZM670 1414V1676H829V1414ZM373 -186V76H531V-186ZM670 -186V76H829V-186ZM129 0V1490H705Q863 1490 972.50 1441Q1082 1392 1139 1305.50Q1196 1219 1196 1103Q1196 1016 1164 951Q1132 886 1074 843Q1016 800 937 779V774Q1024 765 1095.50 721Q1167 677 1210 600.50Q1253 524 1253 416Q1253 293 1194.50 199Q1136 105 1020 52.50Q904 0 731 0ZM391 217H700Q838 217 910.50 272.50Q983 328 983 428Q983 497 950 547.50Q917 598 855.50 626Q794 654 707 654H391ZM391 858H688Q762 858 817 883.50Q872 909 902 956Q932 1003 932 1068Q932 1161 868 1217.50Q804 1274 689 1274H391Z" fill="__INK__" transform="translate(238.3907 806.9912) scale(0.395961 -0.395961)"/>`,
1008
+ globe: `<g transform="scale(42.666667 42.666667)"><rect x="3" y="3" width="18" height="18" fill="none"/><circle cx="12" cy="12" r="6" fill="none" stroke="__INK__" stroke-width="1.4"/><line x1="6" y1="12" x2="18" y2="12" stroke="__INK__" stroke-width="1.2"/><ellipse cx="12" cy="12" rx="2.8" ry="6" fill="none" stroke="__INK__" stroke-width="1.2"/><circle cx="15" cy="9" r="1.15" fill="__INK__"/></g>`
1008
1009
  };
1009
1010
  var DEPTH = 22;
1010
1011
  var LAYERS = Array.from({ length: DEPTH }, (_, i) => i);
@@ -1072,6 +1073,10 @@ var SEED = {
1072
1073
  docs: [0, 0],
1073
1074
  analytics: [-5, 1],
1074
1075
  btc: [4, 3],
1076
+ // The catalog gained `globe` without a seed here, and SEED is an exhaustive
1077
+ // Record over OcGlyphSlug — so the dts build has been failing since. [3, -1]
1078
+ // sits inside the ±7°/±3° envelope and collides with nothing above.
1079
+ globe: [3, -1],
1075
1080
  orangecheck: [0, 0]
1076
1081
  };
1077
1082
  function OcSigil({
@@ -2110,12 +2115,12 @@ function Modal({ open, onOpenChange, title, subtitle, children, actions, width =
2110
2115
  ),
2111
2116
  children: [
2112
2117
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "terminal-title flex shrink-0 items-center justify-between gap-3", children: [
2113
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
2118
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex min-w-0 items-center gap-2", children: [
2114
2119
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot", "aria-hidden": true }),
2115
2120
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot opacity-70", "aria-hidden": true }),
2116
2121
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot opacity-50", "aria-hidden": true }),
2117
- /* @__PURE__ */ jsxRuntime.jsx(SheetPrimitive__namespace.Title, { className: "ml-2 truncate", children: title }),
2118
- subtitle && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground/70 ml-1 truncate text-[10px] normal-case tracking-normal", children: [
2122
+ /* @__PURE__ */ jsxRuntime.jsx(SheetPrimitive__namespace.Title, { className: "ml-2 truncate [flex-shrink:1]", children: title }),
2123
+ subtitle && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] normal-case tracking-normal [flex-shrink:100]", children: [
2119
2124
  "\xB7 ",
2120
2125
  subtitle
2121
2126
  ] })
@@ -2671,8 +2676,8 @@ function Card({
2671
2676
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot", "aria-hidden": true }),
2672
2677
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot opacity-70", "aria-hidden": true }),
2673
2678
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "terminal-dot opacity-50", "aria-hidden": true }),
2674
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "ml-2 truncate", children: title }),
2675
- subtitle && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] tracking-normal normal-case", children: [
2679
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "ml-2 truncate [flex-shrink:1]", children: title }),
2680
+ subtitle && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] tracking-normal normal-case [flex-shrink:100]", children: [
2676
2681
  "\xB7 ",
2677
2682
  subtitle
2678
2683
  ] })
@@ -3792,6 +3797,13 @@ var ENTRIES = [
3792
3797
  sub: "read \u2014 bitcoin desk",
3793
3798
  docsHref: "https://btc.ochk.io/data"
3794
3799
  },
3800
+ {
3801
+ slug: "globe",
3802
+ href: "https://globe.ochk.io",
3803
+ label: "oc\xB7globe",
3804
+ sub: "watch \u2014 the network, live",
3805
+ docsHref: "https://globe.ochk.io/sources"
3806
+ },
3795
3807
  {
3796
3808
  slug: "attest",
3797
3809
  href: "https://attest.ochk.io",
@@ -4021,6 +4033,15 @@ var FAMILY_PROPERTIES = [
4021
4033
  docsHref: "https://btc.ochk.io/data",
4022
4034
  category: "product"
4023
4035
  },
4036
+ {
4037
+ slug: "globe",
4038
+ origin: "https://globe.ochk.io",
4039
+ hostname: "globe.ochk.io",
4040
+ label: "oc\xB7globe",
4041
+ sub: "watch \u2014 the network, live",
4042
+ docsHref: "https://globe.ochk.io/sources",
4043
+ category: "product"
4044
+ },
4024
4045
  {
4025
4046
  slug: "attest",
4026
4047
  origin: "https://attest.ochk.io",