@doneisbetter/gds-core 2.6.1 → 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-6B42ANK7.mjs → chunk-BAS4ZGKL.mjs} +1180 -409
- package/dist/chunk-EN3TN22M.mjs +585 -0
- package/dist/client.d.mts +73 -10
- package/dist/client.d.ts +73 -10
- package/dist/client.js +1470 -461
- package/dist/client.mjs +42 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1470 -461
- package/dist/index.mjs +42 -2
- package/dist/server-BqFksoV3.d.mts +5540 -0
- package/dist/server-BqFksoV3.d.ts +5540 -0
- package/dist/server.d.mts +5 -5292
- package/dist/server.d.ts +5 -5292
- package/dist/server.js +1214 -428
- package/dist/server.mjs +29 -1
- package/package.json +4 -4
- package/dist/chunk-SI66GK77.mjs +0 -366
package/dist/index.mjs
CHANGED
|
@@ -1,73 +1,97 @@
|
|
|
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,
|
|
22
|
+
ChoiceChip,
|
|
16
23
|
ConsumerDashboardGrid,
|
|
17
24
|
ConsumerSection,
|
|
18
25
|
CtaButtonGroup,
|
|
19
26
|
DataToolbar,
|
|
27
|
+
DetailProfileShell,
|
|
20
28
|
DocsPageShell,
|
|
21
29
|
EditorialCard,
|
|
22
30
|
EditorialHero,
|
|
23
31
|
EmptyState,
|
|
24
32
|
FeatureBand,
|
|
25
33
|
FilterDrawer,
|
|
34
|
+
FoodMenuSection,
|
|
26
35
|
FormField,
|
|
27
36
|
GdsIcons,
|
|
28
37
|
GdsVocabulary,
|
|
38
|
+
ListingCard,
|
|
39
|
+
MapPanel,
|
|
29
40
|
MediaCard,
|
|
30
41
|
MediaField,
|
|
31
42
|
MetricCard,
|
|
32
43
|
PageHeader,
|
|
33
44
|
PlaceholderPanel,
|
|
45
|
+
PlaybackSurface,
|
|
34
46
|
ProductCard,
|
|
35
47
|
ProgressCard,
|
|
36
48
|
PublicBrandFooter,
|
|
49
|
+
PublicFlowShell,
|
|
50
|
+
PublicFoodCard,
|
|
37
51
|
PublicNav,
|
|
38
52
|
PublicProductCard,
|
|
39
53
|
PublicShell,
|
|
40
54
|
PublicSiteFooter,
|
|
41
55
|
SectionPanel,
|
|
42
56
|
SimpleDataTable,
|
|
57
|
+
SocialAuthButtons,
|
|
43
58
|
StateBlock,
|
|
44
59
|
StatsSection,
|
|
45
60
|
StatusBadge,
|
|
46
61
|
ar,
|
|
62
|
+
createGdsVocabularyPack,
|
|
47
63
|
de,
|
|
48
64
|
en,
|
|
49
65
|
es,
|
|
50
66
|
fr,
|
|
51
67
|
gdsLocales,
|
|
52
68
|
getGdsMessages,
|
|
69
|
+
getSemanticActionConfig,
|
|
70
|
+
getSemanticActionLabel,
|
|
53
71
|
he,
|
|
54
72
|
hu,
|
|
55
73
|
it,
|
|
74
|
+
mergeGdsVocabularyPacks,
|
|
56
75
|
resolveAccentPanelStyles,
|
|
76
|
+
resolveSemanticActionConfig,
|
|
57
77
|
ru
|
|
58
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-BAS4ZGKL.mjs";
|
|
59
79
|
export {
|
|
60
80
|
AccentPanel,
|
|
61
81
|
AccessRecoveryPanel,
|
|
62
82
|
AccessSummary,
|
|
83
|
+
ActionBar,
|
|
63
84
|
ArticleShell,
|
|
64
85
|
AuthShell,
|
|
65
86
|
BrowseSurface,
|
|
87
|
+
ChoiceChip,
|
|
66
88
|
ConfirmDialog,
|
|
67
89
|
ConsumerDashboardGrid,
|
|
68
90
|
ConsumerSection,
|
|
69
91
|
CtaButtonGroup,
|
|
70
92
|
DataToolbar,
|
|
93
|
+
DetailProfileShell,
|
|
94
|
+
DiscoveryShell,
|
|
71
95
|
DocsCodeBlock,
|
|
72
96
|
DocsPageShell,
|
|
73
97
|
EditorialCard,
|
|
@@ -75,40 +99,56 @@ export {
|
|
|
75
99
|
EmptyState,
|
|
76
100
|
FeatureBand,
|
|
77
101
|
FilterDrawer,
|
|
102
|
+
FoodMenuSection,
|
|
78
103
|
FormField,
|
|
79
104
|
GameBoardTile,
|
|
80
105
|
GdsIcons,
|
|
81
106
|
GdsVocabulary,
|
|
107
|
+
ListingCard,
|
|
108
|
+
MapPanel,
|
|
82
109
|
MediaCard,
|
|
83
110
|
MediaField,
|
|
84
111
|
MetricCard,
|
|
85
112
|
PageHeader,
|
|
86
113
|
PlaceholderPanel,
|
|
114
|
+
PlaybackSurface,
|
|
87
115
|
ProductCard,
|
|
88
116
|
ProgressCard,
|
|
89
117
|
PublicBrandFooter,
|
|
118
|
+
PublicFlowShell,
|
|
119
|
+
PublicFoodCard,
|
|
90
120
|
PublicNav,
|
|
91
121
|
PublicProductCard,
|
|
92
122
|
PublicShell,
|
|
93
123
|
PublicSiteFooter,
|
|
94
124
|
SectionPanel,
|
|
95
125
|
SemanticButton,
|
|
126
|
+
ShareButtonGroup,
|
|
127
|
+
SidebarNav,
|
|
128
|
+
SidebarNavItem,
|
|
129
|
+
SidebarNavSection,
|
|
96
130
|
SimpleDataTable,
|
|
131
|
+
SocialAuthButtons,
|
|
97
132
|
StateBlock,
|
|
98
133
|
StatsSection,
|
|
99
134
|
StatusBadge,
|
|
100
135
|
ThemeToggle,
|
|
101
136
|
UploadDropzone,
|
|
102
137
|
ar,
|
|
138
|
+
createGdsVocabularyPack,
|
|
103
139
|
de,
|
|
104
140
|
en,
|
|
105
141
|
es,
|
|
106
142
|
fr,
|
|
107
143
|
gdsLocales,
|
|
108
144
|
getGdsMessages,
|
|
145
|
+
getSemanticActionConfig,
|
|
146
|
+
getSemanticActionLabel,
|
|
109
147
|
he,
|
|
110
148
|
hu,
|
|
111
149
|
it,
|
|
150
|
+
mergeGdsVocabularyPacks,
|
|
112
151
|
resolveAccentPanelStyles,
|
|
152
|
+
resolveSemanticActionConfig,
|
|
113
153
|
ru
|
|
114
154
|
};
|