impact-nova 2.1.0-alpha.7 → 2.1.0-alpha.8

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.
Files changed (106) hide show
  1. package/dist/components/data/ag-grid-react/ag-grid.types.d.ts +6 -0
  2. package/dist/components/data/ag-grid-react/build-ag-grid-theme.d.ts +3 -0
  3. package/dist/components/data/ag-grid-react/cell-renderers/editors/input-cell-editor.js +58 -58
  4. package/dist/components/data/ag-grid-react/column-indicator-sync-bus.d.ts +9 -0
  5. package/dist/components/data/ag-grid-react/column-indicator-sync-bus.js +15 -0
  6. package/dist/components/data/ag-grid-react/headers/column-menu/column-settings-menu.js +78 -73
  7. package/dist/components/data/ag-grid-react/headers/custom-header.js +3 -1
  8. package/dist/components/data/ag-grid-react/headers/header-search-input.js +87 -91
  9. package/dist/components/data/ag-grid-react/index.d.ts +1 -1
  10. package/dist/components/data/ag-grid-react/index.js +109 -100
  11. package/dist/components/data/ag-grid-react/notify-column-indicator-sync.d.ts +3 -2
  12. package/dist/components/data/ag-grid-react/notify-column-indicator-sync.js +4 -3
  13. package/dist/components/data/ag-grid-react/sync-ag-grid-theme-mode.d.ts +3 -0
  14. package/dist/components/data/ag-grid-react/sync-ag-grid-theme-mode.js +10 -0
  15. package/dist/components/data/ag-grid-react/theme.d.ts +1 -0
  16. package/dist/components/data/ag-grid-react/theme.js +93 -21
  17. package/dist/components/data/data-table/column-indicator.d.ts +1 -1
  18. package/dist/components/data/data-table/column-indicator.js +15 -11
  19. package/dist/components/data/data-table/data-table-column-def-pin.d.ts +9 -4
  20. package/dist/components/data/data-table/data-table-column-def-pin.js +38 -38
  21. package/dist/components/data/data-table/data-table-saved-views.js +37 -37
  22. package/dist/components/data/data-table/data-table.js +78 -73
  23. package/dist/components/data/data-table/data-table.types.d.ts +7 -1
  24. package/dist/components/data/data-table/indicator-legend.d.ts +13 -2
  25. package/dist/components/data/data-table/indicator-legend.js +20 -17
  26. package/dist/components/data/data-table/pin-switch.js +9 -9
  27. package/dist/components/data/data-table/use-data-table-column-list-sync.js +92 -89
  28. package/dist/components/data/nested-list/nested-list-change-detection.d.ts +11 -0
  29. package/dist/components/data/nested-list/nested-list-change-detection.js +13 -0
  30. package/dist/components/data/nested-list/nested-list.js +107 -97
  31. package/dist/components/data-display/calendar/calendar.d.ts +1 -1
  32. package/dist/components/data-display/calendar/calendar.js +194 -189
  33. package/dist/components/data-display/chart/chart-palette.d.ts +16 -0
  34. package/dist/components/data-display/chart/chart-palette.js +28 -0
  35. package/dist/components/data-display/chart/chart.js +121 -115
  36. package/dist/components/data-display/chart/chart.utils.js +9 -6
  37. package/dist/components/data-display/chart/index.d.ts +1 -0
  38. package/dist/components/data-display/chart/index.js +15 -9
  39. package/dist/components/data-display/chart/resolve-highcharts-options.d.ts +3 -0
  40. package/dist/components/data-display/chart/resolve-highcharts-options.js +35 -0
  41. package/dist/components/data-display/statistics-card/statistics-card.color.d.ts +6 -0
  42. package/dist/components/data-display/statistics-card/statistics-card.color.js +19 -0
  43. package/dist/components/data-display/statistics-card/statistics-card.hooks.js +50 -48
  44. package/dist/components/data-display/statistics-card/statistics-card.js +127 -146
  45. package/dist/components/feedback/alert-dialog/alert-dialog.js +15 -15
  46. package/dist/components/feedback/dialog/dialog.js +3 -3
  47. package/dist/components/feedback/drawer/drawer.js +32 -32
  48. package/dist/components/feedback/sheet/sheet.js +8 -8
  49. package/dist/components/feedback/sheet/sheet.variants.js +1 -1
  50. package/dist/components/feedback/toast/toast.js +83 -92
  51. package/dist/components/flows/command-palette/command-palette-context.types.d.ts +5 -0
  52. package/dist/components/flows/command-palette/command-palette.d.ts +4 -16
  53. package/dist/components/flows/command-palette/command-palette.js +245 -258
  54. package/dist/components/flows/command-palette/command-palette.types.d.ts +9 -0
  55. package/dist/components/flows/command-palette/shortcut-overlay.js +6 -6
  56. package/dist/components/flows/filter-panel/filter-panel.d.ts +3 -2
  57. package/dist/components/flows/filter-panel/filter-panel.js +99 -104
  58. package/dist/components/flows/filter-strip/filter-summary.js +41 -41
  59. package/dist/components/flows/filter-strip/filter-tag-list.js +48 -48
  60. package/dist/components/flows/wizard/wizard.js +32 -32
  61. package/dist/components/forms/choice-card/choice-card.d.ts +2 -2
  62. package/dist/components/forms/choice-card/choice-card.js +156 -166
  63. package/dist/components/forms/combobox/combobox.js +70 -70
  64. package/dist/components/forms/date-picker/date-picker.js +31 -30
  65. package/dist/components/forms/file-upload/file-upload.js +146 -168
  66. package/dist/components/forms/prompt/prompt.js +47 -48
  67. package/dist/components/forms/select/components/SelectAllRow.js +14 -14
  68. package/dist/components/forms/select/components/SelectMenuFooter.js +12 -12
  69. package/dist/components/forms/select/components/SelectMenuHeader.js +44 -44
  70. package/dist/components/forms/select/components/SelectMenuListBody.js +22 -22
  71. package/dist/components/forms/select/components/SelectMenuPanel.js +8 -8
  72. package/dist/components/forms/select/components/SelectOptionRow.js +62 -62
  73. package/dist/components/forms/select/select.d.ts +5 -4
  74. package/dist/components/forms/select/select.js +123 -120
  75. package/dist/components/forms/select/select.types.d.ts +95 -204
  76. package/dist/components/forms/slider/slider.js +17 -17
  77. package/dist/components/forms/smart-input/smart-input.js +49 -49
  78. package/dist/components/forms/textarea/textarea.js +25 -25
  79. package/dist/components/layout/breadcrumb/breadcrumb.js +112 -118
  80. package/dist/components/layout/header/header.d.ts +5 -17
  81. package/dist/components/layout/header/header.js +113 -116
  82. package/dist/components/layout/header/header.types.d.ts +3 -0
  83. package/dist/components/layout/sidebar/sidebar.js +5 -5
  84. package/dist/components/layout/sidebar/sidebar.variants.js +1 -1
  85. package/dist/components/primitives/accordion/accordion.js +38 -41
  86. package/dist/components/primitives/kbd/kbd.variants.js +1 -1
  87. package/dist/i18n/defaultMessages.d.ts +2 -0
  88. package/dist/i18n/defaultMessages.js +6 -4
  89. package/dist/i18n/locales/de.js +2 -0
  90. package/dist/i18n/locales/es.js +2 -0
  91. package/dist/i18n/locales/hi.js +2 -0
  92. package/dist/i18n/locales/kn.js +2 -0
  93. package/dist/impact-nova-base.scss +8 -5
  94. package/dist/impact-nova-components.css +2 -2
  95. package/dist/impact-nova-tokens.scss +346 -189
  96. package/dist/impact-nova.css +1 -1
  97. package/dist/index.js +505 -499
  98. package/dist/lib/resolve-design-token-color.d.ts +5 -0
  99. package/dist/lib/resolve-design-token-color.js +12 -0
  100. package/dist/llms/rules/ag-grid.js +1 -1
  101. package/dist/llms/rules/installation.js +1 -1
  102. package/dist/llms/rules/requirements.js +1 -1
  103. package/dist/theme/tokens/chart-series-palette.json.d.ts +53 -0
  104. package/dist/theme/tokens/chart-series-palette.json.js +7 -0
  105. package/package.json +22 -254
  106. package/tailwind.config.js +10 -229
