@malloydata/render 0.0.289 → 0.0.291

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.
Files changed (48) hide show
  1. package/.storybook/malloy-stories-indexer.ts +21 -16
  2. package/API_MIGRATION.md +189 -0
  3. package/dist/api/malloy-renderer.d.ts +9 -0
  4. package/dist/api/malloy-viz.d.ts +19 -0
  5. package/dist/api/types.d.ts +12 -0
  6. package/dist/component/dashboard/dashboard.d.ts +1 -1
  7. package/dist/component/malloy-modal/malloy-modal.d.ts +0 -7
  8. package/dist/component/render-result-metadata.d.ts +4 -4
  9. package/dist/component/render.d.ts +5 -23
  10. package/dist/component/util.d.ts +13 -1
  11. package/dist/data_tree/cells/atomic.d.ts +75 -0
  12. package/dist/data_tree/cells/base.d.ts +41 -0
  13. package/dist/data_tree/cells/index.d.ts +14 -0
  14. package/dist/data_tree/cells/nest.d.ts +44 -0
  15. package/dist/data_tree/drilling.d.ts +11 -0
  16. package/dist/data_tree/fields/atomic.d.ts +67 -0
  17. package/dist/data_tree/fields/base.d.ts +65 -0
  18. package/dist/data_tree/fields/index.d.ts +17 -0
  19. package/dist/data_tree/fields/nest.d.ts +43 -0
  20. package/dist/data_tree/index.d.ts +11 -0
  21. package/dist/data_tree/plugins.d.ts +14 -0
  22. package/dist/data_tree/types.d.ts +68 -0
  23. package/dist/data_tree/utils.d.ts +19 -0
  24. package/dist/html/html_view.d.ts +1 -2
  25. package/dist/html/renderer_types.d.ts +1 -0
  26. package/dist/index.d.ts +4 -2
  27. package/dist/module/index.mjs +56960 -51018
  28. package/dist/module/index.umd.js +973 -402
  29. package/dist/render-field-metadata.d.ts +33 -0
  30. package/dist/stories/themes.stories.d.ts +0 -1
  31. package/dist/stories/vega-config-override.stories.d.ts +0 -1
  32. package/package.json +6 -18
  33. package/vite.config.base.ts +6 -0
  34. package/dist/bundle/main.d.ts +0 -6
  35. package/dist/bundle/renderer.d.ts +0 -1
  36. package/dist/component/copy-to-html.d.ts +0 -3
  37. package/dist/component/malloy-modal/malloy-modal-wc.d.ts +0 -5
  38. package/dist/component/register-webcomponent.d.ts +0 -15
  39. package/dist/component/render-webcomponent.d.ts +0 -1
  40. package/dist/data_tree.d.ts +0 -405
  41. package/dist/register/register.mjs +0 -162146
  42. package/dist/register/register.umd.js +0 -1921
  43. package/dist/register/style.css +0 -1
  44. package/dist/webcomponent/malloy-render.mjs +0 -162144
  45. package/dist/webcomponent/malloy-render.umd.js +0 -1921
  46. package/dist/webcomponent/style.css +0 -1
  47. package/vite.config.webcomponent-register.ts +0 -12
  48. package/vite.config.webcomponent.ts +0 -12
@@ -1 +0,0 @@
1
- :host{--malloy-theme--table-row-height: 28px;--malloy-theme--table-font-size: 12px;--malloy-theme--table-header-color: #5d626b;--malloy-theme--table-header-weight: bold;--malloy-theme--table-body-color: #727883;--malloy-theme--table-body-weight: 400;--malloy-theme--table-border: 1px solid #e5e7eb;--malloy-theme--table-background: white;--malloy-theme--table-gutter-size: 8px;--malloy-theme--table-pinned-background: #f5fafc;--malloy-theme--table-pinned-border: 1px solid #daedf3;--malloy-theme--font-family: Inter, system-ui, sans-serif;font-family:var(--malloy-render--font-family);font-size:var(--malloy-render--table-font-size)}@supports (font-variation-settings: normal){:host{font-family:InterVariable,Inter,system-ui sans-serif;font-feature-settings:"liga" 1,"calt" 1}}.malloy-copied-modal{position:fixed;background:#333;font-size:13px;padding:6px 12px;border-radius:4px;box-shadow:#64646f33 0 7px 29px;color:#fff;bottom:24px;left:100%;text-wrap:nowrap;transition:all 0s;animation:modal-slide-in 2s forwards}