@orangecheck/design 0.20.0 → 0.22.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.
@@ -311,7 +311,7 @@ function TwoToneHeading({
311
311
  }) {
312
312
  const Tag = as ?? "h2";
313
313
  const leadColor = tone === "onBrand" ? "text-primary-foreground" : "text-foreground";
314
- const mutedColor = tone === "onBrand" ? "text-primary-foreground/60" : "text-foreground/40";
314
+ const mutedColor = tone === "onBrand" ? "text-primary-foreground/75" : "text-foreground/40";
315
315
  return /* @__PURE__ */ jsxRuntime.jsxs(
316
316
  Tag,
317
317
  {
@@ -1088,6 +1088,13 @@ var ENTRIES = [
1088
1088
  sub: "cofound \u2014 get behind builders",
1089
1089
  docsHref: "https://docs.ochk.io/cosign"
1090
1090
  },
1091
+ {
1092
+ slug: "btc",
1093
+ href: "https://btc.ochk.io",
1094
+ label: "oc\xB7btc",
1095
+ sub: "read \u2014 bitcoin desk",
1096
+ docsHref: "https://btc.ochk.io/data"
1097
+ },
1091
1098
  {
1092
1099
  slug: "attest",
1093
1100
  href: "https://attest.ochk.io",
@@ -1308,6 +1315,15 @@ var FAMILY_PROPERTIES = [
1308
1315
  docsHref: "https://docs.ochk.io/cosign",
1309
1316
  category: "product"
1310
1317
  },
1318
+ {
1319
+ slug: "btc",
1320
+ origin: "https://btc.ochk.io",
1321
+ hostname: "btc.ochk.io",
1322
+ label: "oc\xB7btc",
1323
+ sub: "read \u2014 bitcoin desk",
1324
+ docsHref: "https://btc.ochk.io/data",
1325
+ category: "product"
1326
+ },
1311
1327
  {
1312
1328
  slug: "attest",
1313
1329
  origin: "https://attest.ochk.io",