@malloydata/render 0.0.190-dev240925173150 → 0.0.190-dev240925181857

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.
@@ -145840,14 +145840,38 @@ const rst = `:host {
145840
145840
  text-align: left;
145841
145841
  }
145842
145842
  }
145843
- `, ost = (t) => (e, n) => {
145843
+ `, ost = `.malloy-tooltip {
145844
+ background: rgba(255, 255, 255, 0.95);
145845
+ padding: 8px;
145846
+ border-radius: 4px;
145847
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
145848
+ height: fit-content;
145849
+ width: fit-content;
145850
+ transform: translate(10px, 10px);
145851
+ }
145852
+
145853
+ .malloy-tooltip--table {
145854
+ th,
145855
+ td {
145856
+ text-wrap: nowrap;
145857
+ }
145858
+
145859
+ th {
145860
+ text-align: left;
145861
+ }
145862
+
145863
+ font-size: 12px;
145864
+ }
145865
+ `, ust = (t) => (e, n) => {
145844
145866
  const { element: r } = n, i = new CSSStyleSheet();
145845
145867
  i.replaceSync(rst);
145846
145868
  const s = new CSSStyleSheet();
145847
- return s.replaceSync([ist, sst].join(`
145848
- `)), r.renderRoot.adoptedStyleSheets = [i, s], t(e, n);
145869
+ return s.replaceSync(
145870
+ [ist, sst, ost].join(`
145871
+ `)
145872
+ ), r.renderRoot.adoptedStyleSheets = [i, s], t(e, n);
145849
145873
  };
145850
- function _ot({
145874
+ function Cot({
145851
145875
  customElements: t = window.customElements,
145852
145876
  HTMLElement: e = window.HTMLElement
145853
145877
  }) {
@@ -145866,10 +145890,10 @@ function _ot({
145866
145890
  },
145867
145891
  { customElements: t, BaseElement: e }
145868
145892
  ),
145869
- ost,
145893
+ ust,
145870
145894
  Lle
145871
145895
  )(est);
145872
145896
  }
145873
145897
  export {
145874
- _ot as default
145898
+ Cot as default
145875
145899
  };