@devtron-labs/devtron-fe-common-lib 1.15.3-pre-1 → 1.15.3-pre-2
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/{@code-editor-DsXDlgZD.js → @code-editor-DqPc1fti.js} +2 -2
- package/dist/{@common-rjsf-CrJ_5Ss1.js → @common-rjsf-DgAyhT9d.js} +1 -1
- package/dist/{@framer-motion-BhKAac90.js → @framer-motion-DjiCMNqQ.js} +855 -785
- package/dist/Shared/Components/FramerComponents/index.d.ts +2 -2
- package/dist/index.js +6 -5
- package/package.json +1 -1
@@ -25,7 +25,7 @@ import { h as Fe } from "./@moment-CGWt8tF2.js";
|
|
25
25
|
import { ReactComponent as Gf } from "./assets/ic-visibility-off.d91d3844.svg";
|
26
26
|
import { ReactComponent as Hf } from "./assets/ic-visibility-on.7505dd12.svg";
|
27
27
|
import Yf from "./assets/DeployAudio.566e45df.mp3";
|
28
|
-
import { a as Qn, m as Ue, A as Ur, u as ea, b as ys, c as Hc, d as Kf } from "./@framer-motion-
|
28
|
+
import { a as Qn, m as Ue, A as Ur, u as ea, b as ys, c as Hc, d as Kf } from "./@framer-motion-DjiCMNqQ.js";
|
29
29
|
import ji, { components as Ge } from "react-select";
|
30
30
|
import Wf, { ReactComponent as fs } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
31
31
|
import { ReactComponent as zf } from "./assets/ic-arrow-backward.d951202a.svg";
|
@@ -24260,7 +24260,7 @@ const UO = (e) => e?.length ? e.map(({ id: s, description: n, name: a, pluginVer
|
|
24260
24260
|
{
|
24261
24261
|
initial: { opacity: 1 },
|
24262
24262
|
exit: { opacity: 0 },
|
24263
|
-
transition: { duration:
|
24263
|
+
transition: { duration: 0.3, ease: "easeOut" },
|
24264
24264
|
className: "dc__position-abs dc__top-0 dc__left-0 dc__zi-10 h-2 w-100 bcn-2",
|
24265
24265
|
children: /* @__PURE__ */ t.jsx(
|
24266
24266
|
Ue.div,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { j as n, as as b, au as k, at as W } from "./@vendor-CA9d7Ztm.js";
|
2
2
|
import V, { forwardRef as J, useMemo as P } from "react";
|
3
3
|
import K, { getDefaultRegistry as q } from "@rjsf/core";
|
4
|
-
import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-
|
4
|
+
import { T as F, j as N, c as v, b as S, S as Y, i as z, a as w, d as A, e as G } from "./@code-editor-DqPc1fti.js";
|
5
5
|
import Q, { components as D } from "react-select";
|
6
6
|
import { ReactComponent as X } from "./assets/ic-chevron-down.fc70d7a7.svg";
|
7
7
|
import { getUiOptions as $, getTemplate as B, getSubmitButtonOptions as Z, ADDITIONAL_PROPERTY_FLAG as L, errorId as ee, englishStringTranslator as te, TranslatableString as ne, titleId as re, canExpand as ae, deepEquals as se } from "@rjsf/utils";
|