@doneisbetter/gds-core 2.6.7 → 3.0.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-6FX7WZZO.mjs +1822 -0
- package/dist/{chunk-LH2KMMXT.mjs → chunk-YP7RL2MC.mjs} +995 -299
- package/dist/client.d.mts +271 -10
- package/dist/client.d.ts +271 -10
- package/dist/client.js +2036 -503
- package/dist/client.mjs +86 -4
- package/dist/index.d.mts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2036 -503
- package/dist/index.mjs +86 -4
- package/dist/{server-BSuY9Qx6.d.mts → server-DCXU_K9q.d.mts} +248 -9
- package/dist/{server-BSuY9Qx6.d.ts → server-DCXU_K9q.d.ts} +248 -9
- package/dist/server.d.mts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +1048 -330
- package/dist/server.mjs +41 -1
- package/package.json +2 -2
- package/dist/chunk-IUYPELGQ.mjs +0 -1028
package/dist/server.mjs
CHANGED
|
@@ -1,12 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccentPanel,
|
|
3
3
|
AccessSummary,
|
|
4
|
+
ActiveFilterChips,
|
|
4
5
|
ArticleShell,
|
|
6
|
+
AsyncSurface,
|
|
5
7
|
AuthShell,
|
|
8
|
+
BannerNotice,
|
|
6
9
|
BrowseSurface,
|
|
10
|
+
BulkActionsBar,
|
|
11
|
+
ChartTokenPanel,
|
|
7
12
|
ChoiceChip,
|
|
8
13
|
ConsumerDashboardGrid,
|
|
9
14
|
ConsumerSection,
|
|
15
|
+
CountBadge,
|
|
10
16
|
CtaButtonGroup,
|
|
11
17
|
DataToolbar,
|
|
12
18
|
DetailProfileShell,
|
|
@@ -14,19 +20,25 @@ import {
|
|
|
14
20
|
EditorialCard,
|
|
15
21
|
EditorialHero,
|
|
16
22
|
EmptyState,
|
|
23
|
+
EvidencePanel,
|
|
17
24
|
FeatureBand,
|
|
18
25
|
FilterDrawer,
|
|
19
26
|
FoodMenuSection,
|
|
20
27
|
FormField,
|
|
28
|
+
GdsChart,
|
|
21
29
|
GdsIcons,
|
|
22
30
|
GdsVocabulary,
|
|
31
|
+
InlineAlert,
|
|
32
|
+
LabelTag,
|
|
23
33
|
ListingCard,
|
|
24
34
|
MapPanel,
|
|
25
35
|
MediaCard,
|
|
26
36
|
MediaField,
|
|
27
37
|
MetricCard,
|
|
38
|
+
NotificationCenterView,
|
|
28
39
|
PROVIDER_IDENTITY_REGISTRY,
|
|
29
40
|
PageHeader,
|
|
41
|
+
PeriodSelector,
|
|
30
42
|
PlaceholderPanel,
|
|
31
43
|
PlaybackSurface,
|
|
32
44
|
ProductCard,
|
|
@@ -43,9 +55,12 @@ import {
|
|
|
43
55
|
ReferenceLinkGrid,
|
|
44
56
|
ReferenceLocaleNotice,
|
|
45
57
|
ReferenceSection,
|
|
58
|
+
ReportingSection,
|
|
59
|
+
ResultSummary,
|
|
46
60
|
SectionPanel,
|
|
47
61
|
SimpleDataTable,
|
|
48
62
|
SocialAuthButtons,
|
|
63
|
+
SortMenu,
|
|
49
64
|
StateBlock,
|
|
50
65
|
StatsSection,
|
|
51
66
|
StatusBadge,
|
|
@@ -55,30 +70,41 @@ import {
|
|
|
55
70
|
en,
|
|
56
71
|
es,
|
|
57
72
|
fr,
|
|
73
|
+
gdsCardSizePaddingMap,
|
|
74
|
+
gdsCardTitleOrderMap,
|
|
58
75
|
gdsLocales,
|
|
59
76
|
getGdsMessages,
|
|
60
77
|
getProviderIdentityLabel,
|
|
78
|
+
getProviderIdentityPolicy,
|
|
61
79
|
getSemanticActionConfig,
|
|
62
80
|
getSemanticActionLabel,
|
|
81
|
+
getSupportedProviderIdentityIds,
|
|
63
82
|
he,
|
|
64
83
|
hu,
|
|
65
84
|
isPresentationMode,
|
|
66
85
|
it,
|
|
67
86
|
mergeGdsVocabularyPacks,
|
|
87
|
+
renderGdsLayout,
|
|
68
88
|
resolveAccentPanelStyles,
|
|
69
89
|
resolveSemanticActionConfig,
|
|
70
90
|
resolveSurfacePresentationStyles,
|
|
71
91
|
ru
|
|
72
|
-
} from "./chunk-
|
|
92
|
+
} from "./chunk-YP7RL2MC.mjs";
|
|
73
93
|
export {
|
|
74
94
|
AccentPanel,
|
|
75
95
|
AccessSummary,
|
|
96
|
+
ActiveFilterChips,
|
|
76
97
|
ArticleShell,
|
|
98
|
+
AsyncSurface,
|
|
77
99
|
AuthShell,
|
|
100
|
+
BannerNotice,
|
|
78
101
|
BrowseSurface,
|
|
102
|
+
BulkActionsBar,
|
|
103
|
+
ChartTokenPanel,
|
|
79
104
|
ChoiceChip,
|
|
80
105
|
ConsumerDashboardGrid,
|
|
81
106
|
ConsumerSection,
|
|
107
|
+
CountBadge,
|
|
82
108
|
CtaButtonGroup,
|
|
83
109
|
DataToolbar,
|
|
84
110
|
DetailProfileShell,
|
|
@@ -86,19 +112,25 @@ export {
|
|
|
86
112
|
EditorialCard,
|
|
87
113
|
EditorialHero,
|
|
88
114
|
EmptyState,
|
|
115
|
+
EvidencePanel,
|
|
89
116
|
FeatureBand,
|
|
90
117
|
FilterDrawer,
|
|
91
118
|
FoodMenuSection,
|
|
92
119
|
FormField,
|
|
120
|
+
GdsChart,
|
|
93
121
|
GdsIcons,
|
|
94
122
|
GdsVocabulary,
|
|
123
|
+
InlineAlert,
|
|
124
|
+
LabelTag,
|
|
95
125
|
ListingCard,
|
|
96
126
|
MapPanel,
|
|
97
127
|
MediaCard,
|
|
98
128
|
MediaField,
|
|
99
129
|
MetricCard,
|
|
130
|
+
NotificationCenterView,
|
|
100
131
|
PROVIDER_IDENTITY_REGISTRY,
|
|
101
132
|
PageHeader,
|
|
133
|
+
PeriodSelector,
|
|
102
134
|
PlaceholderPanel,
|
|
103
135
|
PlaybackSurface,
|
|
104
136
|
ProductCard,
|
|
@@ -115,9 +147,12 @@ export {
|
|
|
115
147
|
ReferenceLinkGrid,
|
|
116
148
|
ReferenceLocaleNotice,
|
|
117
149
|
ReferenceSection,
|
|
150
|
+
ReportingSection,
|
|
151
|
+
ResultSummary,
|
|
118
152
|
SectionPanel,
|
|
119
153
|
SimpleDataTable,
|
|
120
154
|
SocialAuthButtons,
|
|
155
|
+
SortMenu,
|
|
121
156
|
StateBlock,
|
|
122
157
|
StatsSection,
|
|
123
158
|
StatusBadge,
|
|
@@ -127,16 +162,21 @@ export {
|
|
|
127
162
|
en,
|
|
128
163
|
es,
|
|
129
164
|
fr,
|
|
165
|
+
gdsCardSizePaddingMap,
|
|
166
|
+
gdsCardTitleOrderMap,
|
|
130
167
|
gdsLocales,
|
|
131
168
|
getGdsMessages,
|
|
132
169
|
getProviderIdentityLabel,
|
|
170
|
+
getProviderIdentityPolicy,
|
|
133
171
|
getSemanticActionConfig,
|
|
134
172
|
getSemanticActionLabel,
|
|
173
|
+
getSupportedProviderIdentityIds,
|
|
135
174
|
he,
|
|
136
175
|
hu,
|
|
137
176
|
isPresentationMode,
|
|
138
177
|
it,
|
|
139
178
|
mergeGdsVocabularyPacks,
|
|
179
|
+
renderGdsLayout,
|
|
140
180
|
resolveAccentPanelStyles,
|
|
141
181
|
resolveSemanticActionConfig,
|
|
142
182
|
resolveSurfacePresentationStyles,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doneisbetter/gds-core",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dev": "tsup --watch"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@doneisbetter/gds-theme": "^
|
|
41
|
+
"@doneisbetter/gds-theme": "^3.0.1",
|
|
42
42
|
"@mantine/core": "^7.9.0 || ^8.3.0 || ^9.0.0",
|
|
43
43
|
"@mantine/hooks": "^7.9.0 || ^8.3.0 || ^9.0.0",
|
|
44
44
|
"@tabler/icons-react": "^3.5.0",
|