@epam/ai-dial-ui-kit 0.12.0-dev.18 → 0.12.0-dev.20
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/{JsonEditor-DadsOkF3.js → JsonEditor-DOuvsPMc.js} +1 -1
- package/dist/{JsonEditor-DtDvDpDJ.cjs → JsonEditor-D_UCu5UH.cjs} +1 -1
- package/dist/{MarkdownEditor-CBh-6imU.js → MarkdownEditor-Cm21SYyL.js} +1 -1
- package/dist/{MarkdownEditor-CE2SbGcV.cjs → MarkdownEditor-DEBJwArn.cjs} +1 -1
- package/dist/components-manifest.json +2 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-DJVsp5XI.cjs → index-C1If7l2o.cjs} +2 -2
- package/dist/{index-CQGQwLf_.js → index-DyhIsKvB.js} +2 -2
- package/dist/src/components/ConfirmationPopup/constants.d.ts +1 -1
- package/package.json +1 -1
|
@@ -50527,7 +50527,7 @@ const cG = "z-[52] flex items-center justify-center bg-blackout md:p-4", xv = "d
|
|
|
50527
50527
|
) });
|
|
50528
50528
|
};
|
|
50529
50529
|
var oa = /* @__PURE__ */ ((e) => (e.Info = "info", e.Danger = "danger", e))(oa || {});
|
|
50530
|
-
const hG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", pG = "text-secondary dial-small-150 px-6
|
|
50530
|
+
const hG = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary", pG = "text-secondary dial-small-150 px-6 pb-4", gG = "Cancel", fG = "Ok", Pu = {
|
|
50531
50531
|
[oa.Info]: {
|
|
50532
50532
|
confirm: {
|
|
50533
50533
|
variant: et.Primary,
|
|
@@ -62116,7 +62116,7 @@ const jg = ({
|
|
|
62116
62116
|
}) })
|
|
62117
62117
|
}
|
|
62118
62118
|
);
|
|
62119
|
-
}, Gz = () => import("./JsonEditor-
|
|
62119
|
+
}, Gz = () => import("./JsonEditor-DOuvsPMc.js"), Bz = () => import("./MarkdownEditor-Cm21SYyL.js");
|
|
62120
62120
|
export {
|
|
62121
62121
|
bG as $,
|
|
62122
62122
|
zl as A,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ButtonAppearance, ButtonVariant } from '../../types/button';
|
|
2
2
|
import { ConfirmationPopupVariant } from '../../types/confirmation-popup';
|
|
3
3
|
export declare const actionsBaseClassName = "flex justify-end gap-2 px-6 py-4 border-t border-tertiary";
|
|
4
|
-
export declare const descriptionBaseClassName = "text-secondary dial-small-150 px-6
|
|
4
|
+
export declare const descriptionBaseClassName = "text-secondary dial-small-150 px-6 pb-4";
|
|
5
5
|
export declare const defaultCancelLabel = "Cancel";
|
|
6
6
|
export declare const defaultConfirmLabel = "Ok";
|
|
7
7
|
export declare const variantConfig: Record<ConfirmationPopupVariant, {
|