@apexcura/ui-components 0.0.16-Beta255 → 0.0.16-Beta257

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 DropdownElement: (props: ElementType) => React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { ElementType } from '../Types/types';
3
+ export declare const ProfileContainer: (props: ElementType) => React.JSX.Element;
@@ -162,5 +162,7 @@ export type ElementType = {
162
162
  isNotChatbot?: boolean;
163
163
  allowClear?: boolean;
164
164
  isBack?: boolean;
165
+ isNewMenuItem?: boolean;
166
+ isCount?: boolean;
165
167
  };
166
168
  export {};
package/dist/index.d.ts CHANGED
@@ -25,5 +25,6 @@ export * from './Components/CustomStepper';
25
25
  export * from './Components/AbhaNumberComponent';
26
26
  export * from './Components/SpanElement';
27
27
  export * from './Components/AadharComponent';
28
- export * from './Components/Profile';
28
+ export * from './Components/ProfileContainer';
29
29
  export * from './Components/Notification';
30
+ export * from './Components/Profile';