@epam/ai-dial-ui-kit 0.10.0-dev.43 → 0.10.0-dev.45
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-BP45Jddj.cjs +1 -0
- package/dist/{JsonEditor-OROzN050.js → JsonEditor-O8XBRFzH.js} +4 -4
- package/dist/{MarkdownEditor-CNhPUCXf.cjs → MarkdownEditor-DcyVNOI_.cjs} +1 -1
- package/dist/{MarkdownEditor-DsJPeGVE.js → MarkdownEditor-Dzkdsu15.js} +1 -1
- package/dist/components-manifest.json +110 -2
- package/dist/dial-ui-kit.cjs.js +1 -1
- package/dist/dial-ui-kit.es.js +1 -1
- package/dist/{index-BJdrse-M.cjs → index-98GTpxYO.cjs} +1 -1
- package/dist/{index-_IhGoLVm.js → index-DOgWA4y8.js} +1 -1
- package/dist/mcp-server.cjs +9 -0
- package/dist/src/mcp/types.d.ts +7 -0
- package/package.json +1 -1
- package/dist/.cursor/hooks/post-write-verify.d.ts +0 -1
- package/dist/JsonEditor-Cb0JfF_M.cjs +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("./index-98GTpxYO.cjs"),o=require("./editor-Ba3vCFHk.cjs"),u=require("@monaco-editor/react"),c={[o.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"}},[o.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"}}},g=({value:t,onChange:n,onValidateJSON:i,options:s,currentTheme:e,themesConfig:d=c})=>{function a(r){r?.editor?.defineTheme(e,d[e]),r.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 l.jsxRuntimeExports.jsx(u.Editor,{beforeMount:a,height:"100%",defaultLanguage:"json",value:t,onChange:n,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=g;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as l } from "./index-
|
|
1
|
+
import { j as l } from "./index-DOgWA4y8.js";
|
|
2
2
|
import { E as o } from "./editor-Cu1dRT39.js";
|
|
3
3
|
import { Editor as u } from "@monaco-editor/react";
|
|
4
4
|
const c = {
|
|
@@ -10,14 +10,14 @@ const c = {
|
|
|
10
10
|
{ token: "string.value.json", foreground: "#5C8DEA" },
|
|
11
11
|
{ token: "number", foreground: "#D97C27" },
|
|
12
12
|
{ token: "keyword.json", foreground: "#F4CE46" },
|
|
13
|
-
{ token: "delimiter", foreground: "
|
|
13
|
+
{ token: "delimiter", foreground: "#EEF1F7" },
|
|
14
14
|
{ token: "delimiter.bracket.json", foreground: "#A972FF" },
|
|
15
15
|
{ token: "delimiter.parenthesis", foreground: "#A972FF" }
|
|
16
16
|
],
|
|
17
17
|
colors: {
|
|
18
18
|
"editor.foreground": "#F76464",
|
|
19
19
|
"editor.background": "#161B2D",
|
|
20
|
-
"editorCursor.foreground": "
|
|
20
|
+
"editorCursor.foreground": "#EEF1F7",
|
|
21
21
|
"editor.selectionBackground": "#5C8DEA2B",
|
|
22
22
|
"editorLineNumber.foreground": "#242C42",
|
|
23
23
|
"scrollbarSlider.background": "#242C42",
|
|
@@ -39,7 +39,7 @@ const c = {
|
|
|
39
39
|
],
|
|
40
40
|
colors: {
|
|
41
41
|
"editor.foreground": "#AE2F2F",
|
|
42
|
-
"editor.background": "
|
|
42
|
+
"editor.background": "#EEF1F7",
|
|
43
43
|
"editorCursor.foreground": "#161B2D",
|
|
44
44
|
"editor.selectionBackground": "#5C8DEA2B",
|
|
45
45
|
"editorLineNumber.foreground": "#242C42",
|
|
@@ -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-98GTpxYO.cjs"),a=require("./editor-Ba3vCFHk.cjs"),u=require("@uiw/react-md-editor"),c=({value:r,onChange:t,height:o=300,preview:i="edit",theme:d=a.EditorThemes.dark,className:n})=>e.jsxRuntimeExports.jsx("div",{"data-color-mode":d,className:n,children:e.jsxRuntimeExports.jsx(u,{value:r,onChange:s=>t?.(s||""),height:o,preview:i})});exports.DialMarkdownEditor=c;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.10.0-dev.
|
|
3
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"version": "0.10.0-dev.45",
|
|
3
|
+
"generatedAt": "2026-05-15T13:33:36.936Z",
|
|
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",
|
|
@@ -3683,6 +3683,114 @@
|
|
|
3683
3683
|
"<DialSchemaRenderer\n schema={mySchema}\n onChange={(v) => console.log(v)}\n onDefaultValues={(defaults) => console.log(defaults)}\n/>"
|
|
3684
3684
|
],
|
|
3685
3685
|
"sourceFile": "components/SchemaRenderer/SchemaRenderer.tsx"
|
|
3686
|
+
},
|
|
3687
|
+
{
|
|
3688
|
+
"name": "DialJsonEditor",
|
|
3689
|
+
"category": "Data Display",
|
|
3690
|
+
"description": "A JSON editor component built on top of Monaco Editor.\nProvides syntax highlighting, validation, and theme support for JSON editing.\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyDialJsonEditor` and the manifest `lazy` field for dynamic import guidance.",
|
|
3691
|
+
"props": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "value",
|
|
3694
|
+
"type": "string | undefined",
|
|
3695
|
+
"required": false,
|
|
3696
|
+
"description": "The JSON string value to edit"
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "currentTheme",
|
|
3700
|
+
"type": "string",
|
|
3701
|
+
"required": true,
|
|
3702
|
+
"description": "The theme to apply to the editor"
|
|
3703
|
+
},
|
|
3704
|
+
{
|
|
3705
|
+
"name": "themesConfig",
|
|
3706
|
+
"type": "Record<EditorThemes, editor.IStandaloneThemeData>",
|
|
3707
|
+
"required": false,
|
|
3708
|
+
"defaultValue": "EDITOR_THEMES_CONFIG",
|
|
3709
|
+
"description": "Custom theme configurations"
|
|
3710
|
+
},
|
|
3711
|
+
{
|
|
3712
|
+
"name": "onChange",
|
|
3713
|
+
"type": "(value: string | undefined) => void",
|
|
3714
|
+
"required": true,
|
|
3715
|
+
"description": "Callback fired when the editor content changes"
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "onValidateJSON",
|
|
3719
|
+
"type": "OnValidate",
|
|
3720
|
+
"required": false,
|
|
3721
|
+
"description": "Callback fired when JSON validation occurs"
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "options",
|
|
3725
|
+
"type": "editor.IStandaloneEditorConstructionOptions",
|
|
3726
|
+
"required": false,
|
|
3727
|
+
"description": "Additional Monaco editor options"
|
|
3728
|
+
}
|
|
3729
|
+
],
|
|
3730
|
+
"examples": [],
|
|
3731
|
+
"sourceFile": "components/JsonEditor/JsonEditor.tsx",
|
|
3732
|
+
"lazy": {
|
|
3733
|
+
"loaderExportName": "LazyDialJsonEditor",
|
|
3734
|
+
"packageImport": "@epam/ai-dial-ui-kit",
|
|
3735
|
+
"ssr": false,
|
|
3736
|
+
"nextDynamicExample": "import dynamic from 'next/dynamic';\nimport { LazyDialJsonEditor } from '@epam/ai-dial-ui-kit';\n\nconst DialJsonEditor = dynamic(\n async () => (await LazyDialJsonEditor()).DialJsonEditor,\n { ssr: false },\n);"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
{
|
|
3740
|
+
"name": "DialMarkdownEditor",
|
|
3741
|
+
"category": "Data Display",
|
|
3742
|
+
"description": "A Markdown editor component built on top of\n\nLazy-loaded component. This component is not exported directly from the UI kit to avoid errors when using with SSR. Use `LazyDialMarkdownEditor` and the manifest `lazy` field for dynamic import guidance.",
|
|
3743
|
+
"props": [
|
|
3744
|
+
{
|
|
3745
|
+
"name": "value",
|
|
3746
|
+
"type": "string",
|
|
3747
|
+
"required": false,
|
|
3748
|
+
"description": "The current markdown content"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"name": "onChange",
|
|
3752
|
+
"type": "(value: string) => void",
|
|
3753
|
+
"required": false,
|
|
3754
|
+
"description": "Callback fired when the editor content changes"
|
|
3755
|
+
},
|
|
3756
|
+
{
|
|
3757
|
+
"name": "height",
|
|
3758
|
+
"type": "number",
|
|
3759
|
+
"required": false,
|
|
3760
|
+
"defaultValue": "300",
|
|
3761
|
+
"description": "Height of the editor in pixels"
|
|
3762
|
+
},
|
|
3763
|
+
{
|
|
3764
|
+
"name": "preview",
|
|
3765
|
+
"type": "PreviewType",
|
|
3766
|
+
"required": false,
|
|
3767
|
+
"defaultValue": "'edit'",
|
|
3768
|
+
"description": "Preview mode ('edit', 'live', 'preview')"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
"name": "theme",
|
|
3772
|
+
"type": "EditorThemes",
|
|
3773
|
+
"required": false,
|
|
3774
|
+
"defaultValue": "EditorThemes.dark",
|
|
3775
|
+
"description": "Theme for the editor ('light' or 'dark')"
|
|
3776
|
+
},
|
|
3777
|
+
{
|
|
3778
|
+
"name": "className",
|
|
3779
|
+
"type": "string",
|
|
3780
|
+
"required": false,
|
|
3781
|
+
"description": "Additional CSS classes for the container"
|
|
3782
|
+
}
|
|
3783
|
+
],
|
|
3784
|
+
"examples": [
|
|
3785
|
+
"<DialMarkdownEditor\nvalue=\"# Hello World\"\nonChange={(value) => console.log(value)}\nheight={400}\ntheme=\"dark\"\n/>"
|
|
3786
|
+
],
|
|
3787
|
+
"sourceFile": "components/MarkdownEditor/MarkdownEditor.tsx",
|
|
3788
|
+
"lazy": {
|
|
3789
|
+
"loaderExportName": "LazyDialMarkdownEditor",
|
|
3790
|
+
"packageImport": "@epam/ai-dial-ui-kit",
|
|
3791
|
+
"ssr": false,
|
|
3792
|
+
"nextDynamicExample": "import dynamic from 'next/dynamic';\nimport { LazyDialMarkdownEditor } from '@epam/ai-dial-ui-kit';\n\nconst DialMarkdownEditor = dynamic(\n async () => (await LazyDialMarkdownEditor()).DialMarkdownEditor,\n { ssr: false },\n);"
|
|
3793
|
+
}
|
|
3686
3794
|
}
|
|
3687
3795
|
],
|
|
3688
3796
|
"types": [
|
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-98GTpxYO.cjs");exports.AlertVariant=a.AlertVariant;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.DIAL_ICON_SIZE=a.DIAL_ICON_SIZE;exports.DialAlert=a.DialAlert;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.DialDestinationFolderPopup=a.DialDestinationFolderPopup;exports.DialDraggableItem=a.DialDraggableItem;exports.DialDropdown=a.DialDropdown;exports.DialEllipsisTooltip=a.DialEllipsisTooltip;exports.DialErrorButton=a.DialErrorButton;exports.DialErrorIconButton=a.DialErrorIconButton;exports.DialErrorText=a.DialErrorText;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.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.DialNumberInput=a.DialNumberInput;exports.DialPasswordInput=a.DialPasswordInput;exports.DialPopup=a.DialPopup;exports.DialPrimaryButton=a.DialPrimaryButton;exports.DialPrimaryIconButton=a.DialPrimaryIconButton;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.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.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.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.TagVariant=a.TagVariant;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 e, B as s, a as l, b as t, c as o, C as n, D, d as r, e as u, f as p, g as S, h as d, i as c, k as I, l as m, m as B, n as T, o as E, p as F, q as A, r as C, s as L, t as b, u as O, v as P, w as _, x as N, y as M, z as R, E as g, F as y, G as h, H as w, I as z, J as G, K as x, L as V, M as k, N as v, O as U, P as W, Q as f, R as Z, S as J, T as X, U as Y, V as K, W as q, X as H, Y as Q, Z as $, _ as j, $ as aa, a0 as ia, a1 as ea, a2 as sa, a3 as la, a4 as ta, a5 as oa, a6 as na, a7 as Da, a8 as ra, a9 as ua, aa as pa, ab as Sa, ac as da, ad as ca, ae as Ia, af as ma, ag as Ba, ah as Ta, ai as Ea, aj as Fa, ak as Aa, al as Ca, am as La, an as ba, ao as Oa, ap as Pa, aq as _a, ar as Na, as as Ma, at as Ra, au as ga, av as ya, aw as ha, ax as wa, ay as za, az as Ga, aA as xa, aB as Va, aC as ka, aD as va, aE as Ua, aF as Wa, aG as fa, aH as Za, aI as Ja, aJ as Xa, aK as Ya, aL as Ka, aM as qa, aN as Ha, aO as Qa, aP as $a, aQ as ja, aR as ai, aS as ii, aT as ei, aU as si, aV as li, aW as ti, aX as oi, aY as ni, aZ as Di, a_ as ri, a$ as ui, b0 as pi, b1 as Si, b2 as di } from "./index-
|
|
1
|
+
import { A as e, B as s, a as l, b as t, c as o, C as n, D, d as r, e as u, f as p, g as S, h as d, i as c, k as I, l as m, m as B, n as T, o as E, p as F, q as A, r as C, s as L, t as b, u as O, v as P, w as _, x as N, y as M, z as R, E as g, F as y, G as h, H as w, I as z, J as G, K as x, L as V, M as k, N as v, O as U, P as W, Q as f, R as Z, S as J, T as X, U as Y, V as K, W as q, X as H, Y as Q, Z as $, _ as j, $ as aa, a0 as ia, a1 as ea, a2 as sa, a3 as la, a4 as ta, a5 as oa, a6 as na, a7 as Da, a8 as ra, a9 as ua, aa as pa, ab as Sa, ac as da, ad as ca, ae as Ia, af as ma, ag as Ba, ah as Ta, ai as Ea, aj as Fa, ak as Aa, al as Ca, am as La, an as ba, ao as Oa, ap as Pa, aq as _a, ar as Na, as as Ma, at as Ra, au as ga, av as ya, aw as ha, ax as wa, ay as za, az as Ga, aA as xa, aB as Va, aC as ka, aD as va, aE as Ua, aF as Wa, aG as fa, aH as Za, aI as Ja, aJ as Xa, aK as Ya, aL as Ka, aM as qa, aN as Ha, aO as Qa, aP as $a, aQ as ja, aR as ai, aS as ii, aT as ei, aU as si, aV as li, aW as ti, aX as oi, aY as ni, aZ as Di, a_ as ri, a$ as ui, b0 as pi, b1 as Si, b2 as di } from "./index-DOgWA4y8.js";
|
|
2
2
|
export {
|
|
3
3
|
e as AlertVariant,
|
|
4
4
|
s as BASE_ICON_PROPS,
|