@doneisbetter/gds-core 2.6.5 → 2.6.7

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
@@ -25,11 +25,14 @@ import {
25
25
  MediaCard,
26
26
  MediaField,
27
27
  MetricCard,
28
+ PROVIDER_IDENTITY_REGISTRY,
28
29
  PageHeader,
29
30
  PlaceholderPanel,
30
31
  PlaybackSurface,
31
32
  ProductCard,
32
33
  ProgressCard,
34
+ ProviderIdentityButton,
35
+ ProviderIdentityButtonGroup,
33
36
  PublicBrandFooter,
34
37
  PublicFlowShell,
35
38
  PublicFoodCard,
@@ -54,16 +57,19 @@ import {
54
57
  fr,
55
58
  gdsLocales,
56
59
  getGdsMessages,
60
+ getProviderIdentityLabel,
57
61
  getSemanticActionConfig,
58
62
  getSemanticActionLabel,
59
63
  he,
60
64
  hu,
65
+ isPresentationMode,
61
66
  it,
62
67
  mergeGdsVocabularyPacks,
63
68
  resolveAccentPanelStyles,
64
69
  resolveSemanticActionConfig,
70
+ resolveSurfacePresentationStyles,
65
71
  ru
66
- } from "./chunk-6LOTZ3IZ.mjs";
72
+ } from "./chunk-LH2KMMXT.mjs";
67
73
  export {
68
74
  AccentPanel,
69
75
  AccessSummary,
@@ -91,11 +97,14 @@ export {
91
97
  MediaCard,
92
98
  MediaField,
93
99
  MetricCard,
100
+ PROVIDER_IDENTITY_REGISTRY,
94
101
  PageHeader,
95
102
  PlaceholderPanel,
96
103
  PlaybackSurface,
97
104
  ProductCard,
98
105
  ProgressCard,
106
+ ProviderIdentityButton,
107
+ ProviderIdentityButtonGroup,
99
108
  PublicBrandFooter,
100
109
  PublicFlowShell,
101
110
  PublicFoodCard,
@@ -120,13 +129,16 @@ export {
120
129
  fr,
121
130
  gdsLocales,
122
131
  getGdsMessages,
132
+ getProviderIdentityLabel,
123
133
  getSemanticActionConfig,
124
134
  getSemanticActionLabel,
125
135
  he,
126
136
  hu,
137
+ isPresentationMode,
127
138
  it,
128
139
  mergeGdsVocabularyPacks,
129
140
  resolveAccentPanelStyles,
130
141
  resolveSemanticActionConfig,
142
+ resolveSurfacePresentationStyles,
131
143
  ru
132
144
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doneisbetter/gds-core",
3
- "version": "2.6.5",
3
+ "version": "2.6.7",
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.5",
41
+ "@doneisbetter/gds-theme": "^2.6.7",
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",