@mcp-b/interactive-components 0.3.10 → 0.3.12
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SigveloREditor } from "../../r-editor-
|
|
1
|
+
import { t as SigveloREditor } from "../../r-editor-CkKexaUb.js";
|
|
2
2
|
export { SigveloREditor };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as SigveloSqlEditor } from "../../sql-editor-
|
|
1
|
+
import { t as SigveloSqlEditor } from "../../sql-editor-Az-vOWO0.js";
|
|
2
2
|
export { SigveloSqlEditor };
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,6 @@ import { detectLanguage } from "./lib/transform.js";
|
|
|
3
3
|
import { getRunnerUrl, setRunnerBaseUrl } from "./lib/runner-url.js";
|
|
4
4
|
import { t as SigveloCodePreview } from "./code-preview-Pq2CFfK9.js";
|
|
5
5
|
import { t as SigveloInteractiveEditor } from "./interactive-editor-DQfrcGUo.js";
|
|
6
|
-
import { t as SigveloREditor } from "./r-editor-
|
|
7
|
-
import { t as SigveloSqlEditor } from "./sql-editor-
|
|
6
|
+
import { t as SigveloREditor } from "./r-editor-CkKexaUb.js";
|
|
7
|
+
import { t as SigveloSqlEditor } from "./sql-editor-Az-vOWO0.js";
|
|
8
8
|
export { SigveloCodeEditor, SigveloCodePreview, SigveloInteractiveEditor, SigveloREditor, SigveloSqlEditor, detectLanguage, getRunnerUrl, setRunnerBaseUrl };
|
|
@@ -23,7 +23,7 @@ var r_editor_styles_default = css`
|
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
height: var(--r-editor-height, 560px);
|
|
25
25
|
border: 1px solid var(--sigvelo-color-neutral-border-muted, #d1d5db);
|
|
26
|
-
border-radius:
|
|
26
|
+
border-radius: var(--sigvelo-radius-md);
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
background: var(--sigvelo-color-surface, #fff);
|
|
29
29
|
font-family:
|
|
@@ -144,7 +144,7 @@ var r_editor_styles_default = css`
|
|
|
144
144
|
max-width: 100%;
|
|
145
145
|
max-height: 100%;
|
|
146
146
|
object-fit: contain;
|
|
147
|
-
border-radius:
|
|
147
|
+
border-radius: var(--sigvelo-radius-sm);
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
.plot-viewer__nav {
|
|
@@ -236,7 +236,7 @@ var r_editor_styles_default = css`
|
|
|
236
236
|
min-width: 16px;
|
|
237
237
|
height: 16px;
|
|
238
238
|
padding: 0 4px;
|
|
239
|
-
border-radius:
|
|
239
|
+
border-radius: var(--sigvelo-radius-md);
|
|
240
240
|
background: var(--sigvelo-color-danger-bg, #ef4444);
|
|
241
241
|
color: #fff;
|
|
242
242
|
font-size: 10px;
|
|
@@ -23,7 +23,7 @@ var sql_editor_styles_default = css`
|
|
|
23
23
|
flex-direction: column;
|
|
24
24
|
height: var(--sql-editor-height, 560px);
|
|
25
25
|
border: 1px solid var(--sigvelo-color-neutral-border-muted, #d1d5db);
|
|
26
|
-
border-radius:
|
|
26
|
+
border-radius: var(--sigvelo-radius-md);
|
|
27
27
|
overflow: hidden;
|
|
28
28
|
background: var(--sigvelo-color-surface, #fff);
|
|
29
29
|
font-family:
|
|
@@ -263,7 +263,7 @@ var sql_editor_styles_default = css`
|
|
|
263
263
|
align-items: center;
|
|
264
264
|
gap: 4px;
|
|
265
265
|
padding: 0;
|
|
266
|
-
border-radius:
|
|
266
|
+
border-radius: var(--sigvelo-radius-sm);
|
|
267
267
|
font-weight: 600;
|
|
268
268
|
font-size: 12px;
|
|
269
269
|
color: var(--sigvelo-color-text, #1f2937);
|
|
@@ -353,7 +353,7 @@ var sql_editor_styles_default = css`
|
|
|
353
353
|
.schema-column__type {
|
|
354
354
|
font-size: 10px;
|
|
355
355
|
padding: 0 4px;
|
|
356
|
-
border-radius:
|
|
356
|
+
border-radius: var(--sigvelo-radius-xs);
|
|
357
357
|
background: var(--sigvelo-color-neutral-bg-muted, #f3f4f6);
|
|
358
358
|
color: var(--sigvelo-color-neutral-text, #6b7280);
|
|
359
359
|
white-space: nowrap;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-b/interactive-components",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.12",
|
|
4
4
|
"description": "Sigvelo interactive code editor components built with Lit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"code-editor",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"@pyscript/core": "0.7.19",
|
|
59
59
|
"vite-plugin-static-copy": "^3.4.0",
|
|
60
60
|
"webr": "0.5.8",
|
|
61
|
-
"@mcp-b/wc-support": "0.3.
|
|
62
|
-
"@mcp-b/web-components": "0.3.
|
|
61
|
+
"@mcp-b/wc-support": "0.3.12",
|
|
62
|
+
"@mcp-b/web-components": "0.3.12"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@custom-elements-manifest/analyzer": "^0.10.10",
|