kdpa-components 1.19.13 → 1.20.0
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 +2 -2
- package/dist/types/designerKit/components/Alert/KdAlert.d.ts +6 -0
- package/dist/types/designerKit/components/Alert/KdAlert.d.ts.map +1 -0
- package/dist/types/designerKit/components/Alert/KdAlert.stories.d.ts +7 -0
- package/dist/types/designerKit/components/Alert/KdAlert.stories.d.ts.map +1 -0
- package/dist/types/designerKit/components/Alert/KdAlert.test.d.ts +2 -0
- package/dist/types/designerKit/components/Alert/KdAlert.test.d.ts.map +1 -0
- package/dist/types/designerKit/components/Alert/index.d.ts +3 -0
- package/dist/types/designerKit/components/Alert/index.d.ts.map +1 -0
- package/dist/types/designerKit/components/index.d.ts +1 -0
- package/dist/types/designerKit/components/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { AlertProps } from "@mui/material";
|
|
3
|
+
export type KdAlertProps = AlertProps;
|
|
4
|
+
declare const KdAlert: React.ForwardRefExoticComponent<Omit<AlertProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export default KdAlert;
|
|
6
|
+
//# sourceMappingURL=KdAlert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdAlert.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Alert/KdAlert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAC1C,OAAO,EAAS,UAAU,EAAc,MAAM,eAAe,CAAC;AAE9D,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC;AAEtC,QAAA,MAAM,OAAO,gGAsBX,CAAC;AAEH,eAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import KdAlert from "./KdAlert";
|
|
3
|
+
declare const meta: Meta<typeof KdAlert>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof KdAlert>;
|
|
6
|
+
export declare const Primary: Story;
|
|
7
|
+
//# sourceMappingURL=KdAlert.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdAlert.stories.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Alert/KdAlert.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,OAAO,MAAM,WAAW,CAAC;AAEhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAS9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAEtC,eAAO,MAAM,OAAO,EAAE,KAwCrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KdAlert.test.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Alert/KdAlert.test.tsx"],"names":[],"mappings":"AAIA,OAAO,2BAA2B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/Alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,YAAY,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/designerKit/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/designerKit/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
|