@@ -1,278 +1,268 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import * as c from "react";
3
- import * as v from "@radix-ui/react-radio-group";
4
- import { useControllableState as x } from "@radix-ui/react-use-controllable-state";
5
- import { Check as G } from "impact-nova-icons";
6
- import { cn as p } from "../../../lib/utils.js";
7
- const g = c.createContext(null), b = c.createContext({
2
+ import * as i from "react";
3
+ import * as x from "@radix-ui/react-radio-group";
4
+ import { useControllableState as y } from "@radix-ui/react-use-controllable-state";
5
+ import { Check as M } from "impact-nova-icons";
6
+ import { createComponent as p } from "../../../lib/primitives/create-component.js";
7
+ import { cn as h } from "../../../lib/utils.js";
8
+ const v = i.createContext(null), g = i.createContext({
8
9
  selected: !1,
9
10
  type: "single"
10
- }), y = () => {
11
- const e = c.useContext(g);
11
+ }), k = () => {
12
+ const e = i.useContext(v);
12
13
  if (!e)
13
14
  throw new Error("ChoiceCard components must be used within ChoiceCardGroup");
14
15
  return e;
15
16
  };
16
- function F() {
17
- const { value: e, type: t, setValue: o, isSelected: r } = y();
18
- return c.useMemo(
17
+ function T() {
18
+ const { value: e, type: o, setValue: t, isSelected: r } = k();
19
+ return i.useMemo(
19
20
  () => ({
20
21
  value: e,
21
- type: t,
22
- setValue: o,
22
+ type: o,
23
+ setValue: t,
23
24
  isSelected: r
24
25
  }),
25
- [e, t, o, r]
26
+ [e, o, t, r]
26
27
  );
27
28
  }
28
- const w = (e, t, o) => p(
29
+ const w = (e, o, t) => h(
29
30
  "relative flex flex-col items-start gap-3 p-3 rounded-xl",
30
31
  "border-t border-r border-b-2 border-l-4",
31
32
  "cursor-pointer select-none transition-[border-color,background-color] duration-150",
32
33
  "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-focus-ring",
33
34
  e ? "border-brand bg-brand-tint hover:bg-brand-tint-hover" : "border-stroke-subtle bg-canvas-elevated hover:border-brand hover:bg-canvas-muted",
34
- t && "cursor-not-allowed opacity-60",
35
- o
36
- ), M = ({
35
+ o && "cursor-not-allowed opacity-60",
36
+ t
37
+ ), S = ({
37
38
  value: e,
38
- defaultValue: t = "",
39
- onValueChange: o,
39
+ defaultValue: o = "",
40
+ onValueChange: t,
40
41
  disabled: r,
41
- orientation: h = "horizontal",
42
+ orientation: m = "horizontal",
42
43
  wrap: u = !1,
43
44
  className: s,
44
45
  children: l
45
46
  }) => {
46
- const [n, i] = x({
47
+ const [c, n] = y({
47
48
  prop: e,
48
- defaultProp: t,
49
- onChange: o
50
- }), d = c.useCallback(
51
- (C) => n === C,
52
- [n]
53
- ), f = c.useMemo(
49
+ defaultProp: o,
50
+ onChange: t
51
+ }), d = i.useCallback(
52
+ (C) => c === C,
53
+ [c]
54
+ ), f = i.useMemo(
54
55
  () => ({
55
56
  type: "single",
56
57
  disabled: r,
57
- value: n,
58
- setValue: (C) => i(C),
58
+ value: c,
59
+ setValue: (C) => n(C),
59
60
  isSelected: d,
60
- toggle: (C) => i(C)
61
+ toggle: (C) => n(C)
61
62
  }),
62
- [r, n, i, d]
63
+ [r, c, n, d]
63
64
  );
64
- return /* @__PURE__ */ a(g.Provider, { value: f, children: /* @__PURE__ */ a(
65
- v.Root,
65
+ return /* @__PURE__ */ a(v.Provider, { value: f, children: /* @__PURE__ */ a(
66
+ x.Root,
66
67
  {
67
- value: n,
68
- onValueChange: i,
68
+ value: c,
69
+ onValueChange: n,
69
70
  disabled: r,
70
71
  className: s,
71
72
  "data-component": "choice-card-group",
72
73
  "data-type": "single",
73
- "data-layout": u ? "wrap" : h === "vertical" ? "column" : "row",
74
+ "data-layout": u ? "wrap" : m === "vertical" ? "column" : "row",
74
75
  children: l
75
76
  }
76
77
  ) });
77
- }, S = ({
78
+ }, P = ({
78
79
  value: e,
79
- defaultValue: t = [],
80
- onValueChange: o,
80
+ defaultValue: o = [],
81
+ onValueChange: t,
81
82
  disabled: r,
82
- orientation: h = "horizontal",
83
+ orientation: m = "horizontal",
83
84
  wrap: u = !1,
84
85
  className: s,
85
86
  children: l
86
87
  }) => {
87
- const [n, i] = x({
88
+ const [c, n] = y({
88
89
  prop: e,
89
- defaultProp: t,
90
- onChange: o
91
- }), d = c.useMemo(() => n ?? [], [n]), f = c.useCallback(
92
- (m) => d.includes(m),
90
+ defaultProp: o,
91
+ onChange: t
92
+ }), d = i.useMemo(() => c ?? [], [c]), f = i.useCallback(
93
+ (b) => d.includes(b),
93
94
  [d]
94
- ), C = c.useCallback(
95
- (m) => {
96
- if (d.includes(m)) {
97
- i(d.filter((R) => R !== m));
95
+ ), C = i.useCallback(
96
+ (b) => {
97
+ if (d.includes(b)) {
98
+ n(d.filter((N) => N !== b));
98
99
  return;
99
100
  }
100
- i([...d, m]);
101
+ n([...d, b]);
101
102
  },
102
- [d, i]
103
- ), k = c.useMemo(
103
+ [d, n]
104
+ ), G = i.useMemo(
104
105
  () => ({
105
106
  type: "multiple",
106
107
  disabled: r,
107
108
  value: d,
108
- setValue: (m) => i(m),
109
+ setValue: (b) => n(b),
109
110
  isSelected: f,
110
111
  toggle: C
111
112
  }),
112
- [r, d, i, f, C]
113
+ [r, d, n, f, C]
113
114
  );
114
- return /* @__PURE__ */ a(g.Provider, { value: k, children: /* @__PURE__ */ a(
115
+ return /* @__PURE__ */ a(v.Provider, { value: G, children: /* @__PURE__ */ a(
115
116
  "div",
116
117
  {
117
118
  role: "group",
118
119
  className: s,
119
120
  "data-component": "choice-card-group",
120
121
  "data-type": "multiple",
121
- "data-layout": u ? "wrap" : h === "vertical" ? "column" : "row",
122
+ "data-layout": u ? "wrap" : m === "vertical" ? "column" : "row",
122
123
  children: l
123
124
  }
124
125
  ) });
125
- }, P = (e) => e.type === "multiple" ? /* @__PURE__ */ a(S, { ...e }) : /* @__PURE__ */ a(M, { ...e });
126
- P.displayName = "ChoiceCardGroup";
127
- const N = c.forwardRef(({ className: e, selected: t, disabled: o, children: r, ...h }, u) => /* @__PURE__ */ a(
126
+ }, V = (e) => e.type === "multiple" ? /* @__PURE__ */ a(P, { ...e }) : /* @__PURE__ */ a(S, { ...e });
127
+ V.displayName = "ChoiceCardGroup";
128
+ const j = p("ChoiceCardSurface", ({ className: e, selected: o, disabled: t, children: r, ...m }, u) => /* @__PURE__ */ a(
128
129
  "div",
129
130
  {
130
131
  ref: u,
131
- className: w(t, o, e),
132
+ className: w(o, t, e),
132
133
  "data-component": "choice-card",
133
- "data-selected": t || void 0,
134
- ...h,
134
+ "data-selected": o || void 0,
135
+ ...m,
135
136
  children: r
136
137
  }
137
- ));
138
- N.displayName = "ChoiceCardSurface";
139
- const V = c.forwardRef(
140
- ({ value: e, className: t, children: o, disabled: r, ...h }, u) => {
141
- const s = y(), l = r || s.disabled, n = s.isSelected(e), i = c.useMemo(
138
+ )), E = p(
139
+ "ChoiceCard",
140
+ ({ value: e, className: o, children: t, disabled: r, ...m }, u) => {
141
+ const s = k(), l = r || s.disabled, c = s.isSelected(e), n = i.useMemo(
142
142
  () => ({
143
- selected: n,
143
+ selected: c,
144
144
  disabled: l,
145
145
  type: s.type
146
146
  }),
147
- [n, l, s.type]
147
+ [c, l, s.type]
148
148
  );
149
- return s.type === "single" ? /* @__PURE__ */ a(b.Provider, { value: i, children: /* @__PURE__ */ a(v.Item, { value: e, asChild: !0, disabled: l, children: /* @__PURE__ */ a(
150
- N,
149
+ return s.type === "single" ? /* @__PURE__ */ a(g.Provider, { value: n, children: /* @__PURE__ */ a(x.Item, { value: e, asChild: !0, disabled: l, children: /* @__PURE__ */ a(
150
+ j,
151
151
  {
152
152
  ref: u,
153
- selected: n,
153
+ selected: c,
154
154
  disabled: l,
155
- className: t,
156
- ...h,
157
- children: o
155
+ className: o,
156
+ ...m,
157
+ children: t
158
158
  }
159
- ) }) }) : /* @__PURE__ */ a(b.Provider, { value: i, children: /* @__PURE__ */ a(
159
+ ) }) }) : /* @__PURE__ */ a(g.Provider, { value: n, children: /* @__PURE__ */ a(
160
160
  "button",
161
161
  {
162
162
  ref: u,
163
163
  type: "button",
164
164
  role: "checkbox",
165
- "aria-checked": n,
165
+ "aria-checked": c,
166
166
  disabled: l,
167
- className: w(n, l, t),
167
+ className: w(c, l, o),
168
168
  "data-component": "choice-card",
169
- "data-selected": n || void 0,
169
+ "data-selected": c || void 0,
170
170
  onClick: () => s.toggle(e),
171
- children: o
171
+ children: t
172
172
  }
173
173
  ) });
174
174
  }
175
- );
176
- V.displayName = "ChoiceCard";
177
- const j = ({ className: e }) => {
178
- const { selected: t, type: o } = c.useContext(b);
179
- return o === "multiple" ? /* @__PURE__ */ a(
180
- "div",
181
- {
182
- className: p(
183
- "w-5 h-5 rounded border-2 flex items-center justify-center shrink-0 transition-colors",
184
- t ? "border-brand bg-brand text-brand-foreground" : "border-stroke-field bg-transparent",
185
- e
186
- ),
187
- "aria-hidden": "true",
188
- children: t && /* @__PURE__ */ a(G, { size: 12 })
189
- }
190
- ) : /* @__PURE__ */ a(
191
- "div",
192
- {
193
- className: p(
194
- "w-5 h-5 rounded-full border-2 flex items-center justify-center shrink-0 transition-colors",
195
- t ? "border-brand" : "border-stroke-field",
196
- e
197
- ),
198
- "aria-hidden": "true",
199
- children: t && /* @__PURE__ */ a("div", { className: "w-2.5 h-2.5 rounded-full bg-brand" })
200
- }
201
- );
202
- };
203
- j.displayName = "ChoiceCardIndicator";
204
- const z = c.forwardRef(
205
- ({ className: e, children: t, ...o }, r) => /* @__PURE__ */ a(
175
+ ), q = p(
176
+ "ChoiceCardIndicator",
177
+ ({ className: e }, o) => {
178
+ const { selected: t, type: r } = i.useContext(g);
179
+ return r === "multiple" ? /* @__PURE__ */ a(
180
+ "div",
181
+ {
182
+ ref: o,
183
+ className: h(
184
+ "w-5 h-5 rounded border-2 flex items-center justify-center shrink-0 transition-colors",
185
+ t ? "border-brand bg-brand text-brand-foreground" : "border-stroke-field bg-transparent",
186
+ e
187
+ ),
188
+ "aria-hidden": "true",
189
+ children: t && /* @__PURE__ */ a(M, { size: 12 })
190
+ }
191
+ ) : /* @__PURE__ */ a(
192
+ "div",
193
+ {
194
+ ref: o,
195
+ className: h(
196
+ "w-5 h-5 rounded-full border-2 flex items-center justify-center shrink-0 transition-colors",
197
+ t ? "border-brand" : "border-stroke-field",
198
+ e
199
+ ),
200
+ "aria-hidden": "true",
201
+ children: t && /* @__PURE__ */ a("div", { className: "w-2.5 h-2.5 rounded-full bg-brand" })
202
+ }
203
+ );
204
+ }
205
+ ), A = p(
206
+ "ChoiceCardContent",
207
+ ({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
206
208
  "div",
207
209
  {
208
210
  ref: r,
209
- className: p("flex flex-col items-start gap-2 w-full", e),
211
+ className: h("flex flex-col items-start gap-2 w-full", e),
210
212
  "data-slot": "choice-card-content",
211
- ...o,
212
- children: t
213
+ ...t,
214
+ children: o
213
215
  }
214
216
  )
215
- );
216
- z.displayName = "ChoiceCardContent";
217
- const I = c.forwardRef(
218
- ({ className: e, children: t, ...o }, r) => /* @__PURE__ */ a(
219
- "div",
220
- {
221
- ref: r,
222
- className: p("flex items-center justify-center shrink-0", e),
223
- "data-slot": "choice-card-media",
224
- ...o,
225
- children: t
226
- }
227
- )
228
- );
229
- I.displayName = "ChoiceCardMedia";
230
- const D = c.forwardRef(
231
- ({ className: e, children: t, ...o }, r) => /* @__PURE__ */ a(
232
- "h3",
233
- {
234
- ref: r,
235
- className: p(
236
- "text-base font-medium leading-tight text-content capitalize",
237
- e
238
- ),
239
- ...o,
240
- children: t
241
- }
242
- )
243
- );
244
- D.displayName = "ChoiceCardTitle";
245
- const H = c.forwardRef(
246
- ({ className: e, children: t, ...o }, r) => /* @__PURE__ */ a(
217
+ ), B = p("ChoiceCardMedia", ({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
218
+ "div",
219
+ {
220
+ ref: r,
221
+ className: h("flex items-center justify-center shrink-0", e),
222
+ "data-slot": "choice-card-media",
223
+ ...t,
224
+ children: o
225
+ }
226
+ )), F = p("ChoiceCardTitle", ({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
227
+ "h3",
228
+ {
229
+ ref: r,
230
+ className: h(
231
+ "text-base font-medium leading-tight text-content capitalize",
232
+ e
233
+ ),
234
+ ...t,
235
+ children: o
236
+ }
237
+ )), J = p(
238
+ "ChoiceCardHeader",
239
+ ({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
247
240
  "div",
248
241
  {
249
242
  ref: r,
250
- className: p("flex items-center gap-1 w-full", e),
243
+ className: h("flex items-center gap-1 w-full", e),
251
244
  "data-slot": "choice-card-header",
252
- ...o,
253
- children: t
245
+ ...t,
246
+ children: o
254
247
  }
255
248
  )
256
- );
257
- H.displayName = "ChoiceCardHeader";
258
- const T = c.forwardRef(({ className: e, children: t, ...o }, r) => /* @__PURE__ */ a(
249
+ ), K = p("ChoiceCardDescription", ({ className: e, children: o, ...t }, r) => /* @__PURE__ */ a(
259
250
  "p",
260
251
  {
261
252
  ref: r,
262
- className: p("text-xs font-medium leading-4 text-content-secondary", e),
263
- ...o,
264
- children: t
253
+ className: h("text-xs font-medium leading-4 text-content-secondary", e),
254
+ ...t,
255
+ children: o
265
256
  }
266
257
  ));
267
- T.displayName = "ChoiceCardDescription";
268
258
  export {
269
- V as ChoiceCard,
270
- z as ChoiceCardContent,
271
- T as ChoiceCardDescription,
272
- P as ChoiceCardGroup,
273
- H as ChoiceCardHeader,
274
- j as ChoiceCardIndicator,
275
- I as ChoiceCardMedia,
276
- D as ChoiceCardTitle,
277
- F as useChoiceCardGroup
259
+ E as ChoiceCard,
260
+ A as ChoiceCardContent,
261
+ K as ChoiceCardDescription,
262
+ V as ChoiceCardGroup,
263
+ J as ChoiceCardHeader,
264
+ q as ChoiceCardIndicator,
265
+ B as ChoiceCardMedia,
266
+ F as ChoiceCardTitle,
267
+ T as useChoiceCardGroup
278
268
  };