kdpa-components 1.40.5 → 1.40.7
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.js +142 -142
- package/dist/types/designerKit/components/Tooltips/KdTooltip.d.ts +2 -2
- package/dist/types/designerKit/components/Tooltips/KdTooltip.d.ts.map +1 -1
- package/dist/types/designerKit/components/Typography/typographyHelper.d.ts +1 -1
- package/dist/types/designerKit/components/Typography/typographyHelper.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TooltipProps } from "@mui/material/Tooltip";
|
|
2
|
-
export type KdTooltipProps = Pick<TooltipProps, "placement" | "title" | "arrow"> & {
|
|
2
|
+
export type KdTooltipProps = Pick<TooltipProps, "placement" | "title" | "arrow" | "enterDelay" | "leaveDelay"> & {
|
|
3
3
|
[key: string]: any;
|
|
4
4
|
};
|
|
5
|
-
declare const KdTooltip: ({ title, arrow, children, placement, ...props }: KdTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
declare const KdTooltip: ({ title, arrow, children, placement, enterDelay, leaveDelay, ...props }: KdTooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export default KdTooltip;
|
|
7
7
|
//# sourceMappingURL=KdTooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KdTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Tooltips/KdTooltip.tsx"],"names":[],"mappings":"AACA,OAAgB,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAK9D,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,YAAY,EACZ,WAAW,GAAG,OAAO,GAAG,OAAO,
|
|
1
|
+
{"version":3,"file":"KdTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Tooltips/KdTooltip.tsx"],"names":[],"mappings":"AACA,OAAgB,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAK9D,MAAM,MAAM,cAAc,GAAG,IAAI,CAC/B,YAAY,EACZ,WAAW,GAAG,OAAO,GAAG,OAAO,GAAG,YAAY,GAAG,YAAY,CAC9D,GAAG;IACF,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,SAAS,4EAQZ,cAAc,4CAahB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { TypeMeta } from "./KdTypography";
|
|
3
3
|
export declare const typographyHelper: (value: React.ReactNode, meta: TypeMeta) => string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<import("react").ReactNode> | null | undefined;
|
|
4
|
-
export declare const textWrapper: (text: string, maxLength?: number) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare const textWrapper: (text: string, dir: "rtl" | "ltr", maxLength?: number) => import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
//# sourceMappingURL=typographyHelper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typographyHelper.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Typography/typographyHelper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,eAAO,MAAM,gBAAgB,UAAW,MAAM,SAAS,QAAQ,QAAQ,iIAqBtE,CAAC;AAOF,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"typographyHelper.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Typography/typographyHelper.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAG1C,eAAO,MAAM,gBAAgB,UAAW,MAAM,SAAS,QAAQ,QAAQ,iIAqBtE,CAAC;AAOF,eAAO,MAAM,WAAW,SAChB,MAAM,OACP,KAAK,GAAG,KAAK,cACN,MAAM,4CAMnB,CAAC"}
|