@doneisbetter/gds-core 2.6.3 → 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/server.mjs CHANGED
@@ -9,33 +9,42 @@ import {
9
9
  ConsumerSection,
10
10
  CtaButtonGroup,
11
11
  DataToolbar,
12
+ DetailProfileShell,
12
13
  DocsPageShell,
13
14
  EditorialCard,
14
15
  EditorialHero,
15
16
  EmptyState,
16
17
  FeatureBand,
17
18
  FilterDrawer,
19
+ FoodMenuSection,
18
20
  FormField,
19
21
  GdsIcons,
20
22
  GdsVocabulary,
23
+ ListingCard,
24
+ MapPanel,
21
25
  MediaCard,
22
26
  MediaField,
23
27
  MetricCard,
24
28
  PageHeader,
25
29
  PlaceholderPanel,
30
+ PlaybackSurface,
26
31
  ProductCard,
27
32
  ProgressCard,
28
33
  PublicBrandFooter,
34
+ PublicFlowShell,
35
+ PublicFoodCard,
29
36
  PublicNav,
30
37
  PublicProductCard,
31
38
  PublicShell,
32
39
  PublicSiteFooter,
33
40
  SectionPanel,
34
41
  SimpleDataTable,
42
+ SocialAuthButtons,
35
43
  StateBlock,
36
44
  StatsSection,
37
45
  StatusBadge,
38
46
  ar,
47
+ createGdsVocabularyPack,
39
48
  de,
40
49
  en,
41
50
  es,
@@ -47,9 +56,11 @@ import {
47
56
  he,
48
57
  hu,
49
58
  it,
59
+ mergeGdsVocabularyPacks,
50
60
  resolveAccentPanelStyles,
61
+ resolveSemanticActionConfig,
51
62
  ru
52
- } from "./chunk-QEPN7PSA.mjs";
63
+ } from "./chunk-BAS4ZGKL.mjs";
53
64
  export {
54
65
  AccentPanel,
55
66
  AccessSummary,
@@ -61,33 +72,42 @@ export {
61
72
  ConsumerSection,
62
73
  CtaButtonGroup,
63
74
  DataToolbar,
75
+ DetailProfileShell,
64
76
  DocsPageShell,
65
77
  EditorialCard,
66
78
  EditorialHero,
67
79
  EmptyState,
68
80
  FeatureBand,
69
81
  FilterDrawer,
82
+ FoodMenuSection,
70
83
  FormField,
71
84
  GdsIcons,
72
85
  GdsVocabulary,
86
+ ListingCard,
87
+ MapPanel,
73
88
  MediaCard,
74
89
  MediaField,
75
90
  MetricCard,
76
91
  PageHeader,
77
92
  PlaceholderPanel,
93
+ PlaybackSurface,
78
94
  ProductCard,
79
95
  ProgressCard,
80
96
  PublicBrandFooter,
97
+ PublicFlowShell,
98
+ PublicFoodCard,
81
99
  PublicNav,
82
100
  PublicProductCard,
83
101
  PublicShell,
84
102
  PublicSiteFooter,
85
103
  SectionPanel,
86
104
  SimpleDataTable,
105
+ SocialAuthButtons,
87
106
  StateBlock,
88
107
  StatsSection,
89
108
  StatusBadge,
90
109
  ar,
110
+ createGdsVocabularyPack,
91
111
  de,
92
112
  en,
93
113
  es,
@@ -99,6 +119,8 @@ export {
99
119
  he,
100
120
  hu,
101
121
  it,
122
+ mergeGdsVocabularyPacks,
102
123
  resolveAccentPanelStyles,
124
+ resolveSemanticActionConfig,
103
125
  ru
104
126
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@doneisbetter/gds-core",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
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.3",
41
+ "@doneisbetter/gds-theme": "^2.6.4",
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",