@doneisbetter/gds-core 2.6.7 → 3.0.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/{chunk-IUYPELGQ.mjs → chunk-NBCULITN.mjs} +113 -20
- package/dist/{chunk-LH2KMMXT.mjs → chunk-P7ICTEEB.mjs} +299 -23
- package/dist/client.d.mts +15 -5
- package/dist/client.d.ts +15 -5
- package/dist/client.js +403 -28
- package/dist/client.mjs +14 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +403 -28
- package/dist/index.mjs +14 -2
- package/dist/{server-BSuY9Qx6.d.mts → server-woziKWie.d.mts} +105 -6
- package/dist/{server-BSuY9Qx6.d.ts → server-woziKWie.d.ts} +105 -6
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +292 -10
- package/dist/server.mjs +13 -1
- package/package.json +2 -2
package/dist/client.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
SidebarNavSection,
|
|
14
14
|
ThemeToggle,
|
|
15
15
|
UploadDropzone
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NBCULITN.mjs";
|
|
17
17
|
import {
|
|
18
18
|
AccentPanel,
|
|
19
19
|
AccessSummary,
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
ArticleShell,
|
|
22
22
|
AuthShell,
|
|
23
23
|
BrowseSurface,
|
|
24
|
+
ChartTokenPanel,
|
|
24
25
|
ChoiceChip,
|
|
25
26
|
ConsumerDashboardGrid,
|
|
26
27
|
ConsumerSection,
|
|
@@ -31,6 +32,7 @@ import {
|
|
|
31
32
|
EditorialCard,
|
|
32
33
|
EditorialHero,
|
|
33
34
|
EmptyState,
|
|
35
|
+
EvidencePanel,
|
|
34
36
|
FeatureBand,
|
|
35
37
|
FilterDrawer,
|
|
36
38
|
FoodMenuSection,
|
|
@@ -44,6 +46,7 @@ import {
|
|
|
44
46
|
MetricCard,
|
|
45
47
|
PROVIDER_IDENTITY_REGISTRY,
|
|
46
48
|
PageHeader,
|
|
49
|
+
PeriodSelector,
|
|
47
50
|
PlaceholderPanel,
|
|
48
51
|
PlaybackSurface,
|
|
49
52
|
ProductCard,
|
|
@@ -60,6 +63,7 @@ import {
|
|
|
60
63
|
ReferenceLinkGrid,
|
|
61
64
|
ReferenceLocaleNotice,
|
|
62
65
|
ReferenceSection,
|
|
66
|
+
ReportingSection,
|
|
63
67
|
SectionPanel,
|
|
64
68
|
SimpleDataTable,
|
|
65
69
|
SocialAuthButtons,
|
|
@@ -75,8 +79,10 @@ import {
|
|
|
75
79
|
gdsLocales,
|
|
76
80
|
getGdsMessages,
|
|
77
81
|
getProviderIdentityLabel,
|
|
82
|
+
getProviderIdentityPolicy,
|
|
78
83
|
getSemanticActionConfig,
|
|
79
84
|
getSemanticActionLabel,
|
|
85
|
+
getSupportedProviderIdentityIds,
|
|
80
86
|
he,
|
|
81
87
|
hu,
|
|
82
88
|
isPresentationMode,
|
|
@@ -86,7 +92,7 @@ import {
|
|
|
86
92
|
resolveSemanticActionConfig,
|
|
87
93
|
resolveSurfacePresentationStyles,
|
|
88
94
|
ru
|
|
89
|
-
} from "./chunk-
|
|
95
|
+
} from "./chunk-P7ICTEEB.mjs";
|
|
90
96
|
export {
|
|
91
97
|
AccentPanel,
|
|
92
98
|
AccessRecoveryPanel,
|
|
@@ -95,6 +101,7 @@ export {
|
|
|
95
101
|
ArticleShell,
|
|
96
102
|
AuthShell,
|
|
97
103
|
BrowseSurface,
|
|
104
|
+
ChartTokenPanel,
|
|
98
105
|
ChoiceChip,
|
|
99
106
|
ConfirmDialog,
|
|
100
107
|
ConsumerDashboardGrid,
|
|
@@ -109,6 +116,7 @@ export {
|
|
|
109
116
|
EditorialCard,
|
|
110
117
|
EditorialHero,
|
|
111
118
|
EmptyState,
|
|
119
|
+
EvidencePanel,
|
|
112
120
|
FeatureBand,
|
|
113
121
|
FilterDrawer,
|
|
114
122
|
FoodMenuSection,
|
|
@@ -123,6 +131,7 @@ export {
|
|
|
123
131
|
MetricCard,
|
|
124
132
|
PROVIDER_IDENTITY_REGISTRY,
|
|
125
133
|
PageHeader,
|
|
134
|
+
PeriodSelector,
|
|
126
135
|
PlaceholderPanel,
|
|
127
136
|
PlaybackSurface,
|
|
128
137
|
ProductCard,
|
|
@@ -140,6 +149,7 @@ export {
|
|
|
140
149
|
ReferenceLocaleNotice,
|
|
141
150
|
ReferenceSection,
|
|
142
151
|
ReferenceThemeExplorer,
|
|
152
|
+
ReportingSection,
|
|
143
153
|
SectionPanel,
|
|
144
154
|
SemanticButton,
|
|
145
155
|
ShareButtonGroup,
|
|
@@ -162,8 +172,10 @@ export {
|
|
|
162
172
|
gdsLocales,
|
|
163
173
|
getGdsMessages,
|
|
164
174
|
getProviderIdentityLabel,
|
|
175
|
+
getProviderIdentityPolicy,
|
|
165
176
|
getSemanticActionConfig,
|
|
166
177
|
getSemanticActionLabel,
|
|
178
|
+
getSupportedProviderIdentityIds,
|
|
167
179
|
he,
|
|
168
180
|
hu,
|
|
169
181
|
isPresentationMode,
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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
|
|
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 } 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 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';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tabler/icons-react';
|
|
5
5
|
import 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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
|
|
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 } 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 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';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tabler/icons-react';
|
|
5
5
|
import 'react/jsx-runtime';
|