@apexcura/ui-components 0.0.16-Beta1129 → 0.0.16-Beta1130

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ export declare const Video: (props: ElementType) => React.JSX.Element;
@@ -207,6 +207,9 @@ export type ElementType = {
207
207
  listClassName?: string;
208
208
  listItemClassName?: string;
209
209
  img?: string;
210
+ video?: string;
211
+ height?: string;
212
+ width?: string;
210
213
  imgExpand?: string;
211
214
  segmentedValue?: string;
212
215
  useSegments?: string;
package/dist/index.d.ts CHANGED
@@ -45,3 +45,4 @@ export * from './Components/DisplayTimeline';
45
45
  export * from './Components/DateRangeSegments';
46
46
  export * from './Components/DropdownElement';
47
47
  export * from './Components/ImageUpload';
48
+ export * from './Components/Video';