@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/client.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
  };
package/dist/index.d.mts CHANGED
@@ -1,6 +1,7 @@
1
- export { A as AccentPanel, a as AccentPanelProps, b as AccentPanelVariant, c as AccentTone, d as AccessSummary, e as AccessSummaryProps, f as ActionBar, g as ActionBarAction, h as ActionBarIconAction, i as ActionBarProps, j as ArticleShell, k as ArticleShellProps, l as AuthShell, m as AuthShellProps, B as BreadcrumbItem, n as BrowseSurface, o as BrowseSurfaceFilterChip, p as BrowseSurfaceProps, q as BrowseSurfaceScopeOption, C as ChartLegendItem, r as ChartTokenPanel, s as ChartTokenPanelProps, t as ChartTokenPanelState, u as ChoiceChip, v as ChoiceChipProps, w as ConsumerDashboardGrid, x as ConsumerDashboardGridProps, y as ConsumerSection, z as ConsumerSectionProps, D as CtaButtonGroup, E as CtaButtonGroupProps, F as DataToolbar, G as DataToolbarFilterChip, H as DataToolbarProps, I as DetailProfileShell, J as DetailProfileShellProps, K as DocsPageShell, L as DocsPageShellProps, M as EditorialCard, N as EditorialCardProps, O as EditorialHero, P as EditorialHeroAction, Q as EditorialHeroMetaItem, R as EditorialHeroProps, S as EmptyState, T as EmptyStateProps, U as EvidencePanel, V as EvidencePanelProps, W as EvidencePanelState, X as FeatureBand, Y as FeatureBandItem, Z as FeatureBandProps, _ as FilterDrawer, $ as FilterDrawerMode, a0 as FilterDrawerProps, a1 as FoodCardAvailabilityState, a2 as FoodCardMarker, a3 as FoodCardMediaRatio, a4 as FoodCardMetadata, a5 as FoodMenuCategory, a6 as FoodMenuItem, a7 as FoodMenuSection, a8 as FoodMenuSectionProps, a9 as FormField, aa as FormFieldProps, ab as GdsIcons, ac as GdsLocale, ad as GdsVocabulary, ae as GdsVocabularyPack, af as ListingCard, ag as ListingCardAffordance, ah as ListingCardMediaRatio, ai as ListingCardProps, aj as ListingMetadataRow, ak as MapPanel, al as MapPanelProps, am as MediaCard, an as MediaCardAction, ao as MediaCardProps, ap as MediaField, aq as MediaFieldProps, ar as MediaFieldState, as as MetricCard, at as MetricCardProps, au as PROVIDER_IDENTITY_REGISTRY, av as PageHeader, aw as PageHeaderEyebrowVariant, ax as PageHeaderProps, ay as PeriodSelector, az as PeriodSelectorOption, aA as PeriodSelectorProps, aB as PlaceholderPanel, aC as PlaceholderPanelProps, aD as PlaybackSurface, aE as PlaybackSurfaceProps, aF as PlaybackSurfaceState, aG as ProductCard, aH as ProductCardAction, aI as ProductCardMetaItem, aJ as ProductCardProps, aK as ProgressCard, aL as ProgressCardProps, aM as ProviderIdentity, aN as ProviderIdentityButton, aO as ProviderIdentityButtonGroup, aP as ProviderIdentityButtonGroupProps, aQ as ProviderIdentityButtonProps, aR as ProviderIdentityVariant, aS as PublicBrandFooter, aT as PublicBrandFooterClassNames, aU as PublicBrandFooterLayoutVariant, aV as PublicBrandFooterProps, aW as PublicFlowAction, aX as PublicFlowActionPriority, aY as PublicFlowShell, aZ as PublicFlowShellProps, a_ as PublicFlowStage, a$ as PublicFlowStageStatus, b0 as PublicFoodCard, b1 as PublicFoodCardProps, b2 as PublicNav, b3 as PublicNavItem, b4 as PublicNavProps, b5 as PublicProductCard, b6 as PublicProductCardHelperKind, b7 as PublicProductCardMetaItem, b8 as PublicProductCardProps, b9 as PublicProductCardState, ba as PublicShell, bb as PublicShellClassNames, bc as PublicShellHeaderVariant, bd as PublicShellMobileNavigationMode, be as PublicShellProps, bf as PublicSiteFooter, bg as PublicSiteFooterProps, bh as ReferenceLinkGrid, bi as ReferenceLinkGridItem, bj as ReferenceLinkGridProps, bk as ReferenceLocaleNotice, bl as ReferenceLocaleNoticeProps, bm as ReferenceSection, bn as ReferenceSectionProps, bo as ReportingSection, bp as ReportingSectionProps, bq as ReportingSectionState, br as SectionPanel, bs as SectionPanelProps, bt as SectionPanelTone, bu as SemanticAction, bv as SemanticActionDefinition, bw as SemanticActionId, bx as SimpleDataTable, by as SimpleDataTableProps, bz as SimpleTableColumn, bA as SocialAuthButtons, bB as SocialAuthButtonsProps, bC as SocialAuthProviderId, bD as SocialAuthProviderOption, bE as StateBlock, bF as StateBlockProps, bG as StateBlockVariant, bH as StatsSection, bI as StatsSectionProps, bJ as StatusBadge, bK as StatusBadgeProps, bL as StatusVariant, bM as SurfaceContentAlign, bN as SurfaceContentJustify, bO as SurfacePresentation, bP as SurfacePresentationProps, bQ as VocabularyResolver, bR as ar, bS as createGdsVocabularyPack, bT as de, bU as en, bV as es, bW as fr, bX as gdsLocales, bY as getGdsMessages, bZ as getProviderIdentityLabel, b_ as getProviderIdentityPolicy, b$ as getSemanticActionConfig, c0 as getSemanticActionLabel, c1 as getSupportedProviderIdentityIds, c2 as he, c3 as hu, c4 as isPresentationMode, c5 as it, c6 as mergeGdsVocabularyPacks, c7 as resolveAccentPanelStyles, c8 as resolveSemanticActionConfig, c9 as resolveSurfacePresentationStyles, ca as ru } from './server-woziKWie.mjs';
2
- export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, DocsShell, DocsShellProps, GameBoardTile, GameBoardTileProps, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemePresetId, ThemeSchemeId, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps, UploadDropzoneState } from './client.mjs';
1
+ export { A as AccentPanel, a as AccentPanelProps, b as AccentPanelVariant, c as AccentTone, d as AccessSummary, e as AccessSummaryProps, f as ActionBar, g as ActionBarAction, h as ActionBarIconAction, i as ActionBarProps, j as ActiveFilterChips, k as ActiveFilterChipsProps, l as ArticleShell, m as ArticleShellProps, n as AsyncSurface, o as AsyncSurfaceProps, p as AsyncSurfaceState, q as AuthShell, r as AuthShellProps, B as BannerNotice, s as BannerNoticeProps, t as BreadcrumbItem, u as BrowseSurface, v as BrowseSurfaceFilterChip, w as BrowseSurfaceProps, x as BrowseSurfaceScopeOption, y as BulkActionsBar, z as BulkActionsBarProps, C as ChartLegendItem, D as ChartTokenPanel, E as ChartTokenPanelProps, F as ChartTokenPanelState, G as ChoiceChip, H as ChoiceChipProps, I as ConsumerDashboardGrid, J as ConsumerDashboardGridProps, K as ConsumerSection, L as ConsumerSectionProps, M as CountBadge, N as CountBadgeProps, O as CtaButtonGroup, P as CtaButtonGroupProps, Q as DataToolbar, R as DataToolbarFilterChip, S as DataToolbarProps, T as DetailProfileShell, U as DetailProfileShellProps, V as DocsPageShell, W as DocsPageShellProps, X as EditorialCard, Y as EditorialCardProps, Z as EditorialHero, _ as EditorialHeroAction, $ as EditorialHeroMetaItem, a0 as EditorialHeroProps, a1 as EmptyState, a2 as EmptyStateProps, a3 as EvidencePanel, a4 as EvidencePanelProps, a5 as EvidencePanelState, a6 as FeatureBand, a7 as FeatureBandItem, a8 as FeatureBandProps, a9 as FilterDrawer, aa as FilterDrawerMode, ab as FilterDrawerProps, ac as FoodCardAvailabilityState, ad as FoodCardMarker, ae as FoodCardMediaRatio, af as FoodCardMetadata, ag as FoodMenuCategory, ah as FoodMenuItem, ai as FoodMenuSection, aj as FoodMenuSectionProps, ak as FormField, al as FormFieldProps, am as GdsCardInteractiveMode, an as GdsCardSize, ao as GdsChart, ap as GdsChartDatum, aq as GdsChartProps, ar as GdsChartType, as as GdsIcons, at as GdsLocale, au as GdsNotificationAction, av as GdsNotificationMessage, aw as GdsNotificationSeverity, ax as GdsVocabulary, ay as GdsVocabularyPack, az as InlineAlert, aA as InlineAlertProps, aB as LabelTag, aC as LabelTagProps, aD as LabelTagTone, aE as LayoutBlock, aF as LayoutBlockType, aG as LayoutSchema, aH as ListingCard, aI as ListingCardAffordance, aJ as ListingCardMediaRatio, aK as ListingCardProps, aL as ListingFilterChip, aM as ListingMetadataRow, aN as MapPanel, aO as MapPanelProps, aP as MediaCard, aQ as MediaCardAction, aR as MediaCardProps, aS as MediaField, aT as MediaFieldProps, aU as MediaFieldState, aV as MetricCard, aW as MetricCardProps, aX as NotificationCenterView, aY as PROVIDER_IDENTITY_REGISTRY, aZ as PageHeader, a_ as PageHeaderEyebrowVariant, a$ as PageHeaderProps, b0 as PeriodSelector, b1 as PeriodSelectorOption, b2 as PeriodSelectorProps, b3 as PlaceholderPanel, b4 as PlaceholderPanelProps, b5 as PlaybackSurface, b6 as PlaybackSurfaceProps, b7 as PlaybackSurfaceState, b8 as ProductCard, b9 as ProductCardAction, ba as ProductCardMetaItem, bb as ProductCardProps, bc as ProgressCard, bd as ProgressCardProps, be as ProviderIdentity, bf as ProviderIdentityButton, bg as ProviderIdentityButtonGroup, bh as ProviderIdentityButtonGroupProps, bi as ProviderIdentityButtonProps, bj as ProviderIdentityVariant, bk as PublicBrandFooter, bl as PublicBrandFooterClassNames, bm as PublicBrandFooterLayoutVariant, bn as PublicBrandFooterProps, bo as PublicFlowAction, bp as PublicFlowActionPriority, bq as PublicFlowShell, br as PublicFlowShellProps, bs as PublicFlowStage, bt as PublicFlowStageStatus, bu as PublicFoodCard, bv as PublicFoodCardProps, bw as PublicNav, bx as PublicNavItem, by as PublicNavProps, bz as PublicProductCard, bA as PublicProductCardHelperKind, bB as PublicProductCardMetaItem, bC as PublicProductCardProps, bD as PublicProductCardState, bE as PublicShell, bF as PublicShellClassNames, bG as PublicShellHeaderVariant, bH as PublicShellMobileNavigationMode, bI as PublicShellProps, bJ as PublicSiteFooter, bK as PublicSiteFooterProps, bL as ReferenceLinkGrid, bM as ReferenceLinkGridItem, bN as ReferenceLinkGridProps, bO as ReferenceLocaleNotice, bP as ReferenceLocaleNoticeProps, bQ as ReferenceSection, bR as ReferenceSectionProps, bS as ReportingSection, bT as ReportingSectionProps, bU as ReportingSectionState, bV as ResultSummary, bW as ResultSummaryProps, bX as SectionPanel, bY as SectionPanelProps, bZ as SectionPanelTone, b_ as SemanticAction, b$ as SemanticActionDefinition, c0 as SemanticActionId, c1 as SimpleDataTable, c2 as SimpleDataTableProps, c3 as SimpleTableColumn, c4 as SocialAuthButtons, c5 as SocialAuthButtonsProps, c6 as SocialAuthProviderId, c7 as SocialAuthProviderOption, c8 as SortMenu, c9 as SortMenuProps, ca as SortOption, cb as StateBlock, cc as StateBlockProps, cd as StateBlockVariant, ce as StatsSection, cf as StatsSectionProps, cg as StatusBadge, ch as StatusBadgeProps, ci as StatusVariant, cj as SurfaceContentAlign, ck as SurfaceContentJustify, cl as SurfacePresentation, cm as SurfacePresentationProps, cn as VocabularyResolver, co as ar, cp as createGdsVocabularyPack, cq as de, cr as en, cs as es, ct as fr, cu as gdsCardSizePaddingMap, cv as gdsCardTitleOrderMap, cw as gdsLocales, cx as getGdsMessages, cy as getProviderIdentityLabel, cz as getProviderIdentityPolicy, cA as getSemanticActionConfig, cB as getSemanticActionLabel, cC as getSupportedProviderIdentityIds, cD as he, cE as hu, cF as isPresentationMode, cG as it, cH as mergeGdsVocabularyPacks, cI as renderGdsLayout, cJ as resolveAccentPanelStyles, cK as resolveSemanticActionConfig, cL as resolveSurfacePresentationStyles, cM as ru } from './server-DCXU_K9q.mjs';
2
+ export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, AdvancedDataTable, AdvancedDataTableProps, AdvancedSortDirection, AdvancedTableColumn, AdvancedTableDensity, CommandDef, CommandPalette, CommandRegistryProvider, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DiscoveryShellState, DocsCodeBlock, DocsCodeBlockProps, DocsShell, DocsShellProps, FieldState, FormErrorSummary, FormSnapshot, GameBoardTile, GameBoardTileProps, GdsFormProvider, GdsNotificationProvider, GdsTelemetryProvider, GdsTelemetryProviderProps, GdsTelemetrySink, GdsUiEvent, ListingAction, ListingProvider, ListingQueryState, ListingStateConfig, ListingStateValue, NotificationCenter, OverlayCloseReason, OverlayDescriptor, OverlayKind, OverlayManagerProvider, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, SubmitState, ThemeExplorerSelection, ThemePresetId, ThemeSchemeId, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps, UploadDropzoneState, UseDiscoveryShellStateOptions, ValidatedFieldMessage, ValidationIssue, ValidationSeverity, gdsFormReducer, listingQueryReducer, useCommandLauncher, useDiscoveryShellState, useGdsForm, useGdsFormSnapshot, useGdsNotifications, useGdsTelemetry, useListingState, useOverlayManager } from './client.mjs';
3
3
  import 'react';
