@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/components.mjs
CHANGED
|
@@ -299,6 +299,13 @@ var ENTRIES = [
|
|
|
299
299
|
sub: "message \u2014 encrypted chat",
|
|
300
300
|
docsHref: "https://docs.ochk.io/chat"
|
|
301
301
|
},
|
|
302
|
+
{
|
|
303
|
+
slug: "cosign",
|
|
304
|
+
href: "https://cosign.ochk.io",
|
|
305
|
+
label: "oc\xB7cosign",
|
|
306
|
+
sub: "cofound \u2014 get behind builders",
|
|
307
|
+
docsHref: "https://docs.ochk.io/cosign"
|
|
308
|
+
},
|
|
302
309
|
{
|
|
303
310
|
slug: "attest",
|
|
304
311
|
href: "https://attest.ochk.io",
|
|
@@ -645,6 +652,15 @@ var FAMILY_PROPERTIES = [
|
|
|
645
652
|
docsHref: "https://docs.ochk.io/chat",
|
|
646
653
|
category: "product"
|
|
647
654
|
},
|
|
655
|
+
{
|
|
656
|
+
slug: "cosign",
|
|
657
|
+
origin: "https://cosign.ochk.io",
|
|
658
|
+
hostname: "cosign.ochk.io",
|
|
659
|
+
label: "oc\xB7cosign",
|
|
660
|
+
sub: "cofound \u2014 get behind builders",
|
|
661
|
+
docsHref: "https://docs.ochk.io/cosign",
|
|
662
|
+
category: "product"
|
|
663
|
+
},
|
|
648
664
|
{
|
|
649
665
|
slug: "attest",
|
|
650
666
|
origin: "https://attest.ochk.io",
|