@doneisbetter/gds-core 2.6.3 → 2.6.5
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-6LOTZ3IZ.mjs} +1333 -561
- package/dist/chunk-BU3CRWRC.mjs +905 -0
- package/dist/client.d.mts +76 -10
- package/dist/client.d.ts +76 -10
- package/dist/client.js +1920 -621
- package/dist/client.mjs +44 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1920 -621
- package/dist/index.mjs +44 -2
- package/dist/server-CF4gCYQ-.d.mts +5572 -0
- package/dist/server-CF4gCYQ-.d.ts +5572 -0
- package/dist/server.d.mts +5 -6074
- package/dist/server.d.ts +5 -6074
- package/dist/server.js +1245 -456
- package/dist/server.mjs +29 -1
- package/package.json +2 -2
- package/dist/chunk-E3QXLNZO.mjs +0 -377
package/dist/client.mjs
CHANGED
|
@@ -1,15 +1,22 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessRecoveryPanel,
|
|
3
3
|
ConfirmDialog,
|
|
4
|
+
DiscoveryShell,
|
|
4
5
|
DocsCodeBlock,
|
|
5
6
|
GameBoardTile,
|
|
7
|
+
ReferenceThemeExplorer,
|
|
6
8
|
SemanticButton,
|
|
9
|
+
ShareButtonGroup,
|
|
10
|
+
SidebarNav,
|
|
11
|
+
SidebarNavItem,
|
|
12
|
+
SidebarNavSection,
|
|
7
13
|
ThemeToggle,
|
|
8
14
|
UploadDropzone
|
|
9
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-BU3CRWRC.mjs";
|
|
10
16
|
import {
|
|
11
17
|
AccentPanel,
|
|
12
18
|
AccessSummary,
|
|
19
|
+
ActionBar,
|
|
13
20
|
ArticleShell,
|
|
14
21
|
AuthShell,
|
|
15
22
|
BrowseSurface,
|
|
@@ -18,33 +25,45 @@ import {
|
|
|
18
25
|
ConsumerSection,
|
|
19
26
|
CtaButtonGroup,
|
|
20
27
|
DataToolbar,
|
|
28
|
+
DetailProfileShell,
|
|
21
29
|
DocsPageShell,
|
|
22
30
|
EditorialCard,
|
|
23
31
|
EditorialHero,
|
|
24
32
|
EmptyState,
|
|
25
33
|
FeatureBand,
|
|
26
34
|
FilterDrawer,
|
|
35
|
+
FoodMenuSection,
|
|
27
36
|
FormField,
|
|
28
37
|
GdsIcons,
|
|
29
38
|
GdsVocabulary,
|
|
39
|
+
ListingCard,
|
|
40
|
+
MapPanel,
|
|
30
41
|
MediaCard,
|
|
31
42
|
MediaField,
|
|
32
43
|
MetricCard,
|
|
33
44
|
PageHeader,
|
|
34
45
|
PlaceholderPanel,
|
|
46
|
+
PlaybackSurface,
|
|
35
47
|
ProductCard,
|
|
36
48
|
ProgressCard,
|
|
37
49
|
PublicBrandFooter,
|
|
50
|
+
PublicFlowShell,
|
|
51
|
+
PublicFoodCard,
|
|
38
52
|
PublicNav,
|
|
39
53
|
PublicProductCard,
|
|
40
54
|
PublicShell,
|
|
41
55
|
PublicSiteFooter,
|
|
56
|
+
ReferenceLinkGrid,
|
|
57
|
+
ReferenceLocaleNotice,
|
|
58
|
+
ReferenceSection,
|
|
42
59
|
SectionPanel,
|
|
43
60
|
SimpleDataTable,
|
|
61
|
+
SocialAuthButtons,
|
|
44
62
|
StateBlock,
|
|
45
63
|
StatsSection,
|
|
46
64
|
StatusBadge,
|
|
47
65
|
ar,
|
|
66
|
+
createGdsVocabularyPack,
|
|
48
67
|
de,
|
|
49
68
|
en,
|
|
50
69
|
es,
|
|
@@ -56,13 +75,16 @@ import {
|
|
|
56
75
|
he,
|
|
57
76
|
hu,
|
|
58
77
|
it,
|
|
78
|
+
mergeGdsVocabularyPacks,
|
|
59
79
|
resolveAccentPanelStyles,
|
|
80
|
+
resolveSemanticActionConfig,
|
|
60
81
|
ru
|
|
61
|
-
} from "./chunk-
|
|
82
|
+
} from "./chunk-6LOTZ3IZ.mjs";
|
|
62
83
|
export {
|
|
63
84
|
AccentPanel,
|
|
64
85
|
AccessRecoveryPanel,
|
|
65
86
|
AccessSummary,
|
|
87
|
+
ActionBar,
|
|
66
88
|
ArticleShell,
|
|
67
89
|
AuthShell,
|
|
68
90
|
BrowseSurface,
|
|
@@ -72,6 +94,8 @@ export {
|
|
|
72
94
|
ConsumerSection,
|
|
73
95
|
CtaButtonGroup,
|
|
74
96
|
DataToolbar,
|
|
97
|
+
DetailProfileShell,
|
|
98
|
+
DiscoveryShell,
|
|
75
99
|
DocsCodeBlock,
|
|
76
100
|
DocsPageShell,
|
|
77
101
|
EditorialCard,
|
|
@@ -79,31 +103,47 @@ export {
|
|
|
79
103
|
EmptyState,
|
|
80
104
|
FeatureBand,
|
|
81
105
|
FilterDrawer,
|
|
106
|
+
FoodMenuSection,
|
|
82
107
|
FormField,
|
|
83
108
|
GameBoardTile,
|
|
84
109
|
GdsIcons,
|
|
85
110
|
GdsVocabulary,
|
|
111
|
+
ListingCard,
|
|
112
|
+
MapPanel,
|
|
86
113
|
MediaCard,
|
|
87
114
|
MediaField,
|
|
88
115
|
MetricCard,
|
|
89
116
|
PageHeader,
|
|
90
117
|
PlaceholderPanel,
|
|
118
|
+
PlaybackSurface,
|
|
91
119
|
ProductCard,
|
|
92
120
|
ProgressCard,
|
|
93
121
|
PublicBrandFooter,
|
|
122
|
+
PublicFlowShell,
|
|
123
|
+
PublicFoodCard,
|
|
94
124
|
PublicNav,
|
|
95
125
|
PublicProductCard,
|
|
96
126
|
PublicShell,
|
|
97
127
|
PublicSiteFooter,
|
|
128
|
+
ReferenceLinkGrid,
|
|
129
|
+
ReferenceLocaleNotice,
|
|
130
|
+
ReferenceSection,
|
|
131
|
+
ReferenceThemeExplorer,
|
|
98
132
|
SectionPanel,
|
|
99
133
|
SemanticButton,
|
|
134
|
+
ShareButtonGroup,
|
|
135
|
+
SidebarNav,
|
|
136
|
+
SidebarNavItem,
|
|
137
|
+
SidebarNavSection,
|
|
100
138
|
SimpleDataTable,
|
|
139
|
+
SocialAuthButtons,
|
|
101
140
|
StateBlock,
|
|
102
141
|
StatsSection,
|
|
103
142
|
StatusBadge,
|
|
104
143
|
ThemeToggle,
|
|
105
144
|
UploadDropzone,
|
|
106
145
|
ar,
|
|
146
|
+
createGdsVocabularyPack,
|
|
107
147
|
de,
|
|
108
148
|
en,
|
|
109
149
|
es,
|
|
@@ -115,6 +155,8 @@ export {
|
|
|
115
155
|
he,
|
|
116
156
|
hu,
|
|
117
157
|
it,
|
|
158
|
+
mergeGdsVocabularyPacks,
|
|
118
159
|
resolveAccentPanelStyles,
|
|
160
|
+
resolveSemanticActionConfig,
|
|
119
161
|
ru
|
|
120
162
|
};
|
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
|
|
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 ReferenceLinkGrid, b0 as ReferenceLinkGridItem, b1 as ReferenceLinkGridProps, b2 as ReferenceLocaleNotice, b3 as ReferenceLocaleNoticeProps, b4 as ReferenceSection, b5 as ReferenceSectionProps, b6 as SectionPanel, b7 as SectionPanelProps, b8 as SectionPanelTone, b9 as SemanticAction, ba as SemanticActionDefinition, bb as SemanticActionId, bc as SimpleDataTable, bd as SimpleDataTableProps, be as SimpleTableColumn, bf as SocialAuthButtons, bg as SocialAuthButtonsProps, bh as SocialAuthProviderId, bi as SocialAuthProviderOption, bj as StateBlock, bk as StateBlockProps, bl as StateBlockVariant, bm as StatsSection, bn as StatsSectionProps, bo as StatusBadge, bp as StatusBadgeProps, bq as StatusVariant, br as VocabularyResolver, bs as ar, bt as createGdsVocabularyPack, bu as de, bv as en, bw as es, bx as fr, by as gdsLocales, bz as getGdsMessages, bA as getSemanticActionConfig, bB as getSemanticActionLabel, bC as he, bD as hu, bE as it, bF as mergeGdsVocabularyPacks, bG as resolveAccentPanelStyles, bH as resolveSemanticActionConfig, bI as ru } from './server-CF4gCYQ-.mjs';
|
|
2
|
+
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemePresetId, ThemeSchemeId, 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
|
|
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 ReferenceLinkGrid, b0 as ReferenceLinkGridItem, b1 as ReferenceLinkGridProps, b2 as ReferenceLocaleNotice, b3 as ReferenceLocaleNoticeProps, b4 as ReferenceSection, b5 as ReferenceSectionProps, b6 as SectionPanel, b7 as SectionPanelProps, b8 as SectionPanelTone, b9 as SemanticAction, ba as SemanticActionDefinition, bb as SemanticActionId, bc as SimpleDataTable, bd as SimpleDataTableProps, be as SimpleTableColumn, bf as SocialAuthButtons, bg as SocialAuthButtonsProps, bh as SocialAuthProviderId, bi as SocialAuthProviderOption, bj as StateBlock, bk as StateBlockProps, bl as StateBlockVariant, bm as StatsSection, bn as StatsSectionProps, bo as StatusBadge, bp as StatusBadgeProps, bq as StatusVariant, br as VocabularyResolver, bs as ar, bt as createGdsVocabularyPack, bu as de, bv as en, bw as es, bx as fr, by as gdsLocales, bz as getGdsMessages, bA as getSemanticActionConfig, bB as getSemanticActionLabel, bC as he, bD as hu, bE as it, bF as mergeGdsVocabularyPacks, bG as resolveAccentPanelStyles, bH as resolveSemanticActionConfig, bI as ru } from './server-CF4gCYQ-.js';
|
|
2
|
+
export { AccessRecoveryAction, AccessRecoveryPanel, AccessRecoveryPanelProps, AccessRecoveryState, ConfirmDialog, ConfirmDialogProps, DiscoveryShell, DiscoveryShellProps, DocsCodeBlock, DocsCodeBlockProps, GameBoardTile, GameBoardTileProps, ReferenceThemeExplorer, SemanticButton, SemanticButtonProps, ShareButtonGroup, ShareButtonGroupProps, ShareChannel, SidebarNav, SidebarNavItem, SidebarNavItemProps, SidebarNavProps, SidebarNavSection, SidebarNavSectionProps, ThemePresetId, ThemeSchemeId, ThemeToggle, ThemeToggleProps, UploadDropzone, UploadDropzoneProps } from './client.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import '@tabler/icons-react';
|
|
5
5
|
import 'react/jsx-runtime';
|