@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.
- package/README.md +29 -8
- 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 +17 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +17 -1
- package/dist/components.mjs.map +1 -1
- package/dist/composites.js +1 -1
- package/dist/composites.js.map +1 -1
- package/dist/composites.mjs +1 -1
- package/dist/composites.mjs.map +1 -1
- package/dist/index.js +24 -8
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +24 -8
- package/dist/index.mjs.map +1 -1
- package/dist/styles/theme.css +8 -4
- package/dist/styles/themes/ember.css +18 -3
- package/dist/styles/themes/orangecheck.css +6 -6
- package/dist/styles/themes.css +4 -3
- package/dist/tokens.d.mts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +7 -7
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +7 -7
- package/dist/tokens.mjs.map +1 -1
- package/package.json +1 -1
package/dist/components.js
CHANGED
|
@@ -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/
|
|
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",
|