@doneisbetter/gds-core 2.6.3 → 2.6.4
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-QEPN7PSA.mjs → chunk-BAS4ZGKL.mjs} +1124 -415
- package/dist/{chunk-E3QXLNZO.mjs → chunk-EN3TN22M.mjs} +246 -38
- package/dist/client.d.mts +72 -10
- package/dist/client.d.ts +72 -10
- package/dist/client.js +1402 -468
- package/dist/client.mjs +36 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1402 -468
- package/dist/index.mjs +36 -2
- package/dist/server-BqFksoV3.d.mts +5540 -0
- package/dist/server-BqFksoV3.d.ts +5540 -0
- package/dist/server.d.mts +5 -6074
- package/dist/server.d.ts +5 -6074
- package/dist/server.js +1031 -310
- package/dist/server.mjs +23 -1
- package/package.json +2 -2
package/dist/client.mjs
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessRecoveryPanel,
|
|
3
3
|
ConfirmDialog,
|
|
4
|
+
DiscoveryShell,
|
|
4
5
|
DocsCodeBlock,
|
|
5
6
|
GameBoardTile,
|
|
6
7
|
SemanticButton,
|
|
8
|
+
ShareButtonGroup,
|
|
9
|
+
SidebarNav,
|
|
10
|
+
SidebarNavItem,
|
|
11
|
+
SidebarNavSection,
|
|
7
12
|
ThemeToggle,
|
|
8
13
|
UploadDropzone
|
|
9
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EN3TN22M.mjs";
|
|
10
15
|
import {
|
|
11
16
|
AccentPanel,
|
|
12
17
|
AccessSummary,
|
|
18
|
+
ActionBar,
|
|
13
19
|
ArticleShell,
|
|
14
20
|
AuthShell,
|
|
15
21
|
BrowseSurface,
|
|
@@ -18,33 +24,42 @@ import {
|
|
|
18
24
|
ConsumerSection,
|
|
19
25
|
CtaButtonGroup,
|
|
20
26
|
DataToolbar,
|
|
27
|
+
DetailProfileShell,
|
|
21
28
|
DocsPageShell,
|
|
22
29
|
EditorialCard,
|
|
23
30
|
EditorialHero,
|
|
24
31
|
EmptyState,
|
|
25
32
|
FeatureBand,
|
|
26
33
|
FilterDrawer,
|
|
34
|
+
FoodMenuSection,
|
|
27
35
|
FormField,
|
|
28
36
|
GdsIcons,
|
|
29
37
|
GdsVocabulary,
|
|
38
|
+
ListingCard,
|
|
39
|
+
MapPanel,
|
|
30
40
|
MediaCard,
|
|
31
41
|
MediaField,
|
|
32
42
|
MetricCard,
|
|
33
43
|
PageHeader,
|
|
34
44
|
PlaceholderPanel,
|
|
45
|
+
PlaybackSurface,
|
|
35
46
|
ProductCard,
|
|
36
47
|
ProgressCard,
|
|
37
48
|
PublicBrandFooter,
|
|
49
|
+
PublicFlowShell,
|
|
50
|
+
PublicFoodCard,
|
|
38
51
|
PublicNav,
|
|
39
52
|
PublicProductCard,
|
|
40
53
|
PublicShell,
|
|
41
54
|
PublicSiteFooter,
|
|
42
55
|
SectionPanel,
|
|
43
56
|
SimpleDataTable,
|
|
57
|
+
SocialAuthButtons,
|
|
44
58
|
StateBlock,
|
|
45
59
|
StatsSection,
|
|
46
60
|
StatusBadge,
|
|
47
61
|
ar,
|
|
62
|
+
createGdsVocabularyPack,
|
|
48
63
|
de,
|
|
49
64
|
en,
|
|
50
65
|
es,
|
|
@@ -56,13 +71,16 @@ import {
|
|
|
56
71
|
he,
|
|
57
72
|
hu,
|
|
58
73
|
it,
|
|
74
|
+
mergeGdsVocabularyPacks,
|
|
59
75
|
resolveAccentPanelStyles,
|
|
76
|
+
resolveSemanticActionConfig,
|
|
60
77
|
ru
|
|
61
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-BAS4ZGKL.mjs";
|
|
62
79
|
export {
|
|
63
80
|
AccentPanel,
|
|
64
81
|
AccessRecoveryPanel,
|
|
65
82
|
AccessSummary,
|
|
83
|
+
ActionBar,
|
|
66
84
|
ArticleShell,
|
|
67
85
|
AuthShell,
|
|
68
86
|
BrowseSurface,
|
|
@@ -72,6 +90,8 @@ export {
|
|
|
72
90
|
ConsumerSection,
|
|
73
91
|
CtaButtonGroup,
|
|
74
92
|
DataToolbar,
|
|
93
|
+
DetailProfileShell,
|
|
94
|
+
DiscoveryShell,
|
|
75
95
|
DocsCodeBlock,
|
|
76
96
|
DocsPageShell,
|
|
77
97
|
EditorialCard,
|
|
@@ -79,31 +99,43 @@ export {
|
|
|
79
99
|
EmptyState,
|
|
80
100
|
FeatureBand,
|
|
81
101
|
FilterDrawer,
|
|
102
|
+
FoodMenuSection,
|
|
82
103
|
FormField,
|
|
83
104
|
GameBoardTile,
|
|
84
105
|
GdsIcons,
|
|
85
106
|
GdsVocabulary,
|
|
107
|
+
ListingCard,
|
|
108
|
+
MapPanel,
|
|
86
109
|
MediaCard,
|
|
87
110
|
MediaField,
|
|
88
111
|
MetricCard,
|
|
89
112
|
PageHeader,
|
|
90
113
|
PlaceholderPanel,
|
|
114
|
+
PlaybackSurface,
|
|
91
115
|
ProductCard,
|
|
92
116
|
ProgressCard,
|
|
93
117
|
PublicBrandFooter,
|
|
118
|
+
PublicFlowShell,
|
|
119
|
+
PublicFoodCard,
|
|
94
120
|
PublicNav,
|
|
95
121
|
PublicProductCard,
|
|
96
122
|
PublicShell,
|
|
97
123
|
PublicSiteFooter,
|
|
98
124
|
SectionPanel,
|
|
99
125
|
SemanticButton,
|
|
126
|
+
ShareButtonGroup,
|
|
127
|
+
SidebarNav,
|
|
128
|
+
SidebarNavItem,
|
|
129
|
+
SidebarNavSection,
|
|
100
130
|
SimpleDataTable,
|
|
131
|
+
SocialAuthButtons,
|
|
101
132
|
StateBlock,
|
|
102
133
|
StatsSection,
|
|
103
134
|
StatusBadge,
|
|
104
135
|
ThemeToggle,
|
|
105
136
|
UploadDropzone,
|
|
106
137
|
ar,
|
|
138
|
+
createGdsVocabularyPack,
|
|
107
139
|
de,
|
|
108
140
|
en,
|
|
109
141
|
es,
|
|
@@ -115,6 +147,8 @@ export {
|
|
|
115
147
|
he,
|
|
116
148
|
hu,
|
|
117
149
|
it,
|
|
150
|
+
mergeGdsVocabularyPacks,
|
|
118
151
|
resolveAccentPanelStyles,
|
|
152
|
+
resolveSemanticActionConfig,
|
|
119
153
|
ru
|
|
120
154
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { AccentPanel, AccentPanelProps, AccentPanelVariant, AccentTone, AccessSummary, AccessSummaryProps, ArticleShell, ArticleShellProps, AuthShell, AuthShellProps, BreadcrumbItem, BrowseSurface, BrowseSurfaceFilterChip, BrowseSurfaceProps, BrowseSurfaceScopeOption, ChoiceChip, ChoiceChipProps, ConsumerDashboardGrid, ConsumerDashboardGridProps, ConsumerSection, ConsumerSectionProps, CtaButtonGroup, CtaButtonGroupProps, DataToolbar, DataToolbarFilterChip, DataToolbarProps, DocsPageShell, DocsPageShellProps, EditorialCard, EditorialCardProps, EditorialHero, EditorialHeroAction, EditorialHeroMetaItem, EditorialHeroProps, EmptyState, EmptyStateProps, FeatureBand, FeatureBandItem, FeatureBandProps, FilterDrawer, FilterDrawerMode, FilterDrawerProps, FormField, FormFieldProps, GdsIcons, GdsLocale, GdsVocabulary, MediaCard, MediaCardAction, MediaCardProps, MediaField, MediaFieldProps, MetricCard, MetricCardProps, PageHeader, PageHeaderEyebrowVariant, PageHeaderProps, PlaceholderPanel, PlaceholderPanelProps, ProductCard, ProductCardAction, ProductCardMetaItem, ProductCardProps, ProgressCard, ProgressCardProps, PublicBrandFooter, PublicBrandFooterClassNames, PublicBrandFooterLayoutVariant, PublicBrandFooterProps, PublicNav, PublicNavItem, PublicNavProps, PublicProductCard, PublicProductCardHelperKind, PublicProductCardMetaItem, PublicProductCardProps, PublicProductCardState, PublicShell, PublicShellClassNames, PublicShellHeaderVariant, PublicShellMobileNavigationMode, PublicShellProps, PublicSiteFooter, PublicSiteFooterProps, SectionPanel, SectionPanelProps, SectionPanelTone, SemanticAction, SimpleDataTable, SimpleDataTableProps, SimpleTableColumn, StateBlock, StateBlockProps, StateBlockVariant, StatsSection, StatsSectionProps, StatusBadge, StatusBadgeProps, StatusVariant, ar, de, en, es, fr, gdsLocales, getGdsMessages, getSemanticActionConfig, getSemanticActionLabel, he, hu, it, resolveAccentPanelStyles, ru } from './server.mjs';
|
|
2
|
-
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, SemanticButton, SemanticButtonProps, 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 ChoiceChip, r as ChoiceChipProps, s as ConsumerDashboardGrid, t as ConsumerDashboardGridProps, u as ConsumerSection, v as ConsumerSectionProps, w as CtaButtonGroup, x as CtaButtonGroupProps, D as DataToolbar, y as DataToolbarFilterChip, z as DataToolbarProps, E as DetailProfileShell, F as DetailProfileShellProps, G as DocsPageShell, H as DocsPageShellProps, I as EditorialCard, J as EditorialCardProps, K as EditorialHero, L as EditorialHeroAction, M as EditorialHeroMetaItem, N as EditorialHeroProps, O as EmptyState, P as EmptyStateProps, Q as FeatureBand, R as FeatureBandItem, S as FeatureBandProps, T as FilterDrawer, U as FilterDrawerMode, V as FilterDrawerProps, W as FoodCardAvailabilityState, X as FoodCardMarker, Y as FoodCardMediaRatio, Z as FoodCardMetadata, _ as FoodMenuCategory, $ as FoodMenuItem, a0 as FoodMenuSection, a1 as FoodMenuSectionProps, a2 as FormField, a3 as FormFieldProps, a4 as GdsIcons, a5 as GdsLocale, a6 as GdsVocabulary, a7 as GdsVocabularyPack, a8 as ListingCard, a9 as ListingCardAffordance, aa as ListingCardMediaRatio, ab as ListingCardProps, ac as ListingMetadataRow, ad as MapPanel, ae as MapPanelProps, af as MediaCard, ag as MediaCardAction, ah as MediaCardProps, ai as MediaField, aj as MediaFieldProps, ak as MetricCard, al as MetricCardProps, am as PageHeader, an as PageHeaderEyebrowVariant, ao as PageHeaderProps, ap as PlaceholderPanel, aq as PlaceholderPanelProps, ar as PlaybackSurface, as as PlaybackSurfaceProps, at as PlaybackSurfaceState, au as ProductCard, av as ProductCardAction, aw as ProductCardMetaItem, ax as ProductCardProps, ay as ProgressCard, az as ProgressCardProps, aA as PublicBrandFooter, aB as PublicBrandFooterClassNames, aC as PublicBrandFooterLayoutVariant, aD as PublicBrandFooterProps, aE as PublicFlowAction, aF as PublicFlowActionPriority, aG as PublicFlowShell, aH as PublicFlowShellProps, aI as PublicFlowStage, aJ as PublicFlowStageStatus, aK as PublicFoodCard, aL as PublicFoodCardProps, aM as PublicNav, aN as PublicNavItem, aO as PublicNavProps, aP as PublicProductCard, aQ as PublicProductCardHelperKind, aR as PublicProductCardMetaItem, aS as PublicProductCardProps, aT as PublicProductCardState, aU as PublicShell, aV as PublicShellClassNames, aW as PublicShellHeaderVariant, aX as PublicShellMobileNavigationMode, aY as PublicShellProps, aZ as PublicSiteFooter, a_ as PublicSiteFooterProps, a$ as SectionPanel, b0 as SectionPanelProps, b1 as SectionPanelTone, b2 as SemanticAction, b3 as SemanticActionDefinition, b4 as SemanticActionId, b5 as SimpleDataTable, b6 as SimpleDataTableProps, b7 as SimpleTableColumn, b8 as SocialAuthButtons, b9 as SocialAuthButtonsProps, ba as SocialAuthProviderId, bb as SocialAuthProviderOption, bc as StateBlock, bd as StateBlockProps, be as StateBlockVariant, bf as StatsSection, bg as StatsSectionProps, bh as StatusBadge, bi as StatusBadgeProps, bj as StatusVariant, bk as VocabularyResolver, bl as ar, bm as createGdsVocabularyPack, bn as de, bo as en, bp as es, bq as fr, br as gdsLocales, bs as getGdsMessages, bt as getSemanticActionConfig, bu as getSemanticActionLabel, bv as he, bw as hu, bx as it, by as mergeGdsVocabularyPacks, bz as resolveAccentPanelStyles, bA as resolveSemanticActionConfig, bB as ru } from './server-BqFksoV3.mjs';
|
|
2
|
+
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps } 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 { AccentPanel, AccentPanelProps, AccentPanelVariant, AccentTone, AccessSummary, AccessSummaryProps, ArticleShell, ArticleShellProps, AuthShell, AuthShellProps, BreadcrumbItem, BrowseSurface, BrowseSurfaceFilterChip, BrowseSurfaceProps, BrowseSurfaceScopeOption, ChoiceChip, ChoiceChipProps, ConsumerDashboardGrid, ConsumerDashboardGridProps, ConsumerSection, ConsumerSectionProps, CtaButtonGroup, CtaButtonGroupProps, DataToolbar, DataToolbarFilterChip, DataToolbarProps, DocsPageShell, DocsPageShellProps, EditorialCard, EditorialCardProps, EditorialHero, EditorialHeroAction, EditorialHeroMetaItem, EditorialHeroProps, EmptyState, EmptyStateProps, FeatureBand, FeatureBandItem, FeatureBandProps, FilterDrawer, FilterDrawerMode, FilterDrawerProps, FormField, FormFieldProps, GdsIcons, GdsLocale, GdsVocabulary, MediaCard, MediaCardAction, MediaCardProps, MediaField, MediaFieldProps, MetricCard, MetricCardProps, PageHeader, PageHeaderEyebrowVariant, PageHeaderProps, PlaceholderPanel, PlaceholderPanelProps, ProductCard, ProductCardAction, ProductCardMetaItem, ProductCardProps, ProgressCard, ProgressCardProps, PublicBrandFooter, PublicBrandFooterClassNames, PublicBrandFooterLayoutVariant, PublicBrandFooterProps, PublicNav, PublicNavItem, PublicNavProps, PublicProductCard, PublicProductCardHelperKind, PublicProductCardMetaItem, PublicProductCardProps, PublicProductCardState, PublicShell, PublicShellClassNames, PublicShellHeaderVariant, PublicShellMobileNavigationMode, PublicShellProps, PublicSiteFooter, PublicSiteFooterProps, SectionPanel, SectionPanelProps, SectionPanelTone, SemanticAction, SimpleDataTable, SimpleDataTableProps, SimpleTableColumn, StateBlock, StateBlockProps, StateBlockVariant, StatsSection, StatsSectionProps, StatusBadge, StatusBadgeProps, StatusVariant, ar, de, en, es, fr, gdsLocales, getGdsMessages, getSemanticActionConfig, getSemanticActionLabel, he, hu, it, resolveAccentPanelStyles, ru } from './server.js';
|
|
2
|
-
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, SemanticButton, SemanticButtonProps, 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 ChoiceChip, r as ChoiceChipProps, s as ConsumerDashboardGrid, t as ConsumerDashboardGridProps, u as ConsumerSection, v as ConsumerSectionProps, w as CtaButtonGroup, x as CtaButtonGroupProps, D as DataToolbar, y as DataToolbarFilterChip, z as DataToolbarProps, E as DetailProfileShell, F as DetailProfileShellProps, G as DocsPageShell, H as DocsPageShellProps, I as EditorialCard, J as EditorialCardProps, K as EditorialHero, L as EditorialHeroAction, M as EditorialHeroMetaItem, N as EditorialHeroProps, O as EmptyState, P as EmptyStateProps, Q as FeatureBand, R as FeatureBandItem, S as FeatureBandProps, T as FilterDrawer, U as FilterDrawerMode, V as FilterDrawerProps, W as FoodCardAvailabilityState, X as FoodCardMarker, Y as FoodCardMediaRatio, Z as FoodCardMetadata, _ as FoodMenuCategory, $ as FoodMenuItem, a0 as FoodMenuSection, a1 as FoodMenuSectionProps, a2 as FormField, a3 as FormFieldProps, a4 as GdsIcons, a5 as GdsLocale, a6 as GdsVocabulary, a7 as GdsVocabularyPack, a8 as ListingCard, a9 as ListingCardAffordance, aa as ListingCardMediaRatio, ab as ListingCardProps, ac as ListingMetadataRow, ad as MapPanel, ae as MapPanelProps, af as MediaCard, ag as MediaCardAction, ah as MediaCardProps, ai as MediaField, aj as MediaFieldProps, ak as MetricCard, al as MetricCardProps, am as PageHeader, an as PageHeaderEyebrowVariant, ao as PageHeaderProps, ap as PlaceholderPanel, aq as PlaceholderPanelProps, ar as PlaybackSurface, as as PlaybackSurfaceProps, at as PlaybackSurfaceState, au as ProductCard, av as ProductCardAction, aw as ProductCardMetaItem, ax as ProductCardProps, ay as ProgressCard, az as ProgressCardProps, aA as PublicBrandFooter, aB as PublicBrandFooterClassNames, aC as PublicBrandFooterLayoutVariant, aD as PublicBrandFooterProps, aE as PublicFlowAction, aF as PublicFlowActionPriority, aG as PublicFlowShell, aH as PublicFlowShellProps, aI as PublicFlowStage, aJ as PublicFlowStageStatus, aK as PublicFoodCard, aL as PublicFoodCardProps, aM as PublicNav, aN as PublicNavItem, aO as PublicNavProps, aP as PublicProductCard, aQ as PublicProductCardHelperKind, aR as PublicProductCardMetaItem, aS as PublicProductCardProps, aT as PublicProductCardState, aU as PublicShell, aV as PublicShellClassNames, aW as PublicShellHeaderVariant, aX as PublicShellMobileNavigationMode, aY as PublicShellProps, aZ as PublicSiteFooter, a_ as PublicSiteFooterProps, a$ as SectionPanel, b0 as SectionPanelProps, b1 as SectionPanelTone, b2 as SemanticAction, b3 as SemanticActionDefinition, b4 as SemanticActionId, b5 as SimpleDataTable, b6 as SimpleDataTableProps, b7 as SimpleTableColumn, b8 as SocialAuthButtons, b9 as SocialAuthButtonsProps, ba as SocialAuthProviderId, bb as SocialAuthProviderOption, bc as StateBlock, bd as StateBlockProps, be as StateBlockVariant, bf as StatsSection, bg as StatsSectionProps, bh as StatusBadge, bi as StatusBadgeProps, bj as StatusVariant, bk as VocabularyResolver, bl as ar, bm as createGdsVocabularyPack, bn as de, bo as en, bp as es, bq as fr, br as gdsLocales, bs as getGdsMessages, bt as getSemanticActionConfig, bu as getSemanticActionLabel, bv as he, bw as hu, bx as it, by as mergeGdsVocabularyPacks, bz as resolveAccentPanelStyles, bA as resolveSemanticActionConfig, bB as ru } from './server-BqFksoV3.js';
|
|
2
|
+
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps } from './client.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tabler/icons-react';
|
|
5
5
|
import 'react/jsx-runtime';
|