@agility/plenum-ui 2.0.0-rc24 → 2.0.0-rc25

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 CHANGED
@@ -926,7 +926,7 @@ declare module '@agility/plenum-ui/stories/organisms/ButtonDropdown/index' {
926
926
 
927
927
  }
928
928
  declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownComponent' {
929
- import React, { HTMLAttributes } from "react";
929
+ import React from "react";
930
930
  import { Placement } from "@floating-ui/react";
931
931
  import { ClassNameWithAutocomplete } from "utils/types";
932
932
  import { IDynamicIconProps } from "@/stories/atoms/icons";
@@ -938,7 +938,7 @@ declare module '@agility/plenum-ui/stories/organisms/DropdownComponent/DropdownC
938
938
  isEmphasized?: boolean;
939
939
  key: React.Key;
940
940
  }
941
- export interface IDropdownProps extends HTMLAttributes<HTMLDivElement> {
941
+ export interface IDropdownProps {
942
942
  items: IItemProp[][];
943
943
  label: string;
944
944
  CustomDropdownTrigger?: React.ReactNode;