@data-c/ui 0.1.45 → 0.1.46
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 +3 -0
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -354,6 +354,8 @@ declare function IconExpandable(props: IconExpandableProps): react_jsx_runtime.J
|
|
|
354
354
|
|
|
355
355
|
declare function IconFilter(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
356
356
|
|
|
357
|
+
declare function IconUsers$1(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
358
|
+
|
|
357
359
|
declare function IconHandShake(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
358
360
|
|
|
359
361
|
declare function IconHelp(props: SvgIconProps): react_jsx_runtime.JSX.Element;
|
|
@@ -447,6 +449,7 @@ declare const Icon: {
|
|
|
447
449
|
ChevronRight: typeof ChevronRight;
|
|
448
450
|
Calendar: typeof IconCalendar;
|
|
449
451
|
Save: typeof IconSave;
|
|
452
|
+
Profile: typeof IconUsers$1;
|
|
450
453
|
};
|
|
451
454
|
|
|
452
455
|
interface MenuItemProps {
|