4
4
  import '@tabler/icons-react';
5
5
  import 'react/jsx-runtime';
6
6
  import '@mantine/core';
7
+ import '@doneisbetter/gds-theme';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
- export { A as AccentPanel, a as AccentPanelProps, b as AccentPanelVariant, c as AccentTone, d as AccessSummary, e as AccessSummaryProps, f as ActionBar, g as ActionBarAction, h as ActionBarIconAction, i as ActionBarProps, j as ArticleShell, k as ArticleShellProps, l as AuthShell, m as AuthShellProps, B as BreadcrumbItem, n as BrowseSurface, o as BrowseSurfaceFilterChip, p as BrowseSurfaceProps, q as BrowseSurfaceScopeOption, C as ChartLegendItem, r as ChartTokenPanel, s as ChartTokenPanelProps, t as ChartTokenPanelState, u as ChoiceChip, v as ChoiceChipProps, w as ConsumerDashboardGrid, x as ConsumerDashboardGridProps, y as ConsumerSection, z as ConsumerSectionProps, D as CtaButtonGroup, E as CtaButtonGroupProps, F as DataToolbar, G as DataToolbarFilterChip, H as DataToolbarProps, I as DetailProfileShell, J as DetailProfileShellProps, K as DocsPageShell, L as DocsPageShellProps, M as EditorialCard, N as EditorialCardProps, O as EditorialHero, P as EditorialHeroAction, Q as EditorialHeroMetaItem, R as EditorialHeroProps, S as EmptyState, T as EmptyStateProps, U as EvidencePanel, V as EvidencePanelProps, W as EvidencePanelState, X as FeatureBand, Y as FeatureBandItem, Z as FeatureBandProps, _ as FilterDrawer, $ as FilterDrawerMode, a0 as FilterDrawerProps, a1 as FoodCardAvailabilityState, a2 as FoodCardMarker, a3 as FoodCardMediaRatio, a4 as FoodCardMetadata, a5 as FoodMenuCategory, a6 as FoodMenuItem, a7 as FoodMenuSection, a8 as FoodMenuSectionProps, a9 as FormField, aa as FormFieldProps, ab as GdsIcons, ac as GdsLocale, ad as GdsVocabulary, ae as GdsVocabularyPack, af as ListingCard, ag as ListingCardAffordance, ah as ListingCardMediaRatio, ai as ListingCardProps, aj as ListingMetadataRow, ak as MapPanel, al as MapPanelProps, am as MediaCard, an as MediaCardAction, ao as MediaCardProps, ap as MediaField, aq as MediaFieldProps, ar as MediaFieldState, as as MetricCard, at as MetricCardProps, au as PROVIDER_IDENTITY_REGISTRY, av as PageHeader, aw as PageHeaderEyebrowVariant, ax as PageHeaderProps, ay as PeriodSelector, az as PeriodSelectorOption, aA as PeriodSelectorProps, aB as PlaceholderPanel, aC as PlaceholderPanelProps, aD as PlaybackSurface, aE as PlaybackSurfaceProps, aF as PlaybackSurfaceState, aG as ProductCard, aH as ProductCardAction, aI as ProductCardMetaItem, aJ as ProductCardProps, aK as ProgressCard, aL as ProgressCardProps, aM as ProviderIdentity, aN as ProviderIdentityButton, aO as ProviderIdentityButtonGroup, aP as ProviderIdentityButtonGroupProps, aQ as ProviderIdentityButtonProps, aR as ProviderIdentityVariant, aS as PublicBrandFooter, aT as PublicBrandFooterClassNames, aU as PublicBrandFooterLayoutVariant, aV as PublicBrandFooterProps, aW as PublicFlowAction, aX as PublicFlowActionPriority, aY as PublicFlowShell, aZ as PublicFlowShellProps, a_ as PublicFlowStage, a$ as PublicFlowStageStatus, b0 as PublicFoodCard, b1 as PublicFoodCardProps, b2 as PublicNav, b3 as PublicNavItem, b4 as PublicNavProps, b5 as PublicProductCard, b6 as PublicProductCardHelperKind, b7 as PublicProductCardMetaItem, b8 as PublicProductCardProps, b9 as PublicProductCardState, ba as PublicShell, bb as PublicShellClassNames, bc as PublicShellHeaderVariant, bd as PublicShellMobileNavigationMode, be as PublicShellProps, bf as PublicSiteFooter, bg as PublicSiteFooterProps, bh as ReferenceLinkGrid, bi as ReferenceLinkGridItem, bj as ReferenceLinkGridProps, bk as ReferenceLocaleNotice, bl as ReferenceLocaleNoticeProps, bm as ReferenceSection, bn as ReferenceSectionProps, bo as ReportingSection, bp as ReportingSectionProps, bq as ReportingSectionState, br as SectionPanel, bs as SectionPanelProps, bt as SectionPanelTone, bu as SemanticAction, bv as SemanticActionDefinition, bw as SemanticActionId, bx as SimpleDataTable, by as SimpleDataTableProps, bz as SimpleTableColumn, bA as SocialAuthButtons, bB as SocialAuthButtonsProps, bC as SocialAuthProviderId, bD as SocialAuthProviderOption, bE as StateBlock, bF as StateBlockProps, bG as StateBlockVariant, bH as StatsSection, bI as StatsSectionProps, bJ as StatusBadge, bK as StatusBadgeProps, bL as StatusVariant, bM as SurfaceContentAlign, bN as SurfaceContentJustify, bO as SurfacePresentation, bP as SurfacePresentationProps, bQ as VocabularyResolver, bR as ar, bS as createGdsVocabularyPack, bT as de, bU as en, bV as es, bW as fr, bX as gdsLocales, bY as getGdsMessages, bZ as getProviderIdentityLabel, b_ as getProviderIdentityPolicy, b$ as getSemanticActionConfig, c0 as getSemanticActionLabel, c1 as getSupportedProviderIdentityIds, c2 as he, c3 as hu, c4 as isPresentationMode, c5 as it, c6 as mergeGdsVocabularyPacks, c7 as resolveAccentPanelStyles, c8 as resolveSemanticActionConfig, c9 as resolveSurfacePresentationStyles, ca as ru } from './server-woziKWie.js';
2
- export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, DocsShell, DocsShellProps, GameBoardTile, GameBoardTileProps, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemePresetId, ThemeSchemeId, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps, UploadDropzoneState } from './client.js';
1
+ export { A as AccentPanel, a as AccentPanelProps, b as AccentPanelVariant, c as AccentTone, d as AccessSummary, e as AccessSummaryProps, f as ActionBar, g as ActionBarAction, h as ActionBarIconAction, i as ActionBarProps, j as ActiveFilterChips, k as ActiveFilterChipsProps, l as ArticleShell, m as ArticleShellProps, n as AsyncSurface, o as AsyncSurfaceProps, p as AsyncSurfaceState, q as AuthShell, r as AuthShellProps, B as BannerNotice, s as BannerNoticeProps, t as BreadcrumbItem, u as BrowseSurface, v as BrowseSurfaceFilterChip, w as BrowseSurfaceProps, x as BrowseSurfaceScopeOption, y as BulkActionsBar, z as BulkActionsBarProps, C as ChartLegendItem, D as ChartTokenPanel, E as ChartTokenPanelProps, F as ChartTokenPanelState, G as ChoiceChip, H as ChoiceChipProps, I as ConsumerDashboardGrid, J as ConsumerDashboardGridProps, K as ConsumerSection, L as ConsumerSectionProps, M as CountBadge, N as CountBadgeProps, O as CtaButtonGroup, P as CtaButtonGroupProps, Q as DataToolbar, R as DataToolbarFilterChip, S as DataToolbarProps, T as DetailProfileShell, U as DetailProfileShellProps, V as DocsPageShell, W as DocsPageShellProps, X as EditorialCard, Y as EditorialCardProps, Z as EditorialHero, _ as EditorialHeroAction, $ as EditorialHeroMetaItem, a0 as EditorialHeroProps, a1 as EmptyState, a2 as EmptyStateProps, a3 as EvidencePanel, a4 as EvidencePanelProps, a5 as EvidencePanelState, a6 as FeatureBand, a7 as FeatureBandItem, a8 as FeatureBandProps, a9 as FilterDrawer, aa as FilterDrawerMode, ab as FilterDrawerProps, ac as FoodCardAvailabilityState, ad as FoodCardMarker, ae as FoodCardMediaRatio, af as FoodCardMetadata, ag as FoodMenuCategory, ah as FoodMenuItem, ai as FoodMenuSection, aj as FoodMenuSectionProps, ak as FormField, al as FormFieldProps, am as GdsCardInteractiveMode, an as GdsCardSize, ao as GdsChart, ap as GdsChartDatum, aq as GdsChartProps, ar as GdsChartType, as as GdsIcons, at as GdsLocale, au as GdsNotificationAction, av as GdsNotificationMessage, aw as GdsNotificationSeverity, ax as GdsVocabulary, ay as GdsVocabularyPack, az as InlineAlert, aA as InlineAlertProps, aB as LabelTag, aC as LabelTagProps, aD as LabelTagTone, aE as LayoutBlock, aF as LayoutBlockType, aG as LayoutSchema, aH as ListingCard, aI as ListingCardAffordance, aJ as ListingCardMediaRatio, aK as ListingCardProps, aL as ListingFilterChip, aM as ListingMetadataRow, aN as MapPanel, aO as MapPanelProps, aP as MediaCard, aQ as MediaCardAction, aR as MediaCardProps, aS as MediaField, aT as MediaFieldProps, aU as MediaFieldState, aV as MetricCard, aW as MetricCardProps, aX as NotificationCenterView, aY as PROVIDER_IDENTITY_REGISTRY, aZ as PageHeader, a_ as PageHeaderEyebrowVariant, a$ as PageHeaderProps, b0 as PeriodSelector, b1 as PeriodSelectorOption, b2 as PeriodSelectorProps, b3 as PlaceholderPanel, b4 as PlaceholderPanelProps, b5 as PlaybackSurface, b6 as PlaybackSurfaceProps, b7 as PlaybackSurfaceState, b8 as ProductCard, b9 as ProductCardAction, ba as ProductCardMetaItem, bb as ProductCardProps, bc as ProgressCard, bd as ProgressCardProps, be as ProviderIdentity, bf as ProviderIdentityButton, bg as ProviderIdentityButtonGroup, bh as ProviderIdentityButtonGroupProps, bi as ProviderIdentityButtonProps, bj as ProviderIdentityVariant, bk as PublicBrandFooter, bl as PublicBrandFooterClassNames, bm as PublicBrandFooterLayoutVariant, bn as PublicBrandFooterProps, bo as PublicFlowAction, bp as PublicFlowActionPriority, bq as PublicFlowShell, br as PublicFlowShellProps, bs as PublicFlowStage, bt as PublicFlowStageStatus, bu as PublicFoodCard, bv as PublicFoodCardProps, bw as PublicNav, bx as PublicNavItem, by as PublicNavProps, bz as PublicProductCard, bA as PublicProductCardHelperKind, bB as PublicProductCardMetaItem, bC as PublicProductCardProps, bD as PublicProductCardState, bE as PublicShell, bF as PublicShellClassNames, bG as PublicShellHeaderVariant, bH as PublicShellMobileNavigationMode, bI as PublicShellProps, bJ as PublicSiteFooter, bK as PublicSiteFooterProps, bL as ReferenceLinkGrid, bM as ReferenceLinkGridItem, bN as ReferenceLinkGridProps, bO as ReferenceLocaleNotice, bP as ReferenceLocaleNoticeProps, bQ as ReferenceSection, bR as ReferenceSectionProps, bS as ReportingSection, bT as ReportingSectionProps, bU as ReportingSectionState, bV as ResultSummary, bW as ResultSummaryProps, bX as SectionPanel, bY as SectionPanelProps, bZ as SectionPanelTone, b_ as SemanticAction, b$ as SemanticActionDefinition, c0 as SemanticActionId, c1 as SimpleDataTable, c2 as SimpleDataTableProps, c3 as SimpleTableColumn, c4 as SocialAuthButtons, c5 as SocialAuthButtonsProps, c6 as SocialAuthProviderId, c7 as SocialAuthProviderOption, c8 as SortMenu, c9 as SortMenuProps, ca as SortOption, cb as StateBlock, cc as StateBlockProps, cd as StateBlockVariant, ce as StatsSection, cf as StatsSectionProps, cg as StatusBadge, ch as StatusBadgeProps, ci as StatusVariant, cj as SurfaceContentAlign, ck as SurfaceContentJustify, cl as SurfacePresentation, cm as SurfacePresentationProps, cn as VocabularyResolver, co as ar, cp as createGdsVocabularyPack, cq as de, cr as en, cs as es, ct as fr, cu as gdsCardSizePaddingMap, cv as gdsCardTitleOrderMap, cw as gdsLocales, cx as getGdsMessages, cy as getProviderIdentityLabel, cz as getProviderIdentityPolicy, cA as getSemanticActionConfig, cB as getSemanticActionLabel, cC as getSupportedProviderIdentityIds, cD as he, cE as hu, cF as isPresentationMode, cG as it, cH as mergeGdsVocabularyPacks, cI as renderGdsLayout, cJ as resolveAccentPanelStyles, cK as resolveSemanticActionConfig, cL as resolveSurfacePresentationStyles, cM as ru } from './server-DCXU_K9q.js';
2
+ export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, AdvancedDataTable, AdvancedDataTableProps, AdvancedSortDirection, AdvancedTableColumn, AdvancedTableDensity, CommandDef, CommandPalette, CommandRegistryProvider, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DiscoveryShellState, DocsCodeBlock, DocsCodeBlockProps, DocsShell, DocsShellProps, FieldState, FormErrorSummary, FormSnapshot, GameBoardTile, GameBoardTileProps, GdsFormProvider, GdsNotificationProvider, GdsTelemetryProvider, GdsTelemetryProviderProps, GdsTelemetrySink, GdsUiEvent, ListingAction, ListingProvider, ListingQueryState, ListingStateConfig, ListingStateValue, NotificationCenter, OverlayCloseReason, OverlayDescriptor, OverlayKind, OverlayManagerProvider, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, SubmitState, ThemeExplorerSelection, ThemePresetId, ThemeSchemeId, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps, UploadDropzoneState, UseDiscoveryShellStateOptions, ValidatedFieldMessage, ValidationIssue, ValidationSeverity, gdsFormReducer, listingQueryReducer, useCommandLauncher, useDiscoveryShellState, useGdsForm, useGdsFormSnapshot, useGdsNotifications, useGdsTelemetry, useListingState, useOverlayManager } from './client.js';
3
3
  import 'react';
4
4
  import '@tabler/icons-react';
5
5
  import 'react/jsx-runtime';
6
6
  import '@mantine/core';
7
+ import '@doneisbetter/gds-theme';