@conboai/storybook.components 0.5.3 → 0.5.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.
@@ -36,6 +36,7 @@ export { CustomDataGrid } from '../components/CustomDataGrid';
36
36
  export { SearchBox } from '../components/SearchBox';
37
37
  export { ImagePlayer } from '../components/ImagePlayer';
38
38
  export { MapPlayer } from '../components/MapPlayer';
39
+ export { TabsBox } from '../components/TabsBox';
39
40
  export * from '../interfaces/filter';
40
41
  export * from '../interfaces/detailsView';
41
42
  export * from '../interfaces/appTitleBar';
@@ -99543,6 +99543,7 @@ export {
99543
99543
  ZV as TIMELINE,
99544
99544
  Toe as Tab,
99545
99545
  q5e as TabsBar,
99546
+ Roe as TabsBox,
99546
99547
  Ive as ThreeDotsIcon,
99547
99548
  fve as TimelineChart,
99548
99549
  zve as Toast,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conboai/storybook.components",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "main": "dist/storybook.components.mjs",
5
5
  "types": "dist/build/index.d.ts",
6
6
  "files": [