@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/index.js
CHANGED
|
@@ -3055,6 +3055,13 @@ var ENTRIES = [
|
|
|
3055
3055
|
sub: "cofound \u2014 get behind builders",
|
|
3056
3056
|
docsHref: "https://docs.ochk.io/cosign"
|
|
3057
3057
|
},
|
|
3058
|
+
{
|
|
3059
|
+
slug: "btc",
|
|
3060
|
+
href: "https://btc.ochk.io",
|
|
3061
|
+
label: "oc\xB7btc",
|
|
3062
|
+
sub: "read \u2014 bitcoin desk",
|
|
3063
|
+
docsHref: "https://btc.ochk.io/data"
|
|
3064
|
+
},
|
|
3058
3065
|
{
|
|
3059
3066
|
slug: "attest",
|
|
3060
3067
|
href: "https://attest.ochk.io",
|
|
@@ -3275,6 +3282,15 @@ var FAMILY_PROPERTIES = [
|
|
|
3275
3282
|
docsHref: "https://docs.ochk.io/cosign",
|
|
3276
3283
|
category: "product"
|
|
3277
3284
|
},
|
|
3285
|
+
{
|
|
3286
|
+
slug: "btc",
|
|
3287
|
+
origin: "https://btc.ochk.io",
|
|
3288
|
+
hostname: "btc.ochk.io",
|
|
3289
|
+
label: "oc\xB7btc",
|
|
3290
|
+
sub: "read \u2014 bitcoin desk",
|
|
3291
|
+
docsHref: "https://btc.ochk.io/data",
|
|
3292
|
+
category: "product"
|
|
3293
|
+
},
|
|
3278
3294
|
{
|
|
3279
3295
|
slug: "attest",
|
|
3280
3296
|
origin: "https://attest.ochk.io",
|