@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/chrome.d.mts +1 -1
- package/dist/chrome.d.ts +1 -1
- package/dist/chrome.js +16 -0
- package/dist/chrome.js.map +1 -1
- package/dist/chrome.mjs +16 -0
- package/dist/chrome.mjs.map +1 -1
- package/dist/components.js +16 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +16 -0
- package/dist/components.mjs.map +1 -1
- package/dist/index.js +27 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +27 -6
- package/dist/index.mjs.map +1 -1
- package/dist/primitives.js +5 -5
- package/dist/primitives.js.map +1 -1
- package/dist/primitives.mjs +5 -5
- package/dist/primitives.mjs.map +1 -1
- package/dist/tokens.d.mts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +6 -1
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +6 -1
- package/dist/tokens.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -969,7 +969,8 @@ var OC_GLYPHS = {
|
|
|
969
969
|
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>`,
|
|
970
970
|
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>`,
|
|
971
971
|
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>`,
|
|
972
|
-
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)"
|
|
972
|
+
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)"/>`,
|
|
973
|
+
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>`
|
|
973
974
|
};
|
|
974
975
|
var DEPTH = 22;
|
|
975
976
|
var LAYERS = Array.from({ length: DEPTH }, (_, i) => i);
|
|
@@ -1037,6 +1038,10 @@ var SEED = {
|
|
|
1037
1038
|
docs: [0, 0],
|
|
1038
1039
|
analytics: [-5, 1],
|
|
1039
1040
|
btc: [4, 3],
|
|
1041
|
+
// The catalog gained `globe` without a seed here, and SEED is an exhaustive
|
|
1042
|
+
// Record over OcGlyphSlug — so the dts build has been failing since. [3, -1]
|
|
1043
|
+
// sits inside the ±7°/±3° envelope and collides with nothing above.
|
|
1044
|
+
globe: [3, -1],
|
|
1040
1045
|
orangecheck: [0, 0]
|
|
1041
1046
|
};
|
|
1042
1047
|
function OcSigil({
|
|
@@ -2075,12 +2080,12 @@ function Modal({ open, onOpenChange, title, subtitle, children, actions, width =
|
|
|
2075
2080
|
),
|
|
2076
2081
|
children: [
|
|
2077
2082
|
/* @__PURE__ */ jsxs("div", { className: "terminal-title flex shrink-0 items-center justify-between gap-3", children: [
|
|
2078
|
-
/* @__PURE__ */ jsxs("div", { className: "flex items-center gap-2", children: [
|
|
2083
|
+
/* @__PURE__ */ jsxs("div", { className: "flex min-w-0 items-center gap-2", children: [
|
|
2079
2084
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot", "aria-hidden": true }),
|
|
2080
2085
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot opacity-70", "aria-hidden": true }),
|
|
2081
2086
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot opacity-50", "aria-hidden": true }),
|
|
2082
|
-
/* @__PURE__ */ jsx(SheetPrimitive.Title, { className: "ml-2 truncate", children: title }),
|
|
2083
|
-
subtitle && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground/70 ml-1 truncate text-[10px] normal-case tracking-normal", children: [
|
|
2087
|
+
/* @__PURE__ */ jsx(SheetPrimitive.Title, { className: "ml-2 truncate [flex-shrink:1]", children: title }),
|
|
2088
|
+
subtitle && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] normal-case tracking-normal [flex-shrink:100]", children: [
|
|
2084
2089
|
"\xB7 ",
|
|
2085
2090
|
subtitle
|
|
2086
2091
|
] })
|
|
@@ -2636,8 +2641,8 @@ function Card({
|
|
|
2636
2641
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot", "aria-hidden": true }),
|
|
2637
2642
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot opacity-70", "aria-hidden": true }),
|
|
2638
2643
|
/* @__PURE__ */ jsx("span", { className: "terminal-dot opacity-50", "aria-hidden": true }),
|
|
2639
|
-
/* @__PURE__ */ jsx("span", { className: "ml-2 truncate", children: title }),
|
|
2640
|
-
subtitle && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] tracking-normal normal-case", children: [
|
|
2644
|
+
/* @__PURE__ */ jsx("span", { className: "ml-2 truncate [flex-shrink:1]", children: title }),
|
|
2645
|
+
subtitle && /* @__PURE__ */ jsxs("span", { className: "text-muted-foreground/70 ml-1 min-w-0 truncate text-[10px] tracking-normal normal-case [flex-shrink:100]", children: [
|
|
2641
2646
|
"\xB7 ",
|
|
2642
2647
|
subtitle
|
|
2643
2648
|
] })
|
|
@@ -3757,6 +3762,13 @@ var ENTRIES = [
|
|
|
3757
3762
|
sub: "read \u2014 bitcoin desk",
|
|
3758
3763
|
docsHref: "https://btc.ochk.io/data"
|
|
3759
3764
|
},
|
|
3765
|
+
{
|
|
3766
|
+
slug: "globe",
|
|
3767
|
+
href: "https://globe.ochk.io",
|
|
3768
|
+
label: "oc\xB7globe",
|
|
3769
|
+
sub: "watch \u2014 the network, live",
|
|
3770
|
+
docsHref: "https://globe.ochk.io/sources"
|
|
3771
|
+
},
|
|
3760
3772
|
{
|
|
3761
3773
|
slug: "attest",
|
|
3762
3774
|
href: "https://attest.ochk.io",
|
|
@@ -3986,6 +3998,15 @@ var FAMILY_PROPERTIES = [
|
|
|
3986
3998
|
docsHref: "https://btc.ochk.io/data",
|
|
3987
3999
|
category: "product"
|
|
3988
4000
|
},
|
|
4001
|
+
{
|
|
4002
|
+
slug: "globe",
|
|
4003
|
+
origin: "https://globe.ochk.io",
|
|
4004
|
+
hostname: "globe.ochk.io",
|
|
4005
|
+
label: "oc\xB7globe",
|
|
4006
|
+
sub: "watch \u2014 the network, live",
|
|
4007
|
+
docsHref: "https://globe.ochk.io/sources",
|
|
4008
|
+
category: "product"
|
|
4009
|
+
},
|
|
3989
4010
|
{
|
|
3990
4011
|
slug: "attest",
|
|
3991
4012
|
origin: "https://attest.ochk.io",
|