JezK
Edit File: sc-table_3.entry.js
import { r as registerInstance, h, H as Host } from './index-25e5af33.js'; const scTableCss = ":host{display:table;width:100%;height:100%;border-spacing:0;border-collapse:collapse;table-layout:fixed;font-family:var(--sc-font-sans);border-radius:var(--border-radius, var(--sc-border-radius-small))}:host([shadowed]){box-shadow:var(--sc-shadow-medium)}::slotted([slot=head]){border-bottom:1px solid var(--sc-table-border-bottom-color, var(--sc-color-gray-200))}"; const ScTableStyle0 = scTableCss; const ScTable = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h(Host, { key: '66d18f7779615237d303efb805ef9aa7b07b55af' }, h("slot", { key: '79dec51dcc8c0f8234212461587ae7cda88e57b1', name: "head" }), h("slot", { key: '37b42bb4aeb8806907559da1c8a129984690d500' }), h("slot", { key: 'e666bddc87a2082205667a22fce2cc7a923554e8', name: "footer" }))); } }; ScTable.style = ScTableStyle0; const scTableCellCss = ":host{display:table-cell;font-size:var(--sc-font-size-medium);padding:var(--sc-table-cell-spacing, var(--sc-spacing-small)) var(--sc-table-cell-spacing, var(--sc-spacing-large)) !important;vertical-align:var(--sc-table-cell-vertical-align, middle)}:host([slot=head]){background:var(--sc-table-cell-background-color, var(--sc-color-gray-50));font-size:var(--sc-font-size-small);padding:var(--sc-table-cell-spacing, var(--sc-spacing-small));color:var(--sc-color-gray-500)}:host(:last-child){text-align:right}sc-table-cell{display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}"; const ScTableCellStyle0 = scTableCellCss; const ScTableScll = class { constructor(hostRef) { registerInstance(this, hostRef); } render() { return (h(Host, { key: '72dcb868780372c2214ae2976b115bd47faa13b0' }, h("slot", { key: '5c9d14393a08b5053ad7c7888f448a2995c2e3c9' }))); } }; ScTableScll.style = ScTableCellStyle0; const scTableRowCss = ":host{display:table-row;border:1px solid var(--sc-table-row-border-bottom-color, var(--sc-color-gray-200))}:host([href]){cursor:pointer}:host([href]:hover){background:var(--sc-color-gray-50)}"; const ScTableRowStyle0 = scTableRowCss; const ScTableRow = class { constructor(hostRef) { registerInstance(this, hostRef); this.href = undefined; } render() { return (h(Host, { key: 'c94eeedd146f3799f131e0d43d07678e1a15ace3' }, h("slot", { key: 'b5889ee3c12ff0927291e2615dfc99a3cbfc4475' }))); } }; ScTableRow.style = ScTableRowStyle0; export { ScTable as sc_table, ScTableScll as sc_table_cell, ScTableRow as sc_table_row }; //# sourceMappingURL=sc-table_3.entry.js.map