@malloydata/malloy-explorer 0.0.305-dev250819202105 → 0.0.327-dev251220232354
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/malloy-explorer.css
CHANGED
|
@@ -208,7 +208,6 @@
|
|
|
208
208
|
.mlyzh2ni8{background-color:var(--mlys9k3ya)}
|
|
209
209
|
.mly1x3oq6j{background-color:var(--mlywj8cgu)}
|
|
210
210
|
.mly12peec7{background-color:white}
|
|
211
|
-
.mly7dvq3r{border-buttom-color:var(--mlyrbis2b)}
|
|
212
211
|
.mly1mwwwfo{border-collapse:collapse}
|
|
213
212
|
.mlyzteli5{border-right-background:var(--mlyrbis2b)}
|
|
214
213
|
html:not([dir='rtl']) .mlydid9jw{box-shadow:0 0 0 1px var(--mly7zr30u) inset,var(--mly1pim1be)}
|
|
@@ -21,7 +21,7 @@ export declare const dialogStyles: Readonly<{
|
|
|
21
21
|
readonly alignItems: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"alignItems", "center">;
|
|
22
22
|
readonly borderBottomWidth: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"borderBottomWidth", "1px">;
|
|
23
23
|
readonly borderBottomStyle: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"borderBottomStyle", "solid">;
|
|
24
|
-
readonly
|
|
24
|
+
readonly borderBottomColor: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"borderBottomColor", string>;
|
|
25
25
|
readonly lineHeight: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"lineHeight", "2.2em">;
|
|
26
26
|
}>;
|
|
27
27
|
readonly close: Readonly<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/malloy-explorer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.327-dev251220232354",
|
|
4
4
|
"description": "Malloy visual query builder",
|
|
5
5
|
"main": "dist/cjs/index.cjs",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@babel/preset-typescript": "^7.27.1",
|
|
85
85
|
"@eslint/compat": "^1.2.7",
|
|
86
86
|
"@eslint/js": "^9.21.0",
|
|
87
|
-
"@malloydata/db-duckdb": "^0.0.
|
|
88
|
-
"@malloydata/malloy": "^0.0.
|
|
87
|
+
"@malloydata/db-duckdb": "^0.0.327",
|
|
88
|
+
"@malloydata/malloy": "^0.0.327",
|
|
89
89
|
"@rollup/plugin-replace": "^6.0.2",
|
|
90
90
|
"@stylexjs/eslint-plugin": "^0.11.1",
|
|
91
91
|
"@stylexjs/postcss-plugin": "^0.11.1",
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"vite-plugin-svgr": "^4.3.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
|
-
"@malloydata/malloy-filter": ">=0.0.
|
|
121
|
-
"@malloydata/malloy-interfaces": ">=0.0.
|
|
122
|
-
"@malloydata/malloy-query-builder": ">=0.0.
|
|
123
|
-
"@malloydata/malloy-tag": ">=0.0.
|
|
124
|
-
"@malloydata/render": ">=0.0.
|
|
125
|
-
"monaco-editor-core": "
|
|
120
|
+
"@malloydata/malloy-filter": ">=0.0.327",
|
|
121
|
+
"@malloydata/malloy-interfaces": ">=0.0.327",
|
|
122
|
+
"@malloydata/malloy-query-builder": ">=0.0.327",
|
|
123
|
+
"@malloydata/malloy-tag": ">=0.0.327",
|
|
124
|
+
"@malloydata/render": ">=0.0.327",
|
|
125
|
+
"monaco-editor-core": ">=0.52.2",
|
|
126
126
|
"react": ">=19.0.0",
|
|
127
127
|
"react-dom": ">=19.0.0"
|
|
128
128
|
}
|