markdown-flow-ui 0.2.7-dev.3 → 0.2.8
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/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.cjs4.js +1 -1
- package/dist/_virtual/index.cjs8.js +1 -1
- package/dist/_virtual/index.cjs9.js +1 -1
- package/dist/_virtual/index.es3.js +5 -4
- package/dist/_virtual/index.es3.js.map +1 -1
- package/dist/_virtual/index.es4.js +4 -5
- package/dist/_virtual/index.es4.js.map +1 -1
- package/dist/_virtual/index.es8.js +2 -2
- package/dist/_virtual/index.es9.js +2 -2
- package/dist/_virtual/interaction-plugin-core.cjs.js +2 -0
- package/dist/_virtual/interaction-plugin-core.cjs.js.map +1 -0
- package/dist/_virtual/interaction-plugin-core.es.js +5 -0
- package/dist/_virtual/interaction-plugin-core.es.js.map +1 -0
- package/dist/components/ui/inputGroup/textarea.cjs.js +1 -1
- package/dist/components/ui/inputGroup/textarea.es.js +1 -1
- package/dist/node_modules/@braintree/sanitize-url/dist/index.cjs.js +1 -1
- package/dist/node_modules/@braintree/sanitize-url/dist/index.es.js +1 -1
- package/dist/node_modules/classnames/index.cjs.js +1 -1
- package/dist/node_modules/classnames/index.es.js +1 -1
- package/dist/node_modules/rc-input/es/BaseInput.cjs.js +1 -1
- package/dist/node_modules/rc-input/es/BaseInput.es.js +1 -1
- package/dist/node_modules/rc-textarea/es/ResizableTextArea.cjs.js +1 -1
- package/dist/node_modules/rc-textarea/es/ResizableTextArea.es.js +1 -1
- package/dist/node_modules/rc-textarea/es/TextArea.cjs.js +1 -1
- package/dist/node_modules/rc-textarea/es/TextArea.es.js +1 -1
- package/dist/node_modules/rc-textarea/es/index.cjs.js +1 -1
- package/dist/node_modules/rc-textarea/es/index.es.js +1 -1
- package/dist/node_modules/remark-flow/dist/interaction-parser.cjs.js +1 -1
- package/dist/node_modules/remark-flow/dist/interaction-parser.cjs.js.map +1 -1
- package/dist/node_modules/remark-flow/dist/interaction-parser.es.js +119 -110
- package/dist/node_modules/remark-flow/dist/interaction-parser.es.js.map +1 -1
- package/dist/node_modules/remark-flow/dist/interaction-plugin-core.cjs.js +2 -0
- package/dist/node_modules/remark-flow/dist/interaction-plugin-core.cjs.js.map +1 -0
- package/dist/node_modules/remark-flow/dist/interaction-plugin-core.es.js +53 -0
- package/dist/node_modules/remark-flow/dist/interaction-plugin-core.es.js.map +1 -0
- package/dist/node_modules/remark-flow/dist/remark-custom-variable.cjs.js +1 -1
- package/dist/node_modules/remark-flow/dist/remark-custom-variable.cjs.js.map +1 -1
- package/dist/node_modules/remark-flow/dist/remark-custom-variable.es.js +12 -49
- package/dist/node_modules/remark-flow/dist/remark-custom-variable.es.js.map +1 -1
- package/dist/node_modules/remark-flow/dist/remark-interaction.cjs.js +1 -1
- package/dist/node_modules/remark-flow/dist/remark-interaction.cjs.js.map +1 -1
- package/dist/node_modules/remark-flow/dist/remark-interaction.es.js +12 -46
- package/dist/node_modules/remark-flow/dist/remark-interaction.es.js.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remark-custom-variable.es.js","sources":["../../../../node_modules/remark-flow/dist/remark-custom-variable.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkCustomVariable;\nconst
|
|
1
|
+
{"version":3,"file":"remark-custom-variable.es.js","sources":["../../../../node_modules/remark-flow/dist/remark-custom-variable.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkCustomVariable;\nconst interaction_plugin_core_1 = require(\"./interaction-plugin-core\");\nfunction remarkCustomVariable() {\n return (tree) => {\n (0, interaction_plugin_core_1.transformInteractionsInTree)(tree, 'variable interaction');\n };\n}\n//# sourceMappingURL=remark-custom-variable.js.map"],"names":["remarkCustomVariable_1","remarkCustomVariable","interaction_plugin_core_1","require$$0","tree"],"mappings":";;;;;SACA,OAAO,eAAeA,GAAS,cAAc,EAAE,OAAO,IAAM,GAC5DA,EAAA,UAAkBC;AAClB,QAAMC,IAA4BC,EAAA;AAClC,WAASF,IAAuB;AAC5B,WAAO,CAACG,MAAS;AACb,UAAIF,EAA0B,6BAA6BE,GAAM,sBAAsB;AAAA,IAC/F;AAAA,EACA;;;","x_google_ignoreList":[0]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../../_virtual/remark-interaction.cjs.js"),o=require("./interaction-plugin-core.cjs.js");var r;function u(){if(r)return e.__exports;r=1,Object.defineProperty(e.__exports,"__esModule",{value:!0}),e.__exports.default=n;const t=o.__require();function n(){return i=>{(0,t.transformInteractionsInTree)(i,"interaction")}}return e.__exports}exports.__require=u;
|
|
2
2
|
//# sourceMappingURL=remark-interaction.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remark-interaction.cjs.js","sources":["../../../../node_modules/remark-flow/dist/remark-interaction.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkInteraction;\nconst
|
|
1
|
+
{"version":3,"file":"remark-interaction.cjs.js","sources":["../../../../node_modules/remark-flow/dist/remark-interaction.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkInteraction;\nconst interaction_plugin_core_1 = require(\"./interaction-plugin-core\");\nfunction remarkInteraction() {\n return (tree) => {\n (0, interaction_plugin_core_1.transformInteractionsInTree)(tree, 'interaction');\n };\n}\n//# sourceMappingURL=remark-interaction.js.map"],"names":["remarkInteraction_1","remarkInteraction","interaction_plugin_core_1","require$$0","tree"],"mappings":"4OACA,OAAO,eAAeA,EAAAA,UAAS,aAAc,CAAE,MAAO,GAAM,EAC5DA,EAAAA,UAAA,QAAkBC,EAClB,MAAMC,EAA4BC,EAAAA,UAAA,EAClC,SAASF,GAAoB,CACzB,OAAQG,GAAS,IACTF,EAA0B,6BAA6BE,EAAM,aAAa,CACtF,CACA","x_google_ignoreList":[0]}
|
|
@@ -1,52 +1,18 @@
|
|
|
1
|
-
import { __exports as
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
type: "text",
|
|
13
|
-
value: e.substring(0, a)
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
type: "element",
|
|
17
|
-
data: {
|
|
18
|
-
hName: r,
|
|
19
|
-
hProperties: t
|
|
20
|
-
}
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
type: "text",
|
|
24
|
-
value: e.substring(i)
|
|
25
|
-
}
|
|
26
|
-
];
|
|
27
|
-
}
|
|
28
|
-
function d() {
|
|
29
|
-
return (e) => {
|
|
30
|
-
const a = new _.InteractionParser();
|
|
31
|
-
(0, p.visit)(e, "text", (i, t, r) => {
|
|
32
|
-
if (t === null || r === null)
|
|
33
|
-
return;
|
|
34
|
-
const c = i.value, o = /\?\[([^\]]*)\](?!\()/.exec(c);
|
|
35
|
-
if (o) {
|
|
36
|
-
const u = o[0], l = o.index, x = l + u.length;
|
|
37
|
-
try {
|
|
38
|
-
const s = a.parseToRemarkFormat(u), v = f(c, l, x, s, "custom-variable");
|
|
39
|
-
r.children.splice(t, 1, ...v);
|
|
40
|
-
} catch (s) {
|
|
41
|
-
console.warn("Failed to parse interaction syntax:", s);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
});
|
|
1
|
+
import { __exports as r } from "../../../_virtual/remark-interaction.es.js";
|
|
2
|
+
import { __require as o } from "./interaction-plugin-core.es.js";
|
|
3
|
+
var e;
|
|
4
|
+
function c() {
|
|
5
|
+
if (e) return r;
|
|
6
|
+
e = 1, Object.defineProperty(r, "__esModule", { value: !0 }), r.default = n;
|
|
7
|
+
const t = o();
|
|
8
|
+
function n() {
|
|
9
|
+
return (i) => {
|
|
10
|
+
(0, t.transformInteractionsInTree)(i, "interaction");
|
|
45
11
|
};
|
|
46
12
|
}
|
|
47
|
-
return
|
|
13
|
+
return r;
|
|
48
14
|
}
|
|
49
15
|
export {
|
|
50
|
-
|
|
16
|
+
c as __require
|
|
51
17
|
};
|
|
52
18
|
//# sourceMappingURL=remark-interaction.es.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remark-interaction.es.js","sources":["../../../../node_modules/remark-flow/dist/remark-interaction.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkInteraction;\nconst
|
|
1
|
+
{"version":3,"file":"remark-interaction.es.js","sources":["../../../../node_modules/remark-flow/dist/remark-interaction.js"],"sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.default = remarkInteraction;\nconst interaction_plugin_core_1 = require(\"./interaction-plugin-core\");\nfunction remarkInteraction() {\n return (tree) => {\n (0, interaction_plugin_core_1.transformInteractionsInTree)(tree, 'interaction');\n };\n}\n//# sourceMappingURL=remark-interaction.js.map"],"names":["remarkInteraction_1","remarkInteraction","interaction_plugin_core_1","require$$0","tree"],"mappings":";;;;;SACA,OAAO,eAAeA,GAAS,cAAc,EAAE,OAAO,IAAM,GAC5DA,EAAA,UAAkBC;AAClB,QAAMC,IAA4BC,EAAA;AAClC,WAASF,IAAoB;AACzB,WAAO,CAACG,MAAS;AACb,UAAIF,EAA0B,6BAA6BE,GAAM,aAAa;AAAA,IACtF;AAAA,EACA;;;","x_google_ignoreList":[0]}
|
package/package.json
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"rehype-katex": "^7.0.1",
|
|
39
39
|
"rehype-raw": "^7.0.0",
|
|
40
40
|
"remark-breaks": "^4.0.0",
|
|
41
|
-
"remark-flow": "^
|
|
41
|
+
"remark-flow": "^1.2.0",
|
|
42
42
|
"remark-gfm": "^4.0.1",
|
|
43
43
|
"remark-math": "^6.0.0",
|
|
44
44
|
"tailwind-merge": "^3.3.1",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
]
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
"version": "0.2.
|
|
177
|
+
"version": "0.2.8",
|
|
178
178
|
"type": "module",
|
|
179
179
|
"exports": {
|
|
180
180
|
".": {
|