dfh-ui-library 1.3.30 → 1.3.31

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.
@@ -1 +1 @@
1
- export declare const handleButtonClasses: (variants?: string | undefined) => "bg-[#333333] text-white hover:bg-gray-700" | "text-16s h-[52px] text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-14s h-9 bg-[#333333] text-white hover:bg-gray-700" | "text-14s h-9 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-14s h-7 bg-[#333333] text-white hover:bg-gray-700" | "text-14s h-7 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-16s h-11 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-16s h-11 bg-[#333333] text-white hover:bg-gray-700" | "text-16s h-11 bg-btn-main text-21s text-white" | "h-11 text-21s text-black-540 border border-[#CDCED6] bg-white" | "h-11 text-21s border bg-btn-main text-btn-main border-btn-main bg-opacity-10" | "h-11 text-21s text-black-540 border border-0 bg-white" | "h-11 text-21s text-white border border-0 bg-btn-main" | undefined;
1
+ export declare const handleButtonClasses: (variants?: string | undefined) => "bg-[#333333] text-white hover:bg-gray-700" | "text-16s h-[52px] text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-14s h-9 bg-[#333333] text-white hover:bg-gray-700" | "text-14s h-9 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-14s h-7 bg-[#333333] text-white hover:bg-gray-700" | "text-14s h-7 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-16s h-11 text-base font-semibold leading-5 border border-solid border-[#CDCED6] bg-white" | "text-16s h-11 bg-[#333333] text-white hover:bg-gray-700" | "text-16s h-11 bg-btn-main text-21s text-white" | "h-11 text-21s text-black-540 border border-[#CDCED6] bg-white" | "h-11 text-21s border bg-btn-main text-btn-main border-btn-main bg-opacity-10" | "h-11 text-21s text-black-540 border border-0 bg-white" | "h-11 text-21s text-white border border-0 bg-btn-main" | "h-11 text-21s text-white border border-0 bg-pinkRead" | undefined;
@@ -35,3 +35,4 @@ export declare const FilterIcon: ({ classes, onClick, onFocus, ...props }: IconP
35
35
  export declare const PaperPlaneTiltIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
36
36
  export declare const PrinterIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
37
37
  export declare const EditDocumentIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;
38
+ export declare const CloseModalIcon: ({ classes, onClick, onFocus, ...props }: IconProps) => React.JSX.Element;