@orangecheck/design 0.18.0 → 0.19.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.mjs
CHANGED
|
@@ -2520,6 +2520,13 @@ var ENTRIES = [
|
|
|
2520
2520
|
sub: "message \u2014 encrypted chat",
|
|
2521
2521
|
docsHref: "https://docs.ochk.io/chat"
|
|
2522
2522
|
},
|
|
2523
|
+
{
|
|
2524
|
+
slug: "cosign",
|
|
2525
|
+
href: "https://cosign.ochk.io",
|
|
2526
|
+
label: "oc\xB7cosign",
|
|
2527
|
+
sub: "cofound \u2014 get behind builders",
|
|
2528
|
+
docsHref: "https://docs.ochk.io/cosign"
|
|
2529
|
+
},
|
|
2523
2530
|
{
|
|
2524
2531
|
slug: "attest",
|
|
2525
2532
|
href: "https://attest.ochk.io",
|
|
@@ -2731,6 +2738,15 @@ var FAMILY_PROPERTIES = [
|
|
|
2731
2738
|
docsHref: "https://docs.ochk.io/chat",
|
|
2732
2739
|
category: "product"
|
|
2733
2740
|
},
|
|
2741
|
+
{
|
|
2742
|
+
slug: "cosign",
|
|
2743
|
+
origin: "https://cosign.ochk.io",
|
|
2744
|
+
hostname: "cosign.ochk.io",
|
|
2745
|
+
label: "oc\xB7cosign",
|
|
2746
|
+
sub: "cofound \u2014 get behind builders",
|
|
2747
|
+
docsHref: "https://docs.ochk.io/cosign",
|
|
2748
|
+
category: "product"
|
|
2749
|
+
},
|
|
2734
2750
|
{
|
|
2735
2751
|
slug: "attest",
|
|
2736
2752
|
origin: "https://attest.ochk.io",
|