digitinary-ui 1.0.214 → 1.0.216
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/components/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +11 -0
- package/package.json +1 -1
|
@@ -55,3 +55,5 @@ export { default as SelectGroupV2 } from './SelectGroupV2/SelectGroupV2';
|
|
|
55
55
|
export { default as TableV2 } from './TableV2';
|
|
56
56
|
export { default as GaugeChart } from './GaugeChart';
|
|
57
57
|
export { default as SideDrawerV2 } from './SideDrawerV2';
|
|
58
|
+
export { default as ArenaDatePicker } from './ArenaDatePicker/index';
|
|
59
|
+
export { default as ArenaDateRange } from './ArenaDateRange/index';
|