@doneisbetter/gds-core 3.0.0 → 3.0.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/index.mjs CHANGED
@@ -1,10 +1,20 @@
1
1
  import {
2
2
  AccessRecoveryPanel,
3
+ AdvancedDataTable,
4
+ CommandPalette,
5
+ CommandRegistryProvider,
3
6
  ConfirmDialog,
4
7
  DiscoveryShell,
5
8
  DocsCodeBlock,
6
9
  DocsShell,
10
+ FormErrorSummary,
7
11
  GameBoardTile,
12
+ GdsFormProvider,
13
+ GdsNotificationProvider,
14
+ GdsTelemetryProvider,
15
+ ListingProvider,
16
+ NotificationCenter,
17
+ OverlayManagerProvider,
8
18
  ReferenceThemeExplorer,
9
19
  SemanticButton,
10
20
  ShareButtonGroup,
@@ -12,19 +22,35 @@ import {
12
22
  SidebarNavItem,
13
23
  SidebarNavSection,
14
24
  ThemeToggle,
15
- UploadDropzone
16
- } from "./chunk-NBCULITN.mjs";
25
+ UploadDropzone,
26
+ ValidatedFieldMessage,
27
+ gdsFormReducer,
28
+ listingQueryReducer,
29
+ useCommandLauncher,
30
+ useDiscoveryShellState,
31
+ useGdsForm,
32
+ useGdsFormSnapshot,
33
+ useGdsNotifications,
34
+ useGdsTelemetry,
35
+ useListingState,
36
+ useOverlayManager
37
+ } from "./chunk-6FX7WZZO.mjs";
17
38
  import {
18
39
  AccentPanel,
19
40
  AccessSummary,
20
41
  ActionBar,
42
+ ActiveFilterChips,
21
43
  ArticleShell,
44
+ AsyncSurface,
22
45
  AuthShell,
46
+ BannerNotice,
23
47
  BrowseSurface,
48
+ BulkActionsBar,
24
49
  ChartTokenPanel,
25
50
  ChoiceChip,
26
51
  ConsumerDashboardGrid,
27
52
  ConsumerSection,
53
+ CountBadge,
28
54
  CtaButtonGroup,
29
55
  DataToolbar,
30
56
  DetailProfileShell,
@@ -37,13 +63,17 @@ import {
37
63
  FilterDrawer,
38
64
  FoodMenuSection,
39
65
  FormField,
66
+ GdsChart,
40
67
  GdsIcons,
41
68
  GdsVocabulary,
69
+ InlineAlert,
70
+ LabelTag,
42
71
  ListingCard,
43
72
  MapPanel,
44
73
  MediaCard,
45
74
  MediaField,
46
75
  MetricCard,
76
+ NotificationCenterView,
47
77
  PROVIDER_IDENTITY_REGISTRY,
48
78
  PageHeader,
49
79
  PeriodSelector,
@@ -64,9 +94,11 @@ import {
64
94
  ReferenceLocaleNotice,
65
95
  ReferenceSection,
66
96
  ReportingSection,
97
+ ResultSummary,
67
98
  SectionPanel,
68
99
  SimpleDataTable,
69
100
  SocialAuthButtons,
101
+ SortMenu,
70
102
  StateBlock,
71
103
  StatsSection,
72
104
  StatusBadge,
@@ -76,6 +108,8 @@ import {
76
108
  en,
77
109
  es,
78
110
  fr,
111
+ gdsCardSizePaddingMap,
112
+ gdsCardTitleOrderMap,
79
113
  gdsLocales,
80
114
  getGdsMessages,
81
115
  getProviderIdentityLabel,
@@ -88,24 +122,33 @@ import {
88
122
  isPresentationMode,
89
123
  it,
90
124
  mergeGdsVocabularyPacks,
125
+ renderGdsLayout,
91
126
  resolveAccentPanelStyles,
92
127
  resolveSemanticActionConfig,
93
128
  resolveSurfacePresentationStyles,
94
129
  ru
95
- } from "./chunk-P7ICTEEB.mjs";
130
+ } from "./chunk-YP7RL2MC.mjs";
96
131
  export {
97
132
  AccentPanel,
98
133
  AccessRecoveryPanel,
99
134
  AccessSummary,
100
135
  ActionBar,
136
+ ActiveFilterChips,
137
+ AdvancedDataTable,
101
138
  ArticleShell,
139
+ AsyncSurface,
102
140
  AuthShell,
141
+ BannerNotice,
103
142
  BrowseSurface,
143
+ BulkActionsBar,
104
144
  ChartTokenPanel,
105
145
  ChoiceChip,
146
+ CommandPalette,
147
+ CommandRegistryProvider,
106
148
  ConfirmDialog,
107
149
  ConsumerDashboardGrid,
108
150
  ConsumerSection,
151
+ CountBadge,
109
152
  CtaButtonGroup,
110
153
  DataToolbar,
111
154
  DetailProfileShell,
@@ -120,15 +163,26 @@ export {
120
163
  FeatureBand,
121
164
  FilterDrawer,
122
165
  FoodMenuSection,
166
+ FormErrorSummary,
123
167
  FormField,
124
168
  GameBoardTile,
169
+ GdsChart,
170
+ GdsFormProvider,
125
171
  GdsIcons,
172
+ GdsNotificationProvider,
173
+ GdsTelemetryProvider,
126
174
  GdsVocabulary,
175
+ InlineAlert,
176
+ LabelTag,
127
177
  ListingCard,
178
+ ListingProvider,
128
179
  MapPanel,
129
180
  MediaCard,
130
181
  MediaField,
131
182
  MetricCard,
183
+ NotificationCenter,
184
+ NotificationCenterView,
185
+ OverlayManagerProvider,
132
186
  PROVIDER_IDENTITY_REGISTRY,
133
187
  PageHeader,
134
188
  PeriodSelector,
@@ -150,6 +204,7 @@ export {
150
204
  ReferenceSection,
151
205
  ReferenceThemeExplorer,
152
206
  ReportingSection,
207
+ ResultSummary,
153
208
  SectionPanel,
154
209
  SemanticButton,
155
210
  ShareButtonGroup,
@@ -158,17 +213,22 @@ export {
158
213
  SidebarNavSection,
159
214
  SimpleDataTable,
160
215
  SocialAuthButtons,
216
+ SortMenu,
161
217
  StateBlock,
162
218
  StatsSection,
163
219
  StatusBadge,
164
220
  ThemeToggle,
165
221
  UploadDropzone,
222
+ ValidatedFieldMessage,
166
223
  ar,
167
224
  createGdsVocabularyPack,
168
225
  de,
169
226
  en,
170
227
  es,
171
228
  fr,
229
+ gdsCardSizePaddingMap,
230
+ gdsCardTitleOrderMap,
231
+ gdsFormReducer,
172
232
  gdsLocales,
173
233
  getGdsMessages,
174
234
  getProviderIdentityLabel,
@@ -180,9 +240,19 @@ export {
180
240
  hu,
181
241
  isPresentationMode,
182
242
  it,
243
+ listingQueryReducer,
183
244
  mergeGdsVocabularyPacks,
245
+ renderGdsLayout,
184
246
  resolveAccentPanelStyles,
185
247
  resolveSemanticActionConfig,
186
248
  resolveSurfacePresentationStyles,
187
- ru
249
+ ru,
250
+ useCommandLauncher,
251
+ useDiscoveryShellState,
252
+ useGdsForm,
253
+ useGdsFormSnapshot,
254
+ useGdsNotifications,
255
+ useGdsTelemetry,
256
+ useListingState,
257
+ useOverlayManager
188
258
  };
@@ -9,11 +9,23 @@ interface StatusBadgeProps extends Omit<BadgeProps, 'color'> {
9
9
  status: StatusVariant;
10
10
  children: ReactNode;
11
11
  }
12
+ type LabelTagTone = 'neutral' | 'info' | 'warning' | 'success';
13
+ interface LabelTagProps extends Omit<BadgeProps, 'color' | 'children'> {
14
+ tone?: LabelTagTone;
15
+ label: ReactNode;
16
+ }
17
+ interface CountBadgeProps extends Omit<BadgeProps, 'color' | 'children'> {
18
+ value: number;
19
+ cap?: number;
20
+ srLabel?: string;
21
+ }
12
22
  /**
13
23
  * StatusBadge enforces strict semantic coloring.
14
24
  * Arbitrary hex colors are prohibited.
15
25
  */
16
26
  declare function StatusBadge({ status, children, ...props }: StatusBadgeProps): react_jsx_runtime.JSX.Element;
27
+ declare function LabelTag({ tone, label, ...props }: LabelTagProps): react_jsx_runtime.JSX.Element;
28
+ declare function CountBadge({ value, cap, srLabel, ...props }: CountBadgeProps): react_jsx_runtime.JSX.Element;
17
29
 
18
30
  interface EmptyStateProps {
19
31
  icon?: ReactNode;
@@ -1167,6 +1179,11 @@ interface EditorialCardProps {
1167
1179
  }
1168
1180
  declare function EditorialCard({ media, mediaAlt, eyebrow, badge, title, description, meta, ctaLabel, href, onClick, tone, variant, classNames, }: EditorialCardProps): react_jsx_runtime.JSX.Element;
1169
1181
 
1182
+ type GdsCardSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
1183
+ type GdsCardInteractiveMode = 'none' | 'surface-link' | 'surface-button' | 'flip';
1184
+ declare const gdsCardSizePaddingMap: Record<GdsCardSize, 'xs' | 'sm' | 'md' | 'lg' | 'xl'>;
1185
+ declare const gdsCardTitleOrderMap: Record<GdsCardSize, 3 | 4 | 5 | 6>;
1186
+
1170
1187
  interface ProductCardMetaItem {
1171
1188
  label: string;
1172
1189
  value: ReactNode;
@@ -1187,8 +1204,9 @@ interface ProductCardProps {
1187
1204
  primaryAction?: ReactNode;
1188
1205
  secondaryActions?: ProductCardAction[];
1189
1206
  footer?: ReactNode;
1207
+ size?: GdsCardSize;
1190
1208
  }
1191
- declare function ProductCard({ title, description, media, icon, status, metadata, primaryAction, secondaryActions, footer, }: ProductCardProps): react_jsx_runtime.JSX.Element;
1209
+ declare function ProductCard({ title, description, media, icon, status, metadata, primaryAction, secondaryActions, footer, size, }: ProductCardProps): react_jsx_runtime.JSX.Element;
1192
1210
 
1193
1211
  type PublicProductCardState = 'available' | 'limited' | 'sold-out' | 'preorder';
1194
1212
  type PublicProductCardHelperKind = 'supporting' | 'pickup' | 'inventory';
@@ -1212,10 +1230,13 @@ interface PublicProductCardProps {
1212
1230
  secondaryAction?: ReactNode;
1213
1231
  metadata?: PublicProductCardMetaItem[];
1214
1232
  compact?: boolean;
1233
+ size?: GdsCardSize;
1215
1234
  loading?: boolean;
1216
1235
  disabled?: boolean;
1236
+ interactiveMode?: GdsCardInteractiveMode;
1237
+ onSurfaceActivate?: () => void;
1217
1238
  }
1218
- declare function PublicProductCard({ title, description, image, price, helperText, helperKind, pickupNote, inventoryNote, state, stateLabels, primaryAction, secondaryAction, metadata, compact, loading, disabled, }: PublicProductCardProps): react_jsx_runtime.JSX.Element;
1239
+ declare function PublicProductCard({ title, description, image, price, helperText, helperKind, pickupNote, inventoryNote, state, stateLabels, primaryAction, secondaryAction, metadata, compact, size, loading, disabled, interactiveMode, onSurfaceActivate, }: PublicProductCardProps): react_jsx_runtime.JSX.Element;
1219
1240
 
1220
1241
  type FoodCardAvailabilityState = 'available' | 'preorder' | 'limited' | 'sold-out' | 'coming-soon';
1221
1242
  type FoodCardMediaRatio = 'square' | 'dish' | 'landscape';
@@ -1304,8 +1325,13 @@ interface ListingCardProps {
1304
1325
  saveAction?: ListingCardAffordance;
1305
1326
  shareAction?: ListingCardAffordance;
1306
1327
  compact?: boolean;
1328
+ size?: GdsCardSize;
1329
+ interactiveMode?: GdsCardInteractiveMode;
1330
+ revealContent?: ReactNode;
1331
+ onSurfaceActivate?: () => void;
1332
+ defaultFlipped?: boolean;
1307
1333
  }
1308
- declare function ListingCard({ title, href, description, image, mediaRatio, metadata, featured, sponsoredDisclosure, price, primaryAction, saveAction, shareAction, compact, }: ListingCardProps): react_jsx_runtime.JSX.Element;
1334
+ declare function ListingCard({ title, href, description, image, mediaRatio, metadata, featured, sponsoredDisclosure, price, primaryAction, saveAction, shareAction, compact, size, interactiveMode, revealContent, onSurfaceActivate, defaultFlipped, }: ListingCardProps): react_jsx_runtime.JSX.Element;
1309
1335
 
1310
1336
  interface DataToolbarFilterChip {
1311
1337
  label: string;
@@ -1401,6 +1427,59 @@ interface StateBlockProps extends SurfacePresentationProps {
1401
1427
  }
1402
1428
  declare function StateBlock({ variant, title, description, action, icon, compact, presentation, minHeight, contentAlign, contentJustify, }: StateBlockProps): react_jsx_runtime.JSX.Element;
1403
1429
 
1430
+ type AsyncSurfaceState = 'idle' | 'loading' | 'success' | 'empty' | 'error' | 'refreshing';
1431
+ interface AsyncSurfaceProps extends SurfacePresentationProps {
1432
+ state: AsyncSurfaceState;
1433
+ successContent?: ReactNode;
1434
+ idleContent?: ReactNode;
1435
+ loadingTitle?: string;
1436
+ loadingDescription?: ReactNode;
1437
+ emptyTitle?: string;
1438
+ emptyDescription?: ReactNode;
1439
+ errorTitle?: string;
1440
+ errorDescription?: ReactNode;
1441
+ refreshingTitle?: string;
1442
+ refreshingDescription?: ReactNode;
1443
+ onRetry?: () => void;
1444
+ retryAction?: ReactNode;
1445
+ compact?: boolean;
1446
+ }
1447
+ declare function AsyncSurface({ state, successContent, idleContent, loadingTitle, loadingDescription, emptyTitle, emptyDescription, errorTitle, errorDescription, refreshingTitle, refreshingDescription, onRetry, retryAction, compact, presentation, minHeight, contentAlign, contentJustify, }: AsyncSurfaceProps): react_jsx_runtime.JSX.Element;
1448
+
1449
+ interface ListingFilterChip {
1450
+ id: string;
1451
+ label: string;
1452
+ onRemove?: () => void;
1453
+ }
1454
+ interface ActiveFilterChipsProps {
1455
+ filters: ListingFilterChip[];
1456
+ emptyLabel?: ReactNode;
1457
+ }
1458
+ interface ResultSummaryProps {
1459
+ resultCount: number;
1460
+ noun?: string;
1461
+ description?: ReactNode;
1462
+ }
1463
+ interface SortOption {
1464
+ value: string;
1465
+ label: string;
1466
+ }
1467
+ interface SortMenuProps {
1468
+ value: string;
1469
+ options: SortOption[];
1470
+ onChange?: (value: string) => void;
1471
+ label?: string;
1472
+ }
1473
+ interface BulkActionsBarProps {
1474
+ selectedCount: number;
1475
+ actions?: ReactNode;
1476
+ clearAction?: ReactNode;
1477
+ }
1478
+ declare function ActiveFilterChips({ filters, emptyLabel, }: ActiveFilterChipsProps): react_jsx_runtime.JSX.Element;
1479
+ declare function ResultSummary({ resultCount, noun, description, }: ResultSummaryProps): react_jsx_runtime.JSX.Element;
1480
+ declare function SortMenu({ value, options, onChange, label, }: SortMenuProps): react_jsx_runtime.JSX.Element;
1481
+ declare function BulkActionsBar({ selectedCount, actions, clearAction, }: BulkActionsBarProps): react_jsx_runtime.JSX.Element | null;
1482
+
1404
1483
  interface PublicNavItem {
1405
1484
  id: string;
1406
1485
  label: string;
@@ -1926,6 +2005,34 @@ interface ChartTokenPanelProps {
1926
2005
  }
1927
2006
  declare function ChartTokenPanel({ title, description, summary, state, legend, children, tableFallback, retryAction, }: ChartTokenPanelProps): react_jsx_runtime.JSX.Element;
1928
2007
 
2008
+ type GdsChartType = 'line' | 'area' | 'bar' | 'stacked-bar' | 'pie' | 'donut' | 'radar' | 'scatter' | 'bubble' | 'heatmap' | 'funnel' | 'treemap';
2009
+ interface GdsChartDatum {
2010
+ label: string;
2011
+ value: number;
2012
+ group?: string;
2013
+ }
2014
+ interface GdsChartProps {
2015
+ type: GdsChartType;
2016
+ title: string;
2017
+ summary: string;
2018
+ data: GdsChartDatum[];
2019
+ state?: ChartTokenPanelState;
2020
+ retryAction?: ReactNode;
2021
+ }
2022
+ declare function GdsChart({ type, title, summary, data, state, retryAction }: GdsChartProps): react_jsx_runtime.JSX.Element;
2023
+
2024
+ type LayoutBlockType = 'hero' | 'stats' | 'cards-grid' | 'chart' | 'cta' | 'footer';
2025
+ interface LayoutBlock {
2026
+ id: string;
2027
+ type: LayoutBlockType;
2028
+ props: Record<string, unknown>;
2029
+ }
2030
+ interface LayoutSchema {
2031
+ version: '1';
2032
+ blocks: LayoutBlock[];
2033
+ }
2034
+ declare function renderGdsLayout(schema: LayoutSchema): react_jsx_runtime.JSX.Element;
2035
+
1929
2036
  type ReportingSectionState = 'ready' | 'loading' | 'empty' | 'error' | 'below-threshold' | 'partial' | 'stale' | 'filtered' | 'permission-limited';
1930
2037
  interface ReportingSectionProps {
1931
2038
  title: ReactNode;
@@ -1942,6 +2049,39 @@ interface ReportingSectionProps {
1942
2049
  }
1943
2050
  declare function ReportingSection({ title, description, state, periodControl, evidence, metrics, chart, table, action, stateMessage, retryAction, }: ReportingSectionProps): react_jsx_runtime.JSX.Element;
1944
2051
 
2052
+ type GdsNotificationSeverity = 'success' | 'error' | 'warning' | 'info' | 'neutral';
2053
+ interface GdsNotificationAction {
2054
+ id: string;
2055
+ label: string;
2056
+ onClick: () => void;
2057
+ }
2058
+ interface GdsNotificationMessage {
2059
+ id: string;
2060
+ title: string;
2061
+ message?: ReactNode;
2062
+ severity?: GdsNotificationSeverity;
2063
+ autoCloseMs?: number | false;
2064
+ actions?: GdsNotificationAction[];
2065
+ }
2066
+ interface InlineAlertProps {
2067
+ title: string;
2068
+ message?: ReactNode;
2069
+ severity?: GdsNotificationSeverity;
2070
+ action?: ReactNode;
2071
+ }
2072
+ interface BannerNoticeProps extends InlineAlertProps {
2073
+ eyebrow?: ReactNode;
2074
+ }
2075
+ declare function InlineAlert({ title, message, severity, action, }: InlineAlertProps): react_jsx_runtime.JSX.Element;
2076
+ declare function BannerNotice({ eyebrow, title, message, severity, action, }: BannerNoticeProps): react_jsx_runtime.JSX.Element;
2077
+ declare function NotificationCenterView({ notifications, onDismiss, onClear, title, emptyMessage, }: {
2078
+ notifications: GdsNotificationMessage[];
2079
+ onDismiss?: (id: string) => void;
2080
+ onClear?: () => void;
2081
+ title?: ReactNode;
2082
+ emptyMessage?: ReactNode;
2083
+ }): react_jsx_runtime.JSX.Element;
2084
+
1945
2085
  declare const en: {
1946
2086
  'gds.action.settings': string;
1947
2087
  'gds.action.analytics': string;
@@ -5754,4 +5894,4 @@ declare function getGdsMessages(locale: GdsLocale | string): {
5754
5894
  'gds.state.emptyData': string;
5755
5895
  };
5756
5896
 
5757
- export { type FilterDrawerMode as $, AccentPanel as A, type BreadcrumbItem as B, type ChartLegendItem as C, CtaButtonGroup as D, type CtaButtonGroupProps as E, DataToolbar as F, type DataToolbarFilterChip as G, type DataToolbarProps as H, DetailProfileShell as I, type DetailProfileShellProps as J, DocsPageShell as K, type DocsPageShellProps as L, EditorialCard as M, type EditorialCardProps as N, EditorialHero as O, type EditorialHeroAction as P, type EditorialHeroMetaItem as Q, type EditorialHeroProps as R, EmptyState as S, type EmptyStateProps as T, EvidencePanel as U, type EvidencePanelProps as V, type EvidencePanelState as W, FeatureBand as X, type FeatureBandItem as Y, type FeatureBandProps as Z, FilterDrawer as _, type AccentPanelProps as a, type PublicFlowStageStatus as a$, type FilterDrawerProps as a0, type FoodCardAvailabilityState as a1, type FoodCardMarker as a2, type FoodCardMediaRatio as a3, type FoodCardMetadata as a4, type FoodMenuCategory as a5, type FoodMenuItem as a6, FoodMenuSection as a7, type FoodMenuSectionProps as a8, FormField as a9, type PeriodSelectorProps as aA, PlaceholderPanel as aB, type PlaceholderPanelProps as aC, PlaybackSurface as aD, type PlaybackSurfaceProps as aE, type PlaybackSurfaceState as aF, ProductCard as aG, type ProductCardAction as aH, type ProductCardMetaItem as aI, type ProductCardProps as aJ, ProgressCard as aK, type ProgressCardProps as aL, type ProviderIdentity as aM, ProviderIdentityButton as aN, ProviderIdentityButtonGroup as aO, type ProviderIdentityButtonGroupProps as aP, type ProviderIdentityButtonProps as aQ, type ProviderIdentityVariant as aR, PublicBrandFooter as aS, type PublicBrandFooterClassNames as aT, type PublicBrandFooterLayoutVariant as aU, type PublicBrandFooterProps as aV, type PublicFlowAction as aW, type PublicFlowActionPriority as aX, PublicFlowShell as aY, type PublicFlowShellProps as aZ, type PublicFlowStage as a_, type FormFieldProps as aa, GdsIcons as ab, type GdsLocale as ac, GdsVocabulary as ad, type GdsVocabularyPack as ae, ListingCard as af, type ListingCardAffordance as ag, type ListingCardMediaRatio as ah, type ListingCardProps as ai, type ListingMetadataRow as aj, MapPanel as ak, type MapPanelProps as al, MediaCard as am, type MediaCardAction as an, type MediaCardProps as ao, MediaField as ap, type MediaFieldProps as aq, type MediaFieldState as ar, MetricCard as as, type MetricCardProps as at, PROVIDER_IDENTITY_REGISTRY as au, PageHeader as av, type PageHeaderEyebrowVariant as aw, type PageHeaderProps as ax, PeriodSelector as ay, type PeriodSelectorOption as az, type AccentPanelVariant as b, getSemanticActionConfig as b$, PublicFoodCard as b0, type PublicFoodCardProps as b1, PublicNav as b2, type PublicNavItem as b3, type PublicNavProps as b4, PublicProductCard as b5, type PublicProductCardHelperKind as b6, type PublicProductCardMetaItem as b7, type PublicProductCardProps as b8, type PublicProductCardState as b9, SocialAuthButtons as bA, type SocialAuthButtonsProps as bB, type SocialAuthProviderId as bC, type SocialAuthProviderOption as bD, StateBlock as bE, type StateBlockProps as bF, type StateBlockVariant as bG, StatsSection as bH, type StatsSectionProps as bI, StatusBadge as bJ, type StatusBadgeProps as bK, type StatusVariant as bL, type SurfaceContentAlign as bM, type SurfaceContentJustify as bN, type SurfacePresentation as bO, type SurfacePresentationProps as bP, type VocabularyResolver as bQ, ar as bR, createGdsVocabularyPack as bS, de as bT, en as bU, es as bV, fr as bW, gdsLocales as bX, getGdsMessages as bY, getProviderIdentityLabel as bZ, getProviderIdentityPolicy as b_, PublicShell as ba, type PublicShellClassNames as bb, type PublicShellHeaderVariant as bc, type PublicShellMobileNavigationMode as bd, type PublicShellProps as be, PublicSiteFooter as bf, type PublicSiteFooterProps as bg, ReferenceLinkGrid as bh, type ReferenceLinkGridItem as bi, type ReferenceLinkGridProps as bj, ReferenceLocaleNotice as bk, type ReferenceLocaleNoticeProps as bl, ReferenceSection as bm, type ReferenceSectionProps as bn, ReportingSection as bo, type ReportingSectionProps as bp, type ReportingSectionState as bq, SectionPanel as br, type SectionPanelProps as bs, type SectionPanelTone as bt, type SemanticAction as bu, type SemanticActionDefinition as bv, type SemanticActionId as bw, SimpleDataTable as bx, type SimpleDataTableProps as by, type SimpleTableColumn as bz, type AccentTone as c, getSemanticActionLabel as c0, getSupportedProviderIdentityIds as c1, he as c2, hu as c3, isPresentationMode as c4, it as c5, mergeGdsVocabularyPacks as c6, resolveAccentPanelStyles as c7, resolveSemanticActionConfig as c8, resolveSurfacePresentationStyles as c9, ru as ca, AccessSummary as d, type AccessSummaryProps as e, ActionBar as f, type ActionBarAction as g, type ActionBarIconAction as h, type ActionBarProps as i, ArticleShell as j, type ArticleShellProps as k, AuthShell as l, type AuthShellProps as m, BrowseSurface as n, type BrowseSurfaceFilterChip as o, type BrowseSurfaceProps as p, type BrowseSurfaceScopeOption as q, ChartTokenPanel as r, type ChartTokenPanelProps as s, type ChartTokenPanelState as t, ChoiceChip as u, type ChoiceChipProps as v, ConsumerDashboardGrid as w, type ConsumerDashboardGridProps as x, ConsumerSection as y, type ConsumerSectionProps as z };
5897
+ export { type EditorialHeroMetaItem as $, AccentPanel as A, BannerNotice as B, type ChartLegendItem as C, ChartTokenPanel as D, type ChartTokenPanelProps as E, type ChartTokenPanelState as F, ChoiceChip as G, type ChoiceChipProps as H, ConsumerDashboardGrid as I, type ConsumerDashboardGridProps as J, ConsumerSection as K, type ConsumerSectionProps as L, CountBadge as M, type CountBadgeProps as N, CtaButtonGroup as O, type CtaButtonGroupProps as P, DataToolbar as Q, type DataToolbarFilterChip as R, type DataToolbarProps as S, DetailProfileShell as T, type DetailProfileShellProps as U, DocsPageShell as V, type DocsPageShellProps as W, EditorialCard as X, type EditorialCardProps as Y, EditorialHero as Z, type EditorialHeroAction as _, type AccentPanelProps as a, type PageHeaderProps as a$, type EditorialHeroProps as a0, EmptyState as a1, type EmptyStateProps as a2, EvidencePanel as a3, type EvidencePanelProps as a4, type EvidencePanelState as a5, FeatureBand as a6, type FeatureBandItem as a7, type FeatureBandProps as a8, FilterDrawer as a9, type InlineAlertProps as aA, LabelTag as aB, type LabelTagProps as aC, type LabelTagTone as aD, type LayoutBlock as aE, type LayoutBlockType as aF, type LayoutSchema as aG, ListingCard as aH, type ListingCardAffordance as aI, type ListingCardMediaRatio as aJ, type ListingCardProps as aK, type ListingFilterChip as aL, type ListingMetadataRow as aM, MapPanel as aN, type MapPanelProps as aO, MediaCard as aP, type MediaCardAction as aQ, type MediaCardProps as aR, MediaField as aS, type MediaFieldProps as aT, type MediaFieldState as aU, MetricCard as aV, type MetricCardProps as aW, NotificationCenterView as aX, PROVIDER_IDENTITY_REGISTRY as aY, PageHeader as aZ, type PageHeaderEyebrowVariant as a_, type FilterDrawerMode as aa, type FilterDrawerProps as ab, type FoodCardAvailabilityState as ac, type FoodCardMarker as ad, type FoodCardMediaRatio as ae, type FoodCardMetadata as af, type FoodMenuCategory as ag, type FoodMenuItem as ah, FoodMenuSection as ai, type FoodMenuSectionProps as aj, FormField as ak, type FormFieldProps as al, type GdsCardInteractiveMode as am, type GdsCardSize as an, GdsChart as ao, type GdsChartDatum as ap, type GdsChartProps as aq, type GdsChartType as ar, GdsIcons as as, type GdsLocale as at, type GdsNotificationAction as au, type GdsNotificationMessage as av, type GdsNotificationSeverity as aw, GdsVocabulary as ax, type GdsVocabularyPack as ay, InlineAlert as az, type AccentPanelVariant as b, type SemanticActionDefinition as b$, PeriodSelector as b0, type PeriodSelectorOption as b1, type PeriodSelectorProps as b2, PlaceholderPanel as b3, type PlaceholderPanelProps as b4, PlaybackSurface as b5, type PlaybackSurfaceProps as b6, type PlaybackSurfaceState as b7, ProductCard as b8, type ProductCardAction as b9, type PublicProductCardHelperKind as bA, type PublicProductCardMetaItem as bB, type PublicProductCardProps as bC, type PublicProductCardState as bD, PublicShell as bE, type PublicShellClassNames as bF, type PublicShellHeaderVariant as bG, type PublicShellMobileNavigationMode as bH, type PublicShellProps as bI, PublicSiteFooter as bJ, type PublicSiteFooterProps as bK, ReferenceLinkGrid as bL, type ReferenceLinkGridItem as bM, type ReferenceLinkGridProps as bN, ReferenceLocaleNotice as bO, type ReferenceLocaleNoticeProps as bP, ReferenceSection as bQ, type ReferenceSectionProps as bR, ReportingSection as bS, type ReportingSectionProps as bT, type ReportingSectionState as bU, ResultSummary as bV, type ResultSummaryProps as bW, SectionPanel as bX, type SectionPanelProps as bY, type SectionPanelTone as bZ, type SemanticAction as b_, type ProductCardMetaItem as ba, type ProductCardProps as bb, ProgressCard as bc, type ProgressCardProps as bd, type ProviderIdentity as be, ProviderIdentityButton as bf, ProviderIdentityButtonGroup as bg, type ProviderIdentityButtonGroupProps as bh, type ProviderIdentityButtonProps as bi, type ProviderIdentityVariant as bj, PublicBrandFooter as bk, type PublicBrandFooterClassNames as bl, type PublicBrandFooterLayoutVariant as bm, type PublicBrandFooterProps as bn, type PublicFlowAction as bo, type PublicFlowActionPriority as bp, PublicFlowShell as bq, type PublicFlowShellProps as br, type PublicFlowStage as bs, type PublicFlowStageStatus as bt, PublicFoodCard as bu, type PublicFoodCardProps as bv, PublicNav as bw, type PublicNavItem as bx, type PublicNavProps as by, PublicProductCard as bz, type AccentTone as c, type SemanticActionId as c0, SimpleDataTable as c1, type SimpleDataTableProps as c2, type SimpleTableColumn as c3, SocialAuthButtons as c4, type SocialAuthButtonsProps as c5, type SocialAuthProviderId as c6, type SocialAuthProviderOption as c7, SortMenu as c8, type SortMenuProps as c9, getSemanticActionConfig as cA, getSemanticActionLabel as cB, getSupportedProviderIdentityIds as cC, he as cD, hu as cE, isPresentationMode as cF, it as cG, mergeGdsVocabularyPacks as cH, renderGdsLayout as cI, resolveAccentPanelStyles as cJ, resolveSemanticActionConfig as cK, resolveSurfacePresentationStyles as cL, ru as cM, type SortOption as ca, StateBlock as cb, type StateBlockProps as cc, type StateBlockVariant as cd, StatsSection as ce, type StatsSectionProps as cf, StatusBadge as cg, type StatusBadgeProps as ch, type StatusVariant as ci, type SurfaceContentAlign as cj, type SurfaceContentJustify as ck, type SurfacePresentation as cl, type SurfacePresentationProps as cm, type VocabularyResolver as cn, ar as co, createGdsVocabularyPack as cp, de as cq, en as cr, es as cs, fr as ct, gdsCardSizePaddingMap as cu, gdsCardTitleOrderMap as cv, gdsLocales as cw, getGdsMessages as cx, getProviderIdentityLabel as cy, getProviderIdentityPolicy as cz, AccessSummary as d, type AccessSummaryProps as e, ActionBar as f, type ActionBarAction as g, type ActionBarIconAction as h, type ActionBarProps as i, ActiveFilterChips as j, type ActiveFilterChipsProps as k, ArticleShell as l, type ArticleShellProps as m, AsyncSurface as n, type AsyncSurfaceProps as o, type AsyncSurfaceState as p, AuthShell as q, type AuthShellProps as r, type BannerNoticeProps as s, type BreadcrumbItem as t, BrowseSurface as u, type BrowseSurfaceFilterChip as v, type BrowseSurfaceProps as w, type BrowseSurfaceScopeOption as x, BulkActionsBar as y, type BulkActionsBarProps as z };