@orangecheck/design 0.23.0 → 0.24.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 +25 -1
- package/dist/chrome.d.ts +25 -1
- package/dist/chrome.js +125 -0
- package/dist/chrome.js.map +1 -1
- package/dist/chrome.mjs +125 -1
- package/dist/chrome.mjs.map +1 -1
- package/dist/components.d.mts +1 -1
- package/dist/components.d.ts +1 -1
- package/dist/components.js +125 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +125 -1
- package/dist/components.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +125 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +125 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AppearanceControls, DEFAULT_OC_THEME, OC_DEFAULT_ACCENT, OC_SKIN_COOKIE, OC_THEMES, OcAppearanceMenu, OcAppearanceMenuProps, OcAurora, OcAuroraProps, OcTheme, OcThemeBridge, OcThemeId, OcThemePicker, OcThemePickerProps, OcThemeProvider, OcThemeProviderProps, accentFor, cn, getOcThemeInitScript, isKnownTheme, resolveTheme, useOcSkin } from './tokens.mjs';
|
|
2
2
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertTitle, AlertWithAction, AlertWithActionProps, AlertWithCountdown, AlertWithCountdownProps, Badge, Bar, BarProps, BitcoinAddress, BitcoinAddressProps, Button, Card, CardProps, Checkbox, ConfirmHost, ConfirmOptions, CopyButton, CopyButtonProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, ErrorBoundary, IconBadge, IconBadgeProps, Input, Label, Modal, ModalProps, Pagination, PaginationProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PromptHost, PromptOptions, QrCode, QrCodeProps, RadioGroup, RadioGroupItem, SatsAmount, SatsAmountProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, SkeletonProps, Sparkline, SparklineProps, StatBlock, StatBlockProps, StatusPill, StatusPillProps, StatusPillSpec, StatusPillVariant, StatusTone, Surface, SurfaceProps, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThemeToggle, ThemeToggleLink, Toaster, Tooltip, TooltipProps, Working, WorkingPanel, WorkingProps, badgeVariants, buttonVariants, confirm, iconBadgeVariants, makeStatusPill, prompt, surfaceVariants } from './primitives.mjs';
|
|
3
3
|
export { AccentList, AccentListItem, AccentListProps, AccentNote, AccentNoteProps, BrandBand, Callout, CalloutProps, CalloutTone, CheckList, CheckListProps, ComparisonRow, ComparisonTable, ComparisonTableProps, DataRow, DataRowProps, DefinitionItem, DefinitionList, DefinitionListProps, EmailCapture, EmailCaptureProps, EmptyState, EmptyStateCta, EmptyStateProps, Faq, FaqItem, FaqProps, FeatureCard, FeatureCardProps, HelpHint, HelpHintProps, MarketingHeading, MarketingHeadingProps, NumberedStep, NumberedStepProps, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.mjs';
|
|
4
|
-
export { AppShell, AppShellProps, EcosystemSlug, EcosystemSwitcher, EcosystemSwitcherProps, FAMILY_PROPERTIES, FamilyCategory, FamilyProperty, LayoutSubHeader, LayoutSubHeaderProps, LayoutSubHeaderTag, OcAccountMenu, OcAccountMenuBuildInfo, OcAccountMenuItem, OcAccountMenuProps, OcAccountMenuSession, OcAccountMenuView, OcAccountMenuViewProps, OcAppBar, OcAppBarProps, OcDashboardHub, OcDashboardHubProps, OcDashboardShell, OcDashboardShellProps, OcDashboardTool, OcLogoDropdown, OcLogoDropdownProps, OcPrimaryNav, OcPrimaryNavLink, OcPrimaryNavProps, SITE_STATE_LABEL, SiteState, findFamilyProperty } from './chrome.mjs';
|
|
4
|
+
export { AppShell, AppShellProps, EcosystemSlug, EcosystemSwitcher, EcosystemSwitcherProps, FAMILY_PROPERTIES, FamilyCategory, FamilyProperty, FooterColumn, FooterLink, LayoutSubHeader, LayoutSubHeaderProps, LayoutSubHeaderTag, OcAccountMenu, OcAccountMenuBuildInfo, OcAccountMenuItem, OcAccountMenuProps, OcAccountMenuSession, OcAccountMenuView, OcAccountMenuViewProps, OcAppBar, OcAppBarProps, OcDashboardHub, OcDashboardHubProps, OcDashboardShell, OcDashboardShellProps, OcDashboardTool, OcFamilyFooter, OcFamilyFooterBrand, OcFamilyFooterProps, OcLogoDropdown, OcLogoDropdownProps, OcPrimaryNav, OcPrimaryNavLink, OcPrimaryNavProps, SITE_STATE_LABEL, SiteState, findFamilyProperty } from './chrome.mjs';
|
|
5
5
|
export { ExplorerNetwork, ExplorerTarget, REFERENCE_BTC_USD, SpotPrice, UseSpotPriceOptions, asOf, explorerUrl, formatSats, formatSatsCompact, priceBoth, relativeTime, satsToUsd, shortenAddress, usdToSats, useSpotPrice } from './format.mjs';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export { AppearanceControls, DEFAULT_OC_THEME, OC_DEFAULT_ACCENT, OC_SKIN_COOKIE, OC_THEMES, OcAppearanceMenu, OcAppearanceMenuProps, OcAurora, OcAuroraProps, OcTheme, OcThemeBridge, OcThemeId, OcThemePicker, OcThemePickerProps, OcThemeProvider, OcThemeProviderProps, accentFor, cn, getOcThemeInitScript, isKnownTheme, resolveTheme, useOcSkin } from './tokens.js';
|
|
2
2
|
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, Alert, AlertDescription, AlertTitle, AlertWithAction, AlertWithActionProps, AlertWithCountdown, AlertWithCountdownProps, Badge, Bar, BarProps, BitcoinAddress, BitcoinAddressProps, Button, Card, CardProps, Checkbox, ConfirmHost, ConfirmOptions, CopyButton, CopyButtonProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, ErrorBoundary, IconBadge, IconBadgeProps, Input, Label, Modal, ModalProps, Pagination, PaginationProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PromptHost, PromptOptions, QrCode, QrCodeProps, RadioGroup, RadioGroupItem, SatsAmount, SatsAmountProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, SkeletonProps, Sparkline, SparklineProps, StatBlock, StatBlockProps, StatusPill, StatusPillProps, StatusPillSpec, StatusPillVariant, StatusTone, Surface, SurfaceProps, Switch, Tabs, TabsContent, TabsList, TabsTrigger, Textarea, ThemeToggle, ThemeToggleLink, Toaster, Tooltip, TooltipProps, Working, WorkingPanel, WorkingProps, badgeVariants, buttonVariants, confirm, iconBadgeVariants, makeStatusPill, prompt, surfaceVariants } from './primitives.js';
|
|
3
3
|
export { AccentList, AccentListItem, AccentListProps, AccentNote, AccentNoteProps, BrandBand, Callout, CalloutProps, CalloutTone, CheckList, CheckListProps, ComparisonRow, ComparisonTable, ComparisonTableProps, DataRow, DataRowProps, DefinitionItem, DefinitionList, DefinitionListProps, EmailCapture, EmailCaptureProps, EmptyState, EmptyStateCta, EmptyStateProps, Faq, FaqItem, FaqProps, FeatureCard, FeatureCardProps, HelpHint, HelpHintProps, MarketingHeading, MarketingHeadingProps, NumberedStep, NumberedStepProps, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.js';
|
|
4
|
-
export { AppShell, AppShellProps, EcosystemSlug, EcosystemSwitcher, EcosystemSwitcherProps, FAMILY_PROPERTIES, FamilyCategory, FamilyProperty, LayoutSubHeader, LayoutSubHeaderProps, LayoutSubHeaderTag, OcAccountMenu, OcAccountMenuBuildInfo, OcAccountMenuItem, OcAccountMenuProps, OcAccountMenuSession, OcAccountMenuView, OcAccountMenuViewProps, OcAppBar, OcAppBarProps, OcDashboardHub, OcDashboardHubProps, OcDashboardShell, OcDashboardShellProps, OcDashboardTool, OcLogoDropdown, OcLogoDropdownProps, OcPrimaryNav, OcPrimaryNavLink, OcPrimaryNavProps, SITE_STATE_LABEL, SiteState, findFamilyProperty } from './chrome.js';
|
|
4
|
+
export { AppShell, AppShellProps, EcosystemSlug, EcosystemSwitcher, EcosystemSwitcherProps, FAMILY_PROPERTIES, FamilyCategory, FamilyProperty, FooterColumn, FooterLink, LayoutSubHeader, LayoutSubHeaderProps, LayoutSubHeaderTag, OcAccountMenu, OcAccountMenuBuildInfo, OcAccountMenuItem, OcAccountMenuProps, OcAccountMenuSession, OcAccountMenuView, OcAccountMenuViewProps, OcAppBar, OcAppBarProps, OcDashboardHub, OcDashboardHubProps, OcDashboardShell, OcDashboardShellProps, OcDashboardTool, OcFamilyFooter, OcFamilyFooterBrand, OcFamilyFooterProps, OcLogoDropdown, OcLogoDropdownProps, OcPrimaryNav, OcPrimaryNavLink, OcPrimaryNavProps, SITE_STATE_LABEL, SiteState, findFamilyProperty } from './chrome.js';
|
|
5
5
|
export { ExplorerNetwork, ExplorerTarget, REFERENCE_BTC_USD, SpotPrice, UseSpotPriceOptions, asOf, explorerUrl, formatSats, formatSatsCompact, priceBoth, relativeTime, satsToUsd, shortenAddress, usdToSats, useSpotPrice } from './format.js';
|
|
6
6
|
import 'clsx';
|
|
7
7
|
import 'react/jsx-runtime';
|
package/dist/index.js
CHANGED
|
@@ -4885,6 +4885,130 @@ function OcAppBar({
|
|
|
4885
4885
|
}
|
|
4886
4886
|
);
|
|
4887
4887
|
}
|
|
4888
|
+
var GRID = {
|
|
4889
|
+
1: "md:grid-cols-[1.2fr_1fr]",
|
|
4890
|
+
2: "md:grid-cols-[1.2fr_1fr_1fr]",
|
|
4891
|
+
3: "md:grid-cols-[1.2fr_1fr_1fr_1fr]",
|
|
4892
|
+
4: "md:grid-cols-[1.2fr_1fr_1fr_1fr_1fr]",
|
|
4893
|
+
5: "md:grid-cols-[1.2fr_1fr_1fr_1fr_1fr_1fr]"
|
|
4894
|
+
};
|
|
4895
|
+
var LINK_CLS = "text-muted-foreground hover:text-foreground font-mono text-xs tracking-wide lowercase transition-colors";
|
|
4896
|
+
function FooterLinkItem({ link }) {
|
|
4897
|
+
if (link.external) {
|
|
4898
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("a", { href: link.href, target: "_blank", rel: "noreferrer", className: LINK_CLS, children: [
|
|
4899
|
+
"> ",
|
|
4900
|
+
link.label,
|
|
4901
|
+
" \u2197"
|
|
4902
|
+
] });
|
|
4903
|
+
}
|
|
4904
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(Link6__default.default, { href: link.href, className: LINK_CLS, children: [
|
|
4905
|
+
"> ",
|
|
4906
|
+
link.label
|
|
4907
|
+
] });
|
|
4908
|
+
}
|
|
4909
|
+
function FooterColumnView({ column }) {
|
|
4910
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
4911
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "label-mono text-primary mb-3", children: column.label }),
|
|
4912
|
+
/* @__PURE__ */ jsxRuntime.jsx("ul", { className: "space-y-2", children: column.links.map((link) => /* @__PURE__ */ jsxRuntime.jsx("li", { children: /* @__PURE__ */ jsxRuntime.jsx(FooterLinkItem, { link }) }, `${column.label}:${link.href}`)) })
|
|
4913
|
+
] });
|
|
4914
|
+
}
|
|
4915
|
+
function familyColumn(category, label) {
|
|
4916
|
+
return {
|
|
4917
|
+
label,
|
|
4918
|
+
links: FAMILY_PROPERTIES.filter((p) => p.category === category).map(
|
|
4919
|
+
(p) => ({
|
|
4920
|
+
href: p.origin,
|
|
4921
|
+
label: p.label,
|
|
4922
|
+
external: true
|
|
4923
|
+
})
|
|
4924
|
+
)
|
|
4925
|
+
};
|
|
4926
|
+
}
|
|
4927
|
+
function OcFamilyFooter({
|
|
4928
|
+
brand,
|
|
4929
|
+
columns = [],
|
|
4930
|
+
family,
|
|
4931
|
+
legalBase = "https://ochk.io",
|
|
4932
|
+
className
|
|
4933
|
+
}) {
|
|
4934
|
+
const familyCols = [];
|
|
4935
|
+
if (family === "products" || family === "both") {
|
|
4936
|
+
familyCols.push(familyColumn("product", "\xA7 products"));
|
|
4937
|
+
}
|
|
4938
|
+
if (family === "protocols" || family === "both") {
|
|
4939
|
+
familyCols.push(familyColumn("protocol", "\xA7 protocols"));
|
|
4940
|
+
}
|
|
4941
|
+
const allColumns = [...familyCols, ...columns];
|
|
4942
|
+
const grid = GRID[allColumns.length] ?? GRID[3];
|
|
4943
|
+
const year = (/* @__PURE__ */ new Date()).getFullYear();
|
|
4944
|
+
const legal = (path) => `${legalBase}${path}`;
|
|
4945
|
+
return /* @__PURE__ */ jsxRuntime.jsx("footer", { className: cn("border-t", className), children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "container py-10 sm:py-12 md:py-16", children: [
|
|
4946
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("grid gap-8 sm:grid-cols-2 sm:gap-10", grid), children: [
|
|
4947
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
4948
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
4949
|
+
brand.mark,
|
|
4950
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-display text-sm font-bold tracking-tight", children: brand.wordmark })
|
|
4951
|
+
] }),
|
|
4952
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-muted-foreground mt-3 max-w-[34ch] text-sm leading-relaxed", children: brand.tagline }),
|
|
4953
|
+
brand.meta && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mt-4", children: brand.meta })
|
|
4954
|
+
] }),
|
|
4955
|
+
allColumns.map((column) => /* @__PURE__ */ jsxRuntime.jsx(FooterColumnView, { column }, column.label))
|
|
4956
|
+
] }),
|
|
4957
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "mt-10 flex flex-col items-start justify-between gap-3 border-t pt-6 font-mono text-[11px] tracking-widest uppercase sm:flex-row sm:items-center", children: [
|
|
4958
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground", children: [
|
|
4959
|
+
"\xA9 ",
|
|
4960
|
+
year,
|
|
4961
|
+
" orangecheck \xB7 mit + cc-by-4.0"
|
|
4962
|
+
] }),
|
|
4963
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-muted-foreground/80 flex flex-wrap items-center gap-x-4 gap-y-1", children: [
|
|
4964
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4965
|
+
"a",
|
|
4966
|
+
{
|
|
4967
|
+
href: legal("/privacy"),
|
|
4968
|
+
className: "hover:text-foreground transition-colors",
|
|
4969
|
+
children: "privacy"
|
|
4970
|
+
}
|
|
4971
|
+
),
|
|
4972
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4973
|
+
"a",
|
|
4974
|
+
{
|
|
4975
|
+
href: legal("/terms"),
|
|
4976
|
+
className: "hover:text-foreground transition-colors",
|
|
4977
|
+
children: "terms"
|
|
4978
|
+
}
|
|
4979
|
+
),
|
|
4980
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4981
|
+
"a",
|
|
4982
|
+
{
|
|
4983
|
+
href: legal("/security"),
|
|
4984
|
+
className: "hover:text-foreground transition-colors",
|
|
4985
|
+
children: "security"
|
|
4986
|
+
}
|
|
4987
|
+
),
|
|
4988
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4989
|
+
"a",
|
|
4990
|
+
{
|
|
4991
|
+
href: legal("/trademark"),
|
|
4992
|
+
className: "hover:text-foreground transition-colors",
|
|
4993
|
+
children: "trademarks"
|
|
4994
|
+
}
|
|
4995
|
+
),
|
|
4996
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
4997
|
+
"a",
|
|
4998
|
+
{
|
|
4999
|
+
href: legal("/contact"),
|
|
5000
|
+
className: "hover:text-foreground transition-colors",
|
|
5001
|
+
children: "contact"
|
|
5002
|
+
}
|
|
5003
|
+
)
|
|
5004
|
+
] }),
|
|
5005
|
+
/* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground inline-flex items-center gap-1.5", children: [
|
|
5006
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-primary text-[13px] leading-none", children: "\u20BF" }),
|
|
5007
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "built with bitcoin" })
|
|
5008
|
+
] })
|
|
5009
|
+
] })
|
|
5010
|
+
] }) });
|
|
5011
|
+
}
|
|
4888
5012
|
|
|
4889
5013
|
exports.AccentList = AccentList;
|
|
4890
5014
|
exports.AccentNote = AccentNote;
|
|
@@ -4949,6 +5073,7 @@ exports.OcAppearanceMenu = OcAppearanceMenu;
|
|
|
4949
5073
|
exports.OcAurora = OcAurora;
|
|
4950
5074
|
exports.OcDashboardHub = OcDashboardHub;
|
|
4951
5075
|
exports.OcDashboardShell = OcDashboardShell;
|
|
5076
|
+
exports.OcFamilyFooter = OcFamilyFooter;
|
|
4952
5077
|
exports.OcLogoDropdown = OcLogoDropdown;
|
|
4953
5078
|
exports.OcPrimaryNav = OcPrimaryNav;
|
|
4954
5079
|
exports.OcThemeBridge = OcThemeBridge;
|