@doneisbetter/gds-core 3.0.0 → 3.0.2
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/{chunk-NBCULITN.mjs → chunk-6FX7WZZO.mjs} +856 -155
- package/dist/{chunk-P7ICTEEB.mjs → chunk-YP7RL2MC.mjs} +784 -364
- package/dist/client.d.mts +259 -8
- package/dist/client.d.ts +259 -8
- package/dist/client.js +1720 -562
- package/dist/client.mjs +74 -4
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1720 -562
- package/dist/index.mjs +74 -4
- package/dist/{server-woziKWie.d.mts → server-DCXU_K9q.d.mts} +144 -4
- package/dist/{server-woziKWie.d.ts → server-DCXU_K9q.d.ts} +144 -4
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +831 -395
- package/dist/server.mjs +29 -1
- package/package.json +2 -2
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
|
-
|
|
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-
|
|
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
|
|
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
|
|
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';
|