analytica-frontend-lib 1.0.45 → 1.0.47

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/index.d.ts CHANGED
@@ -18,12 +18,14 @@ export { default as Input } from './Input/index.js';
18
18
  export { default as Chips } from './Chips/index.js';
19
19
  export { default as ProgressBar } from './ProgressBar/index.js';
20
20
  export { default as ProgressCircle } from './ProgressCircle/index.js';
21
+ export { default as Stepper } from './Stepper/index.js';
21
22
  export { default as Calendar } from './Calendar/index.js';
22
23
  import * as react_jsx_runtime from 'react/jsx-runtime';
23
24
  import { ReactNode } from 'react';
24
25
  export { default as DropdownMenu, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, MenuContent, MenuLabel, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger } from './DropdownMenu/index.js';
25
26
  export { default as Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from './Select/index.js';
26
27
  export { default as Menu, MenuItem, MenuSeparator } from './Menu/index.js';
28
+ export { CardActivesResults, CardPerformance, CardProgress, CardQuestions, CardResults, CardStatus, CardTopic } from './Card/index.js';
27
29
  import 'zustand';
28
30
 
29
31
  /**