@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/index.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
|
};
|