@malloydata/malloy-explorer 0.0.327-dev251220232354 → 0.0.329-dev251223220534
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/cjs/index.cjs +3 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/index.js +3 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/malloy-explorer.css +12 -0
- package/package.json +8 -8
package/dist/malloy-explorer.css
CHANGED
|
@@ -482,3 +482,15 @@ html[dir='rtl'] .mly17fq3gk{box-shadow:0 2px 12px 0 rgba(0,0,0,.1), 0 1px 2px 0
|
|
|
482
482
|
div[data-radix-popper-content-wrapper] {
|
|
483
483
|
z-index: 100 !important;
|
|
484
484
|
}
|
|
485
|
+
|
|
486
|
+
.malloy-table.root {
|
|
487
|
+
width: 100% !important;
|
|
488
|
+
max-width: 100% !important;
|
|
489
|
+
height: fit-content !important;
|
|
490
|
+
max-height: 100% !important;
|
|
491
|
+
position: relative !important;
|
|
492
|
+
overflow: auto !important;
|
|
493
|
+
flex-direction: column !important;
|
|
494
|
+
overflow-anchor: none !important;
|
|
495
|
+
grid-template-columns: repeat(var(--total-header-size), minmax(auto, max-content)) !important;
|
|
496
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/malloy-explorer",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.329-dev251223220534",
|
|
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": "
|
|
88
|
-
"@malloydata/malloy": "
|
|
87
|
+
"@malloydata/db-duckdb": ">=0.0.329",
|
|
88
|
+
"@malloydata/malloy": ">=0.0.329",
|
|
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,11 +117,11 @@
|
|
|
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.
|
|
120
|
+
"@malloydata/malloy-filter": ">=0.0.329",
|
|
121
|
+
"@malloydata/malloy-interfaces": ">=0.0.329",
|
|
122
|
+
"@malloydata/malloy-query-builder": ">=0.0.329",
|
|
123
|
+
"@malloydata/malloy-tag": ">=0.0.329",
|
|
124
|
+
"@malloydata/render": ">=0.0.329",
|
|
125
125
|
"monaco-editor-core": ">=0.52.2",
|
|
126
126
|
"react": ">=19.0.0",
|
|
127
127
|
"react-dom": ">=19.0.0"
|