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