@harnessio/ui 1.3.11 → 1.3.13
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/components.d.ts +2 -0
- package/dist/components.js +1 -1
- package/dist/{index-hUsIdJU3.js → index-BlCRFQan.js} +45 -29
- package/dist/{index-hUsIdJU3.js.map → index-BlCRFQan.js.map} +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/tailwind.config.js +23 -29
- package/dist/tailwind.config.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -8030,6 +8030,8 @@ declare function Toaster({ duration, className }: ToasterProps): JSX_2.Element |
|
|
|
8030
8030
|
declare type ToasterProps = Partial<Pick<ToasterProps_2, 'duration' | 'className'>>;
|
|
8031
8031
|
|
|
8032
8032
|
declare type ToastOptions = Pick<ExternalToast, 'action' | 'duration' | 'dismissible'> & {
|
|
8033
|
+
onClose?: () => void;
|
|
8034
|
+
onAutoClose?: () => void;
|
|
8033
8035
|
action?: Action;
|
|
8034
8036
|
};
|
|
8035
8037
|
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as s } from "./index-CdF49wK7.js";
|
|
2
|
-
import { i as e } from "./index-
|
|
2
|
+
import { i as e } from "./index-BlCRFQan.js";
|
|
3
3
|
import { i as a } from "./index-DDCmFDX6.js";
|
|
4
4
|
import { i as m } from "./index-C4bDY5-3.js";
|
|
5
5
|
import { i as f } from "./index-DchZrYRY.js";
|