@harnessio/ui 0.0.33 → 0.0.34
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/{cssMode-BFxdjdL-.js → cssMode-BPXaYyBV.js} +2 -2
- package/dist/{cssMode-BFxdjdL-.js.map → cssMode-BPXaYyBV.js.map} +1 -1
- package/dist/{freemarker2-CxWHs9YQ.js → freemarker2-BlZuI-8l.js} +2 -2
- package/dist/{freemarker2-CxWHs9YQ.js.map → freemarker2-BlZuI-8l.js.map} +1 -1
- package/dist/{handlebars-DcEOJH-V.js → handlebars-BvI_yUk5.js} +2 -2
- package/dist/{handlebars-DcEOJH-V.js.map → handlebars-BvI_yUk5.js.map} +1 -1
- package/dist/{html-C3Y5XfyT.js → html-B_pjDV5e.js} +2 -2
- package/dist/{html-C3Y5XfyT.js.map → html-B_pjDV5e.js.map} +1 -1
- package/dist/{htmlMode-CmX4N4e0.js → htmlMode-BaX5RamS.js} +2 -2
- package/dist/{htmlMode-CmX4N4e0.js.map → htmlMode-BaX5RamS.js.map} +1 -1
- package/dist/{index-BFx0AZ1f.js → index-wl_0hRvO.js} +25 -25
- package/dist/{index-BFx0AZ1f.js.map → index-wl_0hRvO.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/{javascript-ITPcMH5m.js → javascript-CTFCdtoG.js} +2 -2
- package/dist/{javascript-ITPcMH5m.js.map → javascript-CTFCdtoG.js.map} +1 -1
- package/dist/{jsonMode-Ghmfe0CR.js → jsonMode-DcqLTkid.js} +2 -2
- package/dist/{jsonMode-Ghmfe0CR.js.map → jsonMode-DcqLTkid.js.map} +1 -1
- package/dist/{liquid-BFZiFO9p.js → liquid-BhsWu_zF.js} +2 -2
- package/dist/{liquid-BFZiFO9p.js.map → liquid-BhsWu_zF.js.map} +1 -1
- package/dist/{python-CBLBk7Fo.js → python-DiCPi-vj.js} +2 -2
- package/dist/{python-CBLBk7Fo.js.map → python-DiCPi-vj.js.map} +1 -1
- package/dist/{razor-BepVVuk3.js → razor-B9Ve4Weu.js} +2 -2
- package/dist/{razor-BepVVuk3.js.map → razor-B9Ve4Weu.js.map} +1 -1
- package/dist/{tsMode-Cj9G7Djn.js → tsMode-CJ3lIf3K.js} +2 -2
- package/dist/{tsMode-Cj9G7Djn.js.map → tsMode-CJ3lIf3K.js.map} +1 -1
- package/dist/{typescript-CnpUzBrY.js → typescript-DY394ryy.js} +2 -2
- package/dist/{typescript-CnpUzBrY.js.map → typescript-DY394ryy.js.map} +1 -1
- package/dist/views.js +1 -1
- package/dist/{xml-BhITMvix.js → xml-h__slDdI.js} +2 -2
- package/dist/{xml-BhITMvix.js.map → xml-h__slDdI.js.map} +1 -1
- package/dist/{yaml-l9GW4ASF.js → yaml-QwDDh2rr.js} +2 -2
- package/dist/{yaml-l9GW4ASF.js.map → yaml-QwDDh2rr.js.map} +1 -1
- package/package.json +1 -1
|
@@ -88555,37 +88555,37 @@ Xe({
|
|
|
88555
88555
|
id: "freemarker2",
|
|
88556
88556
|
extensions: [".ftl", ".ftlh", ".ftlx"],
|
|
88557
88557
|
aliases: ["FreeMarker2", "Apache FreeMarker2"],
|
|
88558
|
-
loader: () => import("./freemarker2-
|
|
88558
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagAutoInterpolationDollar)
|
|
88559
88559
|
});
|
|
88560
88560
|
Xe({
|
|
88561
88561
|
id: "freemarker2.tag-angle.interpolation-dollar",
|
|
88562
88562
|
aliases: ["FreeMarker2 (Angle/Dollar)", "Apache FreeMarker2 (Angle/Dollar)"],
|
|
88563
|
-
loader: () => import("./freemarker2-
|
|
88563
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagAngleInterpolationDollar)
|
|
88564
88564
|
});
|
|
88565
88565
|
Xe({
|
|
88566
88566
|
id: "freemarker2.tag-bracket.interpolation-dollar",
|
|
88567
88567
|
aliases: ["FreeMarker2 (Bracket/Dollar)", "Apache FreeMarker2 (Bracket/Dollar)"],
|
|
88568
|
-
loader: () => import("./freemarker2-
|
|
88568
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagBracketInterpolationDollar)
|
|
88569
88569
|
});
|
|
88570
88570
|
Xe({
|
|
88571
88571
|
id: "freemarker2.tag-angle.interpolation-bracket",
|
|
88572
88572
|
aliases: ["FreeMarker2 (Angle/Bracket)", "Apache FreeMarker2 (Angle/Bracket)"],
|
|
88573
|
-
loader: () => import("./freemarker2-
|
|
88573
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagAngleInterpolationBracket)
|
|
88574
88574
|
});
|
|
88575
88575
|
Xe({
|
|
88576
88576
|
id: "freemarker2.tag-bracket.interpolation-bracket",
|
|
88577
88577
|
aliases: ["FreeMarker2 (Bracket/Bracket)", "Apache FreeMarker2 (Bracket/Bracket)"],
|
|
88578
|
-
loader: () => import("./freemarker2-
|
|
88578
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagBracketInterpolationBracket)
|
|
88579
88579
|
});
|
|
88580
88580
|
Xe({
|
|
88581
88581
|
id: "freemarker2.tag-auto.interpolation-dollar",
|
|
88582
88582
|
aliases: ["FreeMarker2 (Auto/Dollar)", "Apache FreeMarker2 (Auto/Dollar)"],
|
|
88583
|
-
loader: () => import("./freemarker2-
|
|
88583
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagAutoInterpolationDollar)
|
|
88584
88584
|
});
|
|
88585
88585
|
Xe({
|
|
88586
88586
|
id: "freemarker2.tag-auto.interpolation-bracket",
|
|
88587
88587
|
aliases: ["FreeMarker2 (Auto/Bracket)", "Apache FreeMarker2 (Auto/Bracket)"],
|
|
88588
|
-
loader: () => import("./freemarker2-
|
|
88588
|
+
loader: () => import("./freemarker2-BlZuI-8l.js").then((n) => n.TagAutoInterpolationBracket)
|
|
88589
88589
|
});
|
|
88590
88590
|
/*!-----------------------------------------------------------------------------
|
|
88591
88591
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -88623,7 +88623,7 @@ Xe({
|
|
|
88623
88623
|
extensions: [".handlebars", ".hbs"],
|
|
88624
88624
|
aliases: ["Handlebars", "handlebars", "hbs"],
|
|
88625
88625
|
mimetypes: ["text/x-handlebars-template"],
|
|
88626
|
-
loader: () => import("./handlebars-
|
|
88626
|
+
loader: () => import("./handlebars-BvI_yUk5.js")
|
|
88627
88627
|
});
|
|
88628
88628
|
/*!-----------------------------------------------------------------------------
|
|
88629
88629
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -88648,7 +88648,7 @@ Xe({
|
|
|
88648
88648
|
extensions: [".html", ".htm", ".shtml", ".xhtml", ".mdoc", ".jsp", ".asp", ".aspx", ".jshtm"],
|
|
88649
88649
|
aliases: ["HTML", "htm", "html", "xhtml"],
|
|
88650
88650
|
mimetypes: ["text/html", "text/x-jshtm", "text/template", "text/ng-template"],
|
|
88651
|
-
loader: () => import("./html-
|
|
88651
|
+
loader: () => import("./html-B_pjDV5e.js")
|
|
88652
88652
|
});
|
|
88653
88653
|
/*!-----------------------------------------------------------------------------
|
|
88654
88654
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -88689,7 +88689,7 @@ Xe({
|
|
|
88689
88689
|
filenames: ["jakefile"],
|
|
88690
88690
|
aliases: ["JavaScript", "javascript", "js"],
|
|
88691
88691
|
mimetypes: ["text/javascript"],
|
|
88692
|
-
loader: () => import("./javascript-
|
|
88692
|
+
loader: () => import("./javascript-CTFCdtoG.js")
|
|
88693
88693
|
});
|
|
88694
88694
|
/*!-----------------------------------------------------------------------------
|
|
88695
88695
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -88764,7 +88764,7 @@ Xe({
|
|
|
88764
88764
|
extensions: [".liquid", ".html.liquid"],
|
|
88765
88765
|
aliases: ["Liquid", "liquid"],
|
|
88766
88766
|
mimetypes: ["application/liquid"],
|
|
88767
|
-
loader: () => import("./liquid-
|
|
88767
|
+
loader: () => import("./liquid-BhsWu_zF.js")
|
|
88768
88768
|
});
|
|
88769
88769
|
/*!-----------------------------------------------------------------------------
|
|
88770
88770
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -88983,7 +88983,7 @@ Xe({
|
|
|
88983
88983
|
extensions: [".py", ".rpy", ".pyw", ".cpy", ".gyp", ".gypi"],
|
|
88984
88984
|
aliases: ["Python", "py"],
|
|
88985
88985
|
firstLine: "^#!/.*\\bpython[0-9.-]*\\b",
|
|
88986
|
-
loader: () => import("./python-
|
|
88986
|
+
loader: () => import("./python-DiCPi-vj.js")
|
|
88987
88987
|
});
|
|
88988
88988
|
/*!-----------------------------------------------------------------------------
|
|
88989
88989
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -89020,7 +89020,7 @@ Xe({
|
|
|
89020
89020
|
extensions: [".cshtml"],
|
|
89021
89021
|
aliases: ["Razor", "razor"],
|
|
89022
89022
|
mimetypes: ["text/x-cshtml"],
|
|
89023
|
-
loader: () => import("./razor-
|
|
89023
|
+
loader: () => import("./razor-B9Ve4Weu.js")
|
|
89024
89024
|
});
|
|
89025
89025
|
/*!-----------------------------------------------------------------------------
|
|
89026
89026
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -89272,7 +89272,7 @@ Xe({
|
|
|
89272
89272
|
extensions: [".ts", ".tsx", ".cts", ".mts"],
|
|
89273
89273
|
aliases: ["TypeScript", "ts", "typescript"],
|
|
89274
89274
|
mimetypes: ["text/typescript"],
|
|
89275
|
-
loader: () => import("./typescript-
|
|
89275
|
+
loader: () => import("./typescript-DY394ryy.js")
|
|
89276
89276
|
});
|
|
89277
89277
|
/*!-----------------------------------------------------------------------------
|
|
89278
89278
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -89328,7 +89328,7 @@ Xe({
|
|
|
89328
89328
|
firstLine: "(\\<\\?xml.*)|(\\<svg)|(\\<\\!doctype\\s+svg)",
|
|
89329
89329
|
aliases: ["XML", "xml"],
|
|
89330
89330
|
mimetypes: ["text/xml", "application/xml", "application/xaml+xml", "application/xml-dtd"],
|
|
89331
|
-
loader: () => import("./xml-
|
|
89331
|
+
loader: () => import("./xml-h__slDdI.js")
|
|
89332
89332
|
});
|
|
89333
89333
|
/*!-----------------------------------------------------------------------------
|
|
89334
89334
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -89341,7 +89341,7 @@ Xe({
|
|
|
89341
89341
|
extensions: [".yaml", ".yml"],
|
|
89342
89342
|
aliases: ["YAML", "yaml", "YML", "yml"],
|
|
89343
89343
|
mimetypes: ["application/x-yaml", "text/x-yaml"],
|
|
89344
|
-
loader: () => import("./yaml-
|
|
89344
|
+
loader: () => import("./yaml-QwDDh2rr.js")
|
|
89345
89345
|
});
|
|
89346
89346
|
/*!-----------------------------------------------------------------------------
|
|
89347
89347
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
@@ -89436,7 +89436,7 @@ var e7 = class {
|
|
|
89436
89436
|
}, Eee = new e7("css", t7, i7), Iee = new e7("scss", t7, i7), Tee = new e7("less", t7, i7);
|
|
89437
89437
|
y0.languages.css = { cssDefaults: Eee, lessDefaults: Tee, scssDefaults: Iee };
|
|
89438
89438
|
function n7() {
|
|
89439
|
-
return import("./cssMode-
|
|
89439
|
+
return import("./cssMode-BPXaYyBV.js");
|
|
89440
89440
|
}
|
|
89441
89441
|
y0.languages.onLanguage("less", () => {
|
|
89442
89442
|
n7().then((n) => n.setupMode(Tee));
|
|
@@ -89531,7 +89531,7 @@ BI.languages.html = {
|
|
|
89531
89531
|
registerHTMLLanguageService: HI
|
|
89532
89532
|
};
|
|
89533
89533
|
function mOe() {
|
|
89534
|
-
return import("./htmlMode-
|
|
89534
|
+
return import("./htmlMode-BaX5RamS.js");
|
|
89535
89535
|
}
|
|
89536
89536
|
function HI(n, e = WI, t = VI(n)) {
|
|
89537
89537
|
const i = new uOe(n, e, t);
|
|
@@ -89608,7 +89608,7 @@ var SOe = class {
|
|
|
89608
89608
|
}, Pee = new SOe("json", xOe, LOe);
|
|
89609
89609
|
gS.languages.json = { jsonDefaults: Pee };
|
|
89610
89610
|
function DOe() {
|
|
89611
|
-
return import("./jsonMode-
|
|
89611
|
+
return import("./jsonMode-DcqLTkid.js");
|
|
89612
89612
|
}
|
|
89613
89613
|
gS.languages.register({
|
|
89614
89614
|
id: "json",
|
|
@@ -89771,7 +89771,7 @@ Nb.languages.typescript = {
|
|
|
89771
89771
|
getJavaScriptWorker: OOe
|
|
89772
89772
|
};
|
|
89773
89773
|
function zI() {
|
|
89774
|
-
return import("./tsMode-
|
|
89774
|
+
return import("./tsMode-CJ3lIf3K.js");
|
|
89775
89775
|
}
|
|
89776
89776
|
Nb.languages.onLanguage("typescript", () => zI().then((n) => n.setupTypeScript($ee)));
|
|
89777
89777
|
Nb.languages.onLanguage("javascript", () => zI().then((n) => n.setupJavaScript(Uee)));
|
|
@@ -137405,10 +137405,10 @@ const $qe = ({
|
|
|
137405
137405
|
validateAfterFirstSubmit: !0,
|
|
137406
137406
|
children: (w) => /* @__PURE__ */ S(sp.Root, { children: [
|
|
137407
137407
|
/* @__PURE__ */ S(dv.Root, { children: [
|
|
137408
|
-
/* @__PURE__ */ f(dv.Header, { className: "!px-0", children: /* @__PURE__ */
|
|
137409
|
-
d === uv.CREATE ? "Connect to" : "Edit
|
|
137410
|
-
d === uv.EDIT ? `${e.type} connector` : e.name
|
|
137411
|
-
] }) }),
|
|
137408
|
+
/* @__PURE__ */ f(dv.Header, { className: "!px-0", children: /* @__PURE__ */ f(dv.Title, { className: "!my-0", children: /* @__PURE__ */ S("div", { className: "flex gap-x-1", children: [
|
|
137409
|
+
/* @__PURE__ */ f("span", { children: d === uv.CREATE ? "Connect to" : "Edit" }),
|
|
137410
|
+
/* @__PURE__ */ f("span", { children: d === uv.EDIT ? `${e.type} connector` : e.name })
|
|
137411
|
+
] }) }) }),
|
|
137412
137412
|
/* @__PURE__ */ S(dv.Form, { className: "!px-0", children: [
|
|
137413
137413
|
/* @__PURE__ */ f(r9, { className: "space-y-4", factory: c, inputs: _ }),
|
|
137414
137414
|
t && /* @__PURE__ */ f(Zi.Container, { variant: "destructive", className: "my-8", children: /* @__PURE__ */ f(Zi.Description, { children: t.toString() }) })
|
|
@@ -138009,4 +138009,4 @@ export {
|
|
|
138009
138009
|
Ife as y,
|
|
138010
138010
|
cE as z
|
|
138011
138011
|
};
|
|
138012
|
-
//# sourceMappingURL=index-
|
|
138012
|
+
//# sourceMappingURL=index-wl_0hRvO.js.map
|