@doneisbetter/gds-core 2.6.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/chunk-6B42ANK7.mjs +3125 -0
- package/dist/chunk-SI66GK77.mjs +366 -0
- package/dist/client.d.mts +103 -0
- package/dist/client.d.ts +103 -0
- package/dist/client.js +3483 -0
- package/dist/client.mjs +114 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +3483 -0
- package/dist/index.mjs +114 -0
- package/dist/server.d.mts +5292 -0
- package/dist/server.d.ts +5292 -0
- package/dist/server.js +3114 -0
- package/dist/server.mjs +98 -0
- package/package.json +56 -0
package/dist/client.mjs
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import {
|
|
2
|
+
AccessRecoveryPanel,
|
|
3
|
+
ConfirmDialog,
|
|
4
|
+
DocsCodeBlock,
|
|
5
|
+
GameBoardTile,
|
|
6
|
+
SemanticButton,
|
|
7
|
+
ThemeToggle,
|
|
8
|
+
UploadDropzone
|
|
9
|
+
} from "./chunk-SI66GK77.mjs";
|
|
10
|
+
import {
|
|
11
|
+
AccentPanel,
|
|
12
|
+
AccessSummary,
|
|
13
|
+
ArticleShell,
|
|
14
|
+
AuthShell,
|
|
15
|
+
BrowseSurface,
|
|
16
|
+
ConsumerDashboardGrid,
|
|
17
|
+
ConsumerSection,
|
|
18
|
+
CtaButtonGroup,
|
|
19
|
+
DataToolbar,
|
|
20
|
+
DocsPageShell,
|
|
21
|
+
EditorialCard,
|
|
22
|
+
EditorialHero,
|
|
23
|
+
EmptyState,
|
|
24
|
+
FeatureBand,
|
|
25
|
+
FilterDrawer,
|
|
26
|
+
FormField,
|
|
27
|
+
GdsIcons,
|
|
28
|
+
GdsVocabulary,
|
|
29
|
+
MediaCard,
|
|
30
|
+
MediaField,
|
|
31
|
+
MetricCard,
|
|
32
|
+
PageHeader,
|
|
33
|
+
PlaceholderPanel,
|
|
34
|
+
ProductCard,
|
|
35
|
+
ProgressCard,
|
|
36
|
+
PublicBrandFooter,
|
|
37
|
+
PublicNav,
|
|
38
|
+
PublicProductCard,
|
|
39
|
+
PublicShell,
|
|
40
|
+
PublicSiteFooter,
|
|
41
|
+
SectionPanel,
|
|
42
|
+
SimpleDataTable,
|
|
43
|
+
StateBlock,
|
|
44
|
+
StatsSection,
|
|
45
|
+
StatusBadge,
|
|
46
|
+
ar,
|
|
47
|
+
de,
|
|
48
|
+
en,
|
|
49
|
+
es,
|
|
50
|
+
fr,
|
|
51
|
+
gdsLocales,
|
|
52
|
+
getGdsMessages,
|
|
53
|
+
he,
|
|
54
|
+
hu,
|
|
55
|
+
it,
|
|
56
|
+
resolveAccentPanelStyles,
|
|
57
|
+
ru
|
|
58
|
+
} from "./chunk-6B42ANK7.mjs";
|
|
59
|
+
export {
|
|
60
|
+
AccentPanel,
|
|
61
|
+
AccessRecoveryPanel,
|
|
62
|
+
AccessSummary,
|
|
63
|
+
ArticleShell,
|
|
64
|
+
AuthShell,
|
|
65
|
+
BrowseSurface,
|
|
66
|
+
ConfirmDialog,
|
|
67
|
+
ConsumerDashboardGrid,
|
|
68
|
+
ConsumerSection,
|
|
69
|
+
CtaButtonGroup,
|
|
70
|
+
DataToolbar,
|
|
71
|
+
DocsCodeBlock,
|
|
72
|
+
DocsPageShell,
|
|
73
|
+
EditorialCard,
|
|
74
|
+
EditorialHero,
|
|
75
|
+
EmptyState,
|
|
76
|
+
FeatureBand,
|
|
77
|
+
FilterDrawer,
|
|
78
|
+
FormField,
|
|
79
|
+
GameBoardTile,
|
|
80
|
+
GdsIcons,
|
|
81
|
+
GdsVocabulary,
|
|
82
|
+
MediaCard,
|
|
83
|
+
MediaField,
|
|
84
|
+
MetricCard,
|
|
85
|
+
PageHeader,
|
|
86
|
+
PlaceholderPanel,
|
|
87
|
+
ProductCard,
|
|
88
|
+
ProgressCard,
|
|
89
|
+
PublicBrandFooter,
|
|
90
|
+
PublicNav,
|
|
91
|
+
PublicProductCard,
|
|
92
|
+
PublicShell,
|
|
93
|
+
PublicSiteFooter,
|
|
94
|
+
SectionPanel,
|
|
95
|
+
SemanticButton,
|
|
96
|
+
SimpleDataTable,
|
|
97
|
+
StateBlock,
|
|
98
|
+
StatsSection,
|
|
99
|
+
StatusBadge,
|
|
100
|
+
ThemeToggle,
|
|
101
|
+
UploadDropzone,
|
|
102
|
+
ar,
|
|
103
|
+
de,
|
|
104
|
+
en,
|
|
105
|
+
es,
|
|
106
|
+
fr,
|
|
107
|
+
gdsLocales,
|
|
108
|
+
getGdsMessages,
|
|
109
|
+
he,
|
|
110
|
+
hu,
|
|
111
|
+
it,
|
|
112
|
+
resolveAccentPanelStyles,
|
|
113
|
+
ru
|
|
114
|
+
};
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { AccentPanel, AccentPanelProps, AccentPanelVariant, AccentTone, AccessSummary, AccessSummaryProps, ArticleShell, ArticleShellProps, AuthShell, AuthShellProps, BreadcrumbItem, BrowseSurface, BrowseSurfaceFilterChip, BrowseSurfaceProps, BrowseSurfaceScopeOption, 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, 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';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '@tabler/icons-react';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import '@mantine/core';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { AccentPanel, AccentPanelProps, AccentPanelVariant, AccentTone, AccessSummary, AccessSummaryProps, ArticleShell, ArticleShellProps, AuthShell, AuthShellProps, BreadcrumbItem, BrowseSurface, BrowseSurfaceFilterChip, BrowseSurfaceProps, BrowseSurfaceScopeOption, 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, 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';
|
|
3
|
+
import 'react';
|
|
4
|
+
import '@tabler/icons-react';
|
|
5
|
+
import 'react/jsx-runtime';
|
|
6
|
+
import '@mantine/core';
|