@doneisbetter/gds-core 2.6.6 → 3.0.0

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/server.mjs CHANGED
@@ -4,6 +4,7 @@ import {
4
4
  ArticleShell,
5
5
  AuthShell,
6
6
  BrowseSurface,
7
+ ChartTokenPanel,
7
8
  ChoiceChip,
8
9
  ConsumerDashboardGrid,
9
10
  ConsumerSection,
@@ -14,6 +15,7 @@ import {
14
15
  EditorialCard,
15
16
  EditorialHero,
16
17
  EmptyState,
18
+ EvidencePanel,
17
19
  FeatureBand,
18
20
  FilterDrawer,
19
21
  FoodMenuSection,
@@ -25,11 +27,15 @@ import {
25
27
  MediaCard,
26
28
  MediaField,
27
29
  MetricCard,
30
+ PROVIDER_IDENTITY_REGISTRY,
28
31
  PageHeader,
32
+ PeriodSelector,
29
33
  PlaceholderPanel,
30
34
  PlaybackSurface,
31
35
  ProductCard,
32
36
  ProgressCard,
37
+ ProviderIdentityButton,
38
+ ProviderIdentityButtonGroup,
33
39
  PublicBrandFooter,
34
40
  PublicFlowShell,
35
41
  PublicFoodCard,
@@ -40,6 +46,7 @@ import {
40
46
  ReferenceLinkGrid,
41
47
  ReferenceLocaleNotice,
42
48
  ReferenceSection,
49
+ ReportingSection,
43
50
  SectionPanel,
44
51
  SimpleDataTable,
45
52
  SocialAuthButtons,
@@ -54,22 +61,28 @@ import {
54
61
  fr,
55
62
  gdsLocales,
56
63
  getGdsMessages,
64
+ getProviderIdentityLabel,
65
+ getProviderIdentityPolicy,
57
66
  getSemanticActionConfig,
58
67
  getSemanticActionLabel,
68
+ getSupportedProviderIdentityIds,
59
69
  he,
60
70
  hu,
71
+ isPresentationMode,
61
72
  it,
62
73
  mergeGdsVocabularyPacks,
63
74
  resolveAccentPanelStyles,
64
75
  resolveSemanticActionConfig,
76
+ resolveSurfacePresentationStyles,
65
77
  ru
66
- } from "./chunk-IAP3JU55.mjs";
78
+ } from "./chunk-P7ICTEEB.mjs";
67
79
  export {
68
80
  AccentPanel,
69
81
  AccessSummary,
70
82
  ArticleShell,
71
83
  AuthShell,
72
84
  BrowseSurface,
85
+ ChartTokenPanel,
73
86
  ChoiceChip,
74
87
  ConsumerDashboardGrid,
75
88
  ConsumerSection,
@@ -80,6 +93,7 @@ export {
80
93
  EditorialCard,
81
94
  EditorialHero,
82
95
  EmptyState,
96
+ EvidencePanel,
83
97
  FeatureBand,
84
98
  FilterDrawer,
85
99
  FoodMenuSection,
@@ -91,11 +105,15 @@ export {
91
105
  MediaCard,
92
106
  MediaField,
93
107
  MetricCard,
108
+ PROVIDER_IDENTITY_REGISTRY,
94
109
  PageHeader,
110
+ PeriodSelector,
95
111
  PlaceholderPanel,
96
112
  PlaybackSurface,
97
113
  ProductCard,
98
114
  ProgressCard,
115
+ ProviderIdentityButton,
116
+ ProviderIdentityButtonGroup,
99
117
  PublicBrandFooter,
100
118
  PublicFlowShell,
101
119
  PublicFoodCard,
@@ -106,6 +124,7 @@ export {
106
124
  ReferenceLinkGrid,
107
125
  ReferenceLocaleNotice,
108
126
  ReferenceSection,
127
+ ReportingSection,
109
128
  SectionPanel,
110
129
  SimpleDataTable,
111
130
  SocialAuthButtons,
@@ -120,13 +139,18 @@ export {
120
139
  fr,
121
140
  gdsLocales,
122
141
  getGdsMessages,
142
+ getProviderIdentityLabel,
143
+ getProviderIdentityPolicy,
123
144
  getSemanticActionConfig,
124
145
  getSemanticActionLabel,
146
+ getSupportedProviderIdentityIds,
125
147
  he,
126
148
  hu,
149
+ isPresentationMode,
127
150
  it,
128
151
  mergeGdsVocabularyPacks,
129
152
  resolveAccentPanelStyles,
130
153
  resolveSemanticActionConfig,
154
+ resolveSurfacePresentationStyles,
131
155
  ru
132
156
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doneisbetter/gds-core",
3
- "version": "2.6.6",
3
+ "version": "3.0.0",
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": "^2.6.6",
41
+ "@doneisbetter/gds-theme": "^3.0.0",
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",