@epam/ai-dial-ui-kit 0.12.1 → 0.13.0-dev.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/{JsonEditor-ClTI8-LY.cjs → JsonEditor-BCf4kgRq.cjs} +1 -1
- package/dist/{JsonEditor-DjEsE74s.js → JsonEditor-BZgiOojg.js} +1 -1
- package/dist/{MarkdownEditor-BMApEDVP.cjs → MarkdownEditor-CMtUqNlX.cjs} +1 -1
- package/dist/{MarkdownEditor-DlKjo9LA.js → MarkdownEditor-jQ87D5ll.js} +1 -1
- package/dist/components-manifest.json +15 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-bLYIiSd_.js → index-Bp3DJKeT.js} +71 -40
- package/dist/{index-Bl2M9QgI.cjs → index-Db-EHWcs.cjs} +3 -3
- package/dist/src/components/RadioButton/RadioButton.d.ts +4 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./index-Db-EHWcs.cjs"),l=require("@monaco-editor/react"),u={[r.EditorThemes.dark]:{base:"vs-dark",inherit:!1,rules:[{token:"string.key.json",foreground:"#37BABC"},{token:"string.value.json",foreground:"#5C8DEA"},{token:"number",foreground:"#D97C27"},{token:"keyword.json",foreground:"#F4CE46"},{token:"delimiter",foreground:"#EEF1F7"},{token:"delimiter.bracket.json",foreground:"#A972FF"},{token:"delimiter.parenthesis",foreground:"#A972FF"}],colors:{"editor.foreground":"#F76464","editor.background":"#161B2D","editorCursor.foreground":"#EEF1F7","editor.selectionBackground":"#5C8DEA2B","editorLineNumber.foreground":"#242C42","scrollbarSlider.background":"#242C42","scrollbarSlider.hoverBackground":"#242C42","scrollbarSlider.activeBackground":"#242C42"}},[r.EditorThemes.light]:{base:"vs",inherit:!1,rules:[{token:"string.key.json",foreground:"#009D9F"},{token:"string.value.json",foreground:"#2764D9"},{token:"number",foreground:"#B25500"},{token:"keyword.json",foreground:"#3F3D25"},{token:"delimiter",foreground:"#161B2D"},{token:"delimiter.bracket.json",foreground:"#7E39EC"},{token:"delimiter.parenthesis",foreground:"#7E39EC"}],colors:{"editor.foreground":"#AE2F2F","editor.background":"#EEF1F7","editorCursor.foreground":"#161B2D","editor.selectionBackground":"#5C8DEA2B","editorLineNumber.foreground":"#242C42","scrollbarSlider.background":"#242C42","scrollbarSlider.hoverBackground":"#242C42","scrollbarSlider.activeBackground":"#242C42"}}},c=({value:n,onChange:t,onValidateJSON:i,options:s,currentTheme:e,themesConfig:d=u})=>{function a(o){o?.editor?.defineTheme(e,d[e]),o.languages.json.jsonDefaults.setDiagnosticsOptions({validate:!0,enableSchemaRequest:!1,schemas:[{uri:"http://custom-schema/object-required.json",fileMatch:["*"],schema:{type:"object",description:"Top-level value must be an object",additionalProperties:!0}}]})}return r.jsxRuntimeExports.jsx(l.Editor,{beforeMount:a,height:"100%",defaultLanguage:"json",value:n,onChange:t,theme:e,onValidate:i,options:{minimap:{enabled:!1},formatOnType:!0,formatOnPaste:!0,selectOnLineNumbers:!1,automaticLayout:!0,scrollBeyondLastLine:!1,wordWrap:"on",smoothScrolling:!0,overviewRulerLanes:0,scrollbar:{horizontal:"hidden",verticalScrollbarSize:4,verticalSliderSize:4},...s??{}}})};exports.DialJsonEditor=c;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-Db-EHWcs.cjs"),c=require("@uiw/react-md-editor"),x=({value:t,onChange:s,height:r=300,preview:i="edit",theme:n=e.EditorThemes.dark,className:a,placeholder:o})=>{const d=o!==void 0&&!t;return e.jsxRuntimeExports.jsxs("div",{"data-color-mode":n,className:e.mergeClasses("relative",a),children:[e.jsxRuntimeExports.jsx(c,{value:t,onChange:l=>s?.(l||""),height:r,preview:i}),d&&e.jsxRuntimeExports.jsx("div",{className:"pointer-events-none absolute left-0 top-8 px-2 dial-small-text text-secondary opacity-40",children:o})]})};exports.DialMarkdownEditor=x;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
3
|
-
"generatedAt": "2026-07-
|
|
2
|
+
"version": "0.13.0-dev.7",
|
|
3
|
+
"generatedAt": "2026-07-24T14:54:24.744Z",
|
|
4
4
|
"kit": {
|
|
5
5
|
"name": "@epam/ai-dial-ui-kit",
|
|
6
6
|
"description": "A modern UI kit for building AI DIAL interfaces with React",
|
|
@@ -550,6 +550,19 @@
|
|
|
550
550
|
"type": "string",
|
|
551
551
|
"required": false,
|
|
552
552
|
"description": "Additional classes applied to the description block"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "containerClassName",
|
|
556
|
+
"type": "string",
|
|
557
|
+
"required": false,
|
|
558
|
+
"description": "Additional classes applied to the container div"
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"name": "oneLineCaption",
|
|
562
|
+
"type": "boolean",
|
|
563
|
+
"required": false,
|
|
564
|
+
"defaultValue": "false",
|
|
565
|
+
"description": "When true, the caption is shown on the same line to the right of the label instead of underneath it"
|
|
553
566
|
}
|
|
554
567
|
],
|
|
555
568
|
"examples": [
|
package/dist/dial-ui-kit.cjs.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./index-Db-EHWcs.cjs");exports.AnalyticsCardVariant=a.AnalyticsCardVariant;exports.BASE_ICON_PROPS=a.BASE_ICON_PROPS;exports.BASE_ICON_SIZE=a.BASE_ICON_SIZE;exports.ButtonAppearance=a.ButtonAppearance;exports.ButtonVariant=a.ButtonVariant;exports.ConfirmationPopupVariant=a.ConfirmationPopupVariant;exports.DEFAULT_ANALYTICS_BAR_COLOR_MAP=a.DEFAULT_ANALYTICS_BAR_COLOR_MAP;exports.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;exports.DialAccordion=a.DialAccordion;exports.DialAnalyticsBar=a.DialAnalyticsBar;exports.DialAnalyticsBarGroup=a.DialAnalyticsBarGroup;exports.DialAnalyticsCard=a.DialAnalyticsCard;exports.DialAnalyticsErrorTag=a.DialAnalyticsErrorTag;exports.DialAnalyticsHistogram=a.DialAnalyticsHistogram;exports.DialAutocompleteInputValue=a.DialAutocompleteInputValue;exports.DialBreadcrumb=a.DialBreadcrumb;exports.DialBreadcrumbItem=a.DialBreadcrumbItem;exports.DialButton=a.DialButton;exports.DialButtonDropdown=a.DialButtonDropdown;exports.DialCaptionText=a.DialCaptionText;exports.DialCheckbox=a.DialCheckbox;exports.DialCloseButton=a.DialCloseButton;exports.DialCollapsibleSidebar=a.DialCollapsibleSidebar;exports.DialConditionalResizableContainer=a.DialConditionalResizableContainer;exports.DialConfirmationPopup=a.DialConfirmationPopup;exports.DialDangerButton=a.DialDangerButton;exports.DialDangerIconButton=a.DialDangerIconButton;exports.DialDestinationFolderPopup=a.DialDestinationFolderPopup;exports.DialDraggableItem=a.DialDraggableItem;exports.DialDropdown=a.DialDropdown;exports.DialDropdownIcon=a.DialDropdownIcon;exports.DialEllipsisTooltip=a.DialEllipsisTooltip;exports.DialErrorText=a.DialErrorText;exports.DialFabButton=a.DialFabButton;exports.DialFileIcon=a.DialFileIcon;exports.DialFileManager=a.DialFileManager;exports.DialFileManagerActions=a.DialFileManagerActions;exports.DialFileManagerTabs=a.DialFileManagerTabs;exports.DialFileName=a.DialFileName;exports.DialFileNodeType=a.DialFileNodeType;exports.DialFilePermission=a.DialFilePermission;exports.DialFileResourceType=a.DialFileResourceType;exports.DialFolderName=a.DialFolderName;exports.DialFoldersTree=a.DialFoldersTree;exports.DialFormItem=a.DialFormItem;exports.DialFormPopup=a.DialFormPopup;exports.DialGhostButton=a.DialGhostButton;exports.DialGhostIconButton=a.DialGhostIconButton;exports.DialGrid=a.DialGrid;exports.DialIcon=a.DialIcon;exports.DialIconButton=a.DialIconButton;exports.DialInput=a.DialInput;exports.DialInputPopup=a.DialInputPopup;exports.DialItemType=a.DialItemType;exports.DialLabel=a.DialLabel;exports.DialLabelledText=a.DialLabelledText;exports.DialLinkButton=a.DialLinkButton;exports.DialLoadFileArea=a.DialLoadFileArea;exports.DialLoadFileAreaField=a.DialLoadFileAreaField;exports.DialLoader=a.DialLoader;exports.DialNeutralButton=a.DialNeutralButton;exports.DialNeutralIconButton=a.DialNeutralIconButton;exports.DialNoDataContent=a.DialNoDataContent;exports.DialNotification=a.DialNotification;exports.DialNumberInput=a.DialNumberInput;exports.DialPagination=a.DialPagination;exports.DialPasswordInput=a.DialPasswordInput;exports.DialPopup=a.DialPopup;exports.DialPrimaryButton=a.DialPrimaryButton;exports.DialPrimaryIconButton=a.DialPrimaryIconButton;exports.DialProgressBar=a.DialProgressBar;exports.DialProgressBarSize=a.DialProgressBarSize;exports.DialRadioButton=a.DialRadioButton;exports.DialRadioGroup=a.DialRadioGroup;exports.DialRadioGroupPopupField=a.DialRadioGroupPopupField;exports.DialRemoveButton=a.DialRemoveButton;exports.DialResizableContainer=a.DialResizableContainer;exports.DialRoundedButton=a.DialRoundedButton;exports.DialSchemaRenderer=a.DialSchemaRenderer;exports.DialSearch=a.DialSearch;exports.DialSecondaryIconButton=a.DialSecondaryIconButton;exports.DialSegmentedControl=a.DialSegmentedControl;exports.DialSelect=a.DialSelect;exports.DialSelectField=a.DialSelectField;exports.DialSharedEntityIndicator=a.DialSharedEntityIndicator;exports.DialSkeleton=a.DialSkeleton;exports.DialSkeletonAvatarShape=a.DialSkeletonAvatarShape;exports.DialSkeletonAvatarSize=a.DialSkeletonAvatarSize;exports.DialSkeletonVariant=a.DialSkeletonVariant;exports.DialSlider=a.DialSlider;exports.DialSpinner=a.DialSpinner;exports.DialSteps=a.DialSteps;exports.DialSuccessIconButton=a.DialSuccessIconButton;exports.DialSwitch=a.DialSwitch;exports.DialTabs=a.DialTabs;exports.DialTag=a.DialTag;exports.DialTagInput=a.DialTagInput;exports.DialTertiaryIconButton=a.DialTertiaryIconButton;exports.DialTextarea=a.DialTextarea;exports.DialTooltip=a.DialTooltip;exports.DropdownItemType=a.DropdownItemType;exports.DropdownTrigger=a.DropdownTrigger;exports.DropdownType=a.DropdownType;exports.ElementSize=a.ElementSize;exports.FileManagerColumnKey=a.FileManagerColumnKey;exports.FileManagerProvider=a.FileManagerProvider;exports.FlexibleActionsDirection=a.FlexibleActionsDirection;exports.FormItemOrientation=a.FormItemOrientation;exports.GridSelectionMode=a.GridSelectionMode;exports.JsonSchemaType=a.JsonSchemaType;exports.LazyDialJsonEditor=a.LazyDialJsonEditor;exports.LazyDialMarkdownEditor=a.LazyDialMarkdownEditor;exports.NAME_COLUMN=a.NAME_COLUMN;exports.NOT_ALLOWED_SPACES=a.NOT_ALLOWED_SPACES;exports.NOT_ALLOWED_SPACES_REGEXP=a.NOT_ALLOWED_SPACES_REGEXP;exports.NOT_ALLOWED_SYMBOLS=a.NOT_ALLOWED_SYMBOLS;exports.NOT_ALLOWED_SYMBOLS_REGEXP=a.NOT_ALLOWED_SYMBOLS_REGEXP;exports.NotificationVariant=a.NotificationVariant;exports.PopupSize=a.PopupSize;exports.RadioGroupOrientation=a.RadioGroupOrientation;exports.ResizableContainerSide=a.ResizableContainerSide;exports.SIZE_COLUMN=a.SIZE_COLUMN;exports.SchemaDisplayMode=a.SchemaDisplayMode;exports.SchemaOrientation=a.SchemaOrientation;exports.SchemaRendererVariant=a.SchemaRendererVariant;exports.SelectSize=a.SelectSize;exports.SelectVariant=a.SelectVariant;exports.StepStatus=a.StepStatus;exports.TabOrientation=a.TabOrientation;exports.TabView=a.TabView;exports.UPDATED_AT_COLUMN=a.UPDATED_AT_COLUMN;exports.mergeClasses=a.mergeClasses;exports.useDialFileManagerTabs=a.useDialFileManagerTabs;exports.useEditableItem=a.useEditableItem;exports.useFileManagerContext=a.useFileManagerContext;exports.wrapInRootFolder=a.wrapInRootFolder;
|
package/dist/dial-ui-kit.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, B as e, a as l, b as o, c as t, C as n, D, d as r, e as u, f as p, g as d, h as S, i as c, k as b, l as I, n as m, o as B, p as A, q as T, r as C, s as F, t as E, u as L, v as P, w as _, x as g, y as O, z as y, F as N, G as R, H as M, I as h, J as w, K as z, L as G, M as V, N as x, O as k, P as f, Q as U, R as v, S as W, T as Y, U as Z, V as J, W as X, X as H, Y as K, Z as j, _ as q, $ as Q, a0 as $, a1 as aa, a2 as ia, a3 as sa, a4 as ea, a5 as la, a6 as oa, a7 as ta, a8 as na, a9 as Da, aa as ra, ab as ua, ac as pa, ad as da, ae as Sa, af as ca, ag as ba, ah as Ia, ai as ma, aj as Ba, ak as Aa, al as Ta, am as Ca, an as Fa, ao as Ea, ap as La, aq as Pa, ar as _a, as as ga, at as Oa, au as ya, av as Na, aw as Ra, ax as Ma, ay as ha, az as wa, aA as za, aB as Ga, aC as Va, aD as xa, aE as ka, aF as fa, aG as Ua, aH as va, aI as Wa, aJ as Ya, aK as Za, aL as Ja, aM as Xa, aN as Ha, aO as Ka, aP as ja, aQ as qa, aR as Qa, aS as $a, aT as ai, aU as ii, aV as si, aW as ei, aX as li, aY as oi, aZ as ti, a_ as ni, a$ as Di, b0 as ri, b1 as ui, b2 as pi, b3 as di, b4 as Si, b5 as ci, b6 as bi, b7 as Ii, b8 as mi, b9 as Bi, ba as Ai, bb as Ti, bc as Ci, bd as Fi, be as Ei, bf as Li, m as Pi, bg as _i, bh as gi, bi as Oi, bj as yi } from "./index-
|
|
1
|
+
import { A as s, B as e, a as l, b as o, c as t, C as n, D, d as r, e as u, f as p, g as d, h as S, i as c, k as b, l as I, n as m, o as B, p as A, q as T, r as C, s as F, t as E, u as L, v as P, w as _, x as g, y as O, z as y, F as N, G as R, H as M, I as h, J as w, K as z, L as G, M as V, N as x, O as k, P as f, Q as U, R as v, S as W, T as Y, U as Z, V as J, W as X, X as H, Y as K, Z as j, _ as q, $ as Q, a0 as $, a1 as aa, a2 as ia, a3 as sa, a4 as ea, a5 as la, a6 as oa, a7 as ta, a8 as na, a9 as Da, aa as ra, ab as ua, ac as pa, ad as da, ae as Sa, af as ca, ag as ba, ah as Ia, ai as ma, aj as Ba, ak as Aa, al as Ta, am as Ca, an as Fa, ao as Ea, ap as La, aq as Pa, ar as _a, as as ga, at as Oa, au as ya, av as Na, aw as Ra, ax as Ma, ay as ha, az as wa, aA as za, aB as Ga, aC as Va, aD as xa, aE as ka, aF as fa, aG as Ua, aH as va, aI as Wa, aJ as Ya, aK as Za, aL as Ja, aM as Xa, aN as Ha, aO as Ka, aP as ja, aQ as qa, aR as Qa, aS as $a, aT as ai, aU as ii, aV as si, aW as ei, aX as li, aY as oi, aZ as ti, a_ as ni, a$ as Di, b0 as ri, b1 as ui, b2 as pi, b3 as di, b4 as Si, b5 as ci, b6 as bi, b7 as Ii, b8 as mi, b9 as Bi, ba as Ai, bb as Ti, bc as Ci, bd as Fi, be as Ei, bf as Li, m as Pi, bg as _i, bh as gi, bi as Oi, bj as yi } from "./index-Bp3DJKeT.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AnalyticsCardVariant,
|
|
4
4
|
e as BASE_ICON_PROPS,
|
|
@@ -4563,59 +4563,90 @@ const MS = (e, t) => {
|
|
|
4563
4563
|
disabled: l,
|
|
4564
4564
|
onChange: c,
|
|
4565
4565
|
descriptionClassName: d,
|
|
4566
|
-
|
|
4566
|
+
containerClassName: u,
|
|
4567
|
+
caption: h,
|
|
4568
|
+
oneLineCaption: g = !1
|
|
4567
4569
|
}) => {
|
|
4568
|
-
const
|
|
4570
|
+
const f = `${o}-desc`, m = ce(
|
|
4569
4571
|
"dial-small-text cursor-pointer py-[1px]",
|
|
4570
4572
|
l ? "text-secondary" : "text-primary",
|
|
4571
4573
|
a,
|
|
4572
4574
|
l && "cursor-not-allowed"
|
|
4573
|
-
),
|
|
4575
|
+
), v = ce(
|
|
4574
4576
|
"cursor-pointer dial-input-radio",
|
|
4575
4577
|
!!i && "mr-2",
|
|
4576
4578
|
r,
|
|
4577
4579
|
l && "!cursor-not-allowed"
|
|
4578
|
-
),
|
|
4580
|
+
), C = ce(
|
|
4579
4581
|
"flex flex-col",
|
|
4580
4582
|
!!s && "mb-2",
|
|
4581
|
-
l && "cursor-not-allowed"
|
|
4582
|
-
|
|
4583
|
+
l && "cursor-not-allowed",
|
|
4584
|
+
u
|
|
4585
|
+
), w = ce(
|
|
4583
4586
|
"dial-tiny-text mt-2 ml-[26px] text-secondary",
|
|
4584
4587
|
d,
|
|
4585
4588
|
l && "cursor-not-allowed"
|
|
4586
|
-
),
|
|
4587
|
-
l ||
|
|
4589
|
+
), b = (x) => {
|
|
4590
|
+
l || x.target.checked && c?.(t);
|
|
4588
4591
|
};
|
|
4589
|
-
return /* @__PURE__ */ p.jsxs("div", { className:
|
|
4590
|
-
/* @__PURE__ */ p.jsxs(
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
|
|
4595
|
-
|
|
4596
|
-
name: e,
|
|
4597
|
-
value: t,
|
|
4598
|
-
checked: n,
|
|
4599
|
-
disabled: l,
|
|
4600
|
-
"aria-describedby": n && s ? h : void 0,
|
|
4601
|
-
className: f,
|
|
4602
|
-
onChange: C
|
|
4603
|
-
}
|
|
4604
|
-
),
|
|
4605
|
-
(i || u) && /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-1", children: [
|
|
4606
|
-
i && /* @__PURE__ */ p.jsx(
|
|
4607
|
-
"label",
|
|
4608
|
-
{
|
|
4609
|
-
className: g,
|
|
4610
|
-
htmlFor: o,
|
|
4611
|
-
"aria-describedby": u ? "caption" : "",
|
|
4612
|
-
children: i
|
|
4613
|
-
}
|
|
4592
|
+
return /* @__PURE__ */ p.jsxs("div", { className: C, children: [
|
|
4593
|
+
/* @__PURE__ */ p.jsxs(
|
|
4594
|
+
"div",
|
|
4595
|
+
{
|
|
4596
|
+
className: ce(
|
|
4597
|
+
"flex flex-row",
|
|
4598
|
+
(!h || g) && "items-center"
|
|
4614
4599
|
),
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4600
|
+
children: [
|
|
4601
|
+
/* @__PURE__ */ p.jsx(
|
|
4602
|
+
"input",
|
|
4603
|
+
{
|
|
4604
|
+
type: "radio",
|
|
4605
|
+
id: o,
|
|
4606
|
+
name: e,
|
|
4607
|
+
value: t,
|
|
4608
|
+
checked: n,
|
|
4609
|
+
disabled: l,
|
|
4610
|
+
"aria-describedby": n && s ? f : void 0,
|
|
4611
|
+
className: v,
|
|
4612
|
+
onChange: b
|
|
4613
|
+
}
|
|
4614
|
+
),
|
|
4615
|
+
(i || h) && /* @__PURE__ */ p.jsxs(
|
|
4616
|
+
"div",
|
|
4617
|
+
{
|
|
4618
|
+
className: ce(
|
|
4619
|
+
"flex",
|
|
4620
|
+
g ? "flex-1 flex-row items-center gap-2" : "flex-col gap-1"
|
|
4621
|
+
),
|
|
4622
|
+
children: [
|
|
4623
|
+
i && /* @__PURE__ */ p.jsx(
|
|
4624
|
+
"label",
|
|
4625
|
+
{
|
|
4626
|
+
className: m,
|
|
4627
|
+
htmlFor: o,
|
|
4628
|
+
"aria-describedby": h ? "caption" : "",
|
|
4629
|
+
children: i
|
|
4630
|
+
}
|
|
4631
|
+
),
|
|
4632
|
+
h && /* @__PURE__ */ p.jsx(
|
|
4633
|
+
"span",
|
|
4634
|
+
{
|
|
4635
|
+
id: "caption",
|
|
4636
|
+
className: ce(
|
|
4637
|
+
"dial-tiny-text text-secondary",
|
|
4638
|
+
g && "ml-auto"
|
|
4639
|
+
),
|
|
4640
|
+
children: h
|
|
4641
|
+
}
|
|
4642
|
+
)
|
|
4643
|
+
]
|
|
4644
|
+
}
|
|
4645
|
+
)
|
|
4646
|
+
]
|
|
4647
|
+
}
|
|
4648
|
+
),
|
|
4649
|
+
n && s && /* @__PURE__ */ p.jsx("div", { id: f, className: w, children: s })
|
|
4619
4650
|
] });
|
|
4620
4651
|
};
|
|
4621
4652
|
var Wl = /* @__PURE__ */ ((e) => (e.Vertical = "vertical", e.Horizontal = "horizontal", e))(Wl || {});
|
|
@@ -50504,7 +50535,7 @@ const Er = ({
|
|
|
50504
50535
|
caption: o
|
|
50505
50536
|
}) => {
|
|
50506
50537
|
const r = ce(
|
|
50507
|
-
"flex w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",
|
|
50538
|
+
"flex shrink-0 w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",
|
|
50508
50539
|
i ? "flex-row-reverse" : "flex-row",
|
|
50509
50540
|
s ? "pointer-events-none" : "",
|
|
50510
50541
|
s ? i ? "bg-controls-disable" : "bg-layer-4" : i ? "bg-accent-primary" : "bg-layer-4"
|
|
@@ -62184,7 +62215,7 @@ const B0 = ({ value: e, onChange: t, theme: i = G0.dark, height: s = 240 }) => {
|
|
|
62184
62215
|
() => JSON.stringify(e, null, 2)
|
|
62185
62216
|
);
|
|
62186
62217
|
we(() => {
|
|
62187
|
-
typeof window < "u" && import("./JsonEditor-
|
|
62218
|
+
typeof window < "u" && import("./JsonEditor-BZgiOojg.js").then((d) => {
|
|
62188
62219
|
r(() => d.DialJsonEditor);
|
|
62189
62220
|
});
|
|
62190
62221
|
}, []);
|
|
@@ -62442,7 +62473,7 @@ const B0 = ({ value: e, onChange: t, theme: i = G0.dark, height: s = 240 }) => {
|
|
|
62442
62473
|
] })
|
|
62443
62474
|
}
|
|
62444
62475
|
);
|
|
62445
|
-
}, Wz = () => import("./JsonEditor-
|
|
62476
|
+
}, Wz = () => import("./JsonEditor-BZgiOojg.js"), _z = () => import("./MarkdownEditor-jQ87D5ll.js");
|
|
62446
62477
|
export {
|
|
62447
62478
|
Bs as $,
|
|
62448
62479
|
jl as A,
|