@orangecheck/design 0.20.0 → 0.21.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/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 +16 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/components.mjs
CHANGED
|
@@ -1062,6 +1062,13 @@ var ENTRIES = [
|
|
|
1062
1062
|
sub: "cofound \u2014 get behind builders",
|
|
1063
1063
|
docsHref: "https://docs.ochk.io/cosign"
|
|
1064
1064
|
},
|
|
1065
|
+
{
|
|
1066
|
+
slug: "btc",
|
|
1067
|
+
href: "https://btc.ochk.io",
|
|
1068
|
+
label: "oc\xB7btc",
|
|
1069
|
+
sub: "read \u2014 bitcoin desk",
|
|
1070
|
+
docsHref: "https://btc.ochk.io/data"
|
|
1071
|
+
},
|
|
1065
1072
|
{
|
|
1066
1073
|
slug: "attest",
|
|
1067
1074
|
href: "https://attest.ochk.io",
|
|
@@ -1282,6 +1289,15 @@ var FAMILY_PROPERTIES = [
|
|
|
1282
1289
|
docsHref: "https://docs.ochk.io/cosign",
|
|
1283
1290
|
category: "product"
|
|
1284
1291
|
},
|
|
1292
|
+
{
|
|
1293
|
+
slug: "btc",
|
|
1294
|
+
origin: "https://btc.ochk.io",
|
|
1295
|
+
hostname: "btc.ochk.io",
|
|
1296
|
+
label: "oc\xB7btc",
|
|
1297
|
+
sub: "read \u2014 bitcoin desk",
|
|
1298
|
+
docsHref: "https://btc.ochk.io/data",
|
|
1299
|
+
category: "product"
|
|
1300
|
+
},
|
|
1285
1301
|
{
|
|
1286
1302
|
slug: "attest",
|
|
1287
1303
|
origin: "https://attest.ochk.io",
|