@orangecheck/design 0.30.1 → 0.31.1
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 +0 -16
- package/dist/chrome.js.map +1 -1
- package/dist/chrome.mjs +0 -16
- package/dist/chrome.mjs.map +1 -1
- package/dist/components.js +0 -16
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +0 -16
- package/dist/components.mjs.map +1 -1
- package/dist/composites.js.map +1 -1
- package/dist/composites.mjs.map +1 -1
- package/dist/index.js +1 -21
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -21
- package/dist/index.mjs.map +1 -1
- package/dist/primitives.js.map +1 -1
- package/dist/primitives.mjs.map +1 -1
- package/dist/tokens.d.mts +1 -1
- package/dist/tokens.d.ts +1 -1
- package/dist/tokens.js +1 -5
- package/dist/tokens.js.map +1 -1
- package/dist/tokens.mjs +1 -5
- package/dist/tokens.mjs.map +1 -1
- package/package.json +2 -2
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' | '
|
|
5
|
+
type EcosystemSlug = 'home' | 'docs' | 'me' | 'vault' | 'chat' | 'cosign' | 'btc' | 'globe' | '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' | '
|
|
5
|
+
type EcosystemSlug = 'home' | 'docs' | 'me' | 'vault' | 'chat' | 'cosign' | 'btc' | 'globe' | '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
|
@@ -137,13 +137,6 @@ var ENTRIES = [
|
|
|
137
137
|
}
|
|
138
138
|
];
|
|
139
139
|
var OWNER_ENTRIES = [
|
|
140
|
-
{
|
|
141
|
-
slug: "fleet",
|
|
142
|
-
href: "https://fleet.ochk.io",
|
|
143
|
-
label: "oc\xB7fleet",
|
|
144
|
-
sub: "managed \u2014 agent fleet",
|
|
145
|
-
docsHref: "https://fleet.ochk.io"
|
|
146
|
-
},
|
|
147
140
|
{
|
|
148
141
|
slug: "analytics",
|
|
149
142
|
href: "https://analytics.ochk.io",
|
|
@@ -523,15 +516,6 @@ var FAMILY_PROPERTIES = [
|
|
|
523
516
|
docsHref: "https://docs.ochk.io/pledge",
|
|
524
517
|
category: "protocol"
|
|
525
518
|
},
|
|
526
|
-
{
|
|
527
|
-
slug: "fleet",
|
|
528
|
-
origin: "https://fleet.ochk.io",
|
|
529
|
-
hostname: "fleet.ochk.io",
|
|
530
|
-
label: "oc\xB7fleet",
|
|
531
|
-
sub: "managed \u2014 agent fleet",
|
|
532
|
-
docsHref: "https://fleet.ochk.io",
|
|
533
|
-
category: "owner"
|
|
534
|
-
},
|
|
535
519
|
{
|
|
536
520
|
slug: "analytics",
|
|
537
521
|
origin: "https://analytics.ochk.io",
|