@orangecheck/design 0.17.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 CHANGED
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
  import { DisplayIdentity, OcSignOutScope, DisplayIdentityKind, OcAccountSummary } from '@orangecheck/auth-client';
4
4
 
5
- type EcosystemSlug = 'home' | 'docs' | 'fleet' | 'me' | 'vault' | 'chat' | 'attest' | 'lock' | 'vote' | 'stamp' | 'agent' | 'pledge' | 'analytics' | 'bot' | 'forge';
5
+ type EcosystemSlug = 'home' | 'docs' | 'fleet' | 'me' | 'vault' | 'chat' | 'cosign' | 'attest' | 'lock' | 'vote' | 'stamp' | 'agent' | 'pledge' | 'analytics' | 'bot' | 'forge';
6
6
  interface EcosystemSwitcherProps {
7
7
  current: EcosystemSlug;
8
8
  className?: string;
package/dist/chrome.d.ts CHANGED
@@ -2,7 +2,7 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { ReactNode } from 'react';
3
3
  import { DisplayIdentity, OcSignOutScope, DisplayIdentityKind, OcAccountSummary } from '@orangecheck/auth-client';
4
4
 
5
- type EcosystemSlug = 'home' | 'docs' | 'fleet' | 'me' | 'vault' | 'chat' | 'attest' | 'lock' | 'vote' | 'stamp' | 'agent' | 'pledge' | 'analytics' | 'bot' | 'forge';
5
+ type EcosystemSlug = 'home' | 'docs' | 'fleet' | 'me' | 'vault' | 'chat' | 'cosign' | 'attest' | 'lock' | 'vote' | 'stamp' | 'agent' | 'pledge' | 'analytics' | 'bot' | 'forge';
6
6
  interface EcosystemSwitcherProps {
7
7
  current: EcosystemSlug;
8
8
  className?: string;
package/dist/chrome.js CHANGED
@@ -51,13 +51,6 @@ var ENTRIES = [
51
51
  sub: "unified docs",
52
52
  docsHref: "https://docs.ochk.io"
53
53
  },
54
- {
55
- slug: "fleet",
56
- href: "https://fleet.ochk.io",
57
- label: "oc\xB7fleet",
58
- sub: "managed \u2014 agent fleet",
59
- docsHref: "https://docs.ochk.io/fleet"
60
- },
61
54
  {
62
55
  slug: "me",
63
56
  href: "https://me.ochk.io",
@@ -79,6 +72,13 @@ var ENTRIES = [
79
72
  sub: "message \u2014 encrypted chat",
80
73
  docsHref: "https://docs.ochk.io/chat"
81
74
  },
75
+ {
76
+ slug: "cosign",
77
+ href: "https://cosign.ochk.io",
78
+ label: "oc\xB7cosign",
79
+ sub: "cofound \u2014 get behind builders",
80
+ docsHref: "https://docs.ochk.io/cosign"
81
+ },
82
82
  {
83
83
  slug: "attest",
84
84
  href: "https://attest.ochk.io",
@@ -123,6 +123,13 @@ var ENTRIES = [
123
123
  }
124
124
  ];
125
125
  var OWNER_ENTRIES = [
126
+ {
127
+ slug: "fleet",
128
+ href: "https://fleet.ochk.io",
129
+ label: "oc\xB7fleet",
130
+ sub: "managed \u2014 agent fleet",
131
+ docsHref: "https://fleet.ochk.io"
132
+ },
126
133
  {
127
134
  slug: "analytics",
128
135
  href: "https://analytics.ochk.io",
@@ -422,12 +429,12 @@ var FAMILY_PROPERTIES = [
422
429
  category: "product"
423
430
  },
424
431
  {
425
- slug: "fleet",
426
- origin: "https://fleet.ochk.io",
427
- hostname: "fleet.ochk.io",
428
- label: "oc\xB7fleet",
429
- sub: "managed \u2014 agent fleet",
430
- docsHref: "https://docs.ochk.io/fleet",
432
+ slug: "cosign",
433
+ origin: "https://cosign.ochk.io",
434
+ hostname: "cosign.ochk.io",
435
+ label: "oc\xB7cosign",
436
+ sub: "cofound \u2014 get behind builders",
437
+ docsHref: "https://docs.ochk.io/cosign",
431
438
  category: "product"
432
439
  },
433
440
  {
@@ -484,6 +491,15 @@ var FAMILY_PROPERTIES = [
484
491
  docsHref: "https://docs.ochk.io/pledge",
485
492
  category: "protocol"
486
493
  },
494
+ {
495
+ slug: "fleet",
496
+ origin: "https://fleet.ochk.io",
497
+ hostname: "fleet.ochk.io",
498
+ label: "oc\xB7fleet",
499
+ sub: "managed \u2014 agent fleet",
500
+ docsHref: "https://fleet.ochk.io",
501
+ category: "owner"
502
+ },
487
503
  {
488
504
  slug: "analytics",
489
505
  origin: "https://analytics.ochk.io",