@orangecheck/design 0.31.1 → 0.32.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.
@@ -1,4 +1,4 @@
1
- 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, OcErrorPage, OcErrorPageProps, OcErrorVariant, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.mjs';
1
+ export { ACKNOWLEDGEMENT_NAME, ACKNOWLEDGEMENT_URL, AccentList, AccentListItem, AccentListProps, AccentNote, AccentNoteProps, Acknowledgement, AcknowledgementProps, 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, OcErrorPage, OcErrorPageProps, OcErrorVariant, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.mjs';
2
2
  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';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1,4 +1,4 @@
1
- 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, OcErrorPage, OcErrorPageProps, OcErrorVariant, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.js';
1
+ export { ACKNOWLEDGEMENT_NAME, ACKNOWLEDGEMENT_URL, AccentList, AccentListItem, AccentListProps, AccentNote, AccentNoteProps, Acknowledgement, AcknowledgementProps, 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, OcErrorPage, OcErrorPageProps, OcErrorVariant, Panel, PanelProps, Section, SectionHeader, SectionHeaderProps, SectionProps, StatCard, StatCardProps, StatGrid, StatGridProps, StatItem, StatTile, Step, StepList, StepListProps, TwoToneHeading, TwoToneHeadingProps, VerifiedChip, VerifiedChipProps } from './composites.js';
2
2
  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';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
@@ -1156,6 +1156,40 @@ function VerifiedChip({ icon, iconTone = "peach", label, className }) {
1156
1156
  }
1157
1157
  );
1158
1158
  }
1159
+ var ACKNOWLEDGEMENT_URL = "https://bramk.substack.com/";
1160
+ var ACKNOWLEDGEMENT_NAME = "bram kanstein";
1161
+ function Acknowledgement({ tone = "default", className }) {
1162
+ const onBrand = tone === "onBrand";
1163
+ return /* @__PURE__ */ jsxRuntime.jsxs(
1164
+ "p",
1165
+ {
1166
+ className: cn(
1167
+ "mx-auto max-w-[52ch] font-mono text-xs leading-relaxed",
1168
+ onBrand ? "text-brand-foreground/70" : "text-muted-foreground",
1169
+ className
1170
+ ),
1171
+ children: [
1172
+ "with thanks to",
1173
+ " ",
1174
+ /* @__PURE__ */ jsxRuntime.jsx(
1175
+ "a",
1176
+ {
1177
+ href: ACKNOWLEDGEMENT_URL,
1178
+ target: "_blank",
1179
+ rel: "noreferrer",
1180
+ className: cn(
1181
+ "underline decoration-dotted underline-offset-2 transition-colors",
1182
+ onBrand ? "hover:text-brand-foreground" : "hover:text-foreground"
1183
+ ),
1184
+ children: ACKNOWLEDGEMENT_NAME
1185
+ }
1186
+ ),
1187
+ " ",
1188
+ "\u2014 whose work on bitcoin as sovereignty layer shaped the premise."
1189
+ ]
1190
+ }
1191
+ );
1192
+ }
1159
1193
  var ENTRIES = [
1160
1194
  {
1161
1195
  slug: "home",
@@ -3223,8 +3257,11 @@ function OcFamilyFooter({
3223
3257
  ] }) });
3224
3258
  }
3225
3259
 
3260
+ exports.ACKNOWLEDGEMENT_NAME = ACKNOWLEDGEMENT_NAME;
3261
+ exports.ACKNOWLEDGEMENT_URL = ACKNOWLEDGEMENT_URL;
3226
3262
  exports.AccentList = AccentList;
3227
3263
  exports.AccentNote = AccentNote;
3264
+ exports.Acknowledgement = Acknowledgement;
3228
3265
  exports.AppShell = AppShell;
3229
3266
  exports.BrandBand = BrandBand;
3230
3267
  exports.Callout = Callout;