smoothly 1.64.0 → 1.65.0
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/smoothly-app_101.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-app_101.cjs.entry.js.map +1 -1
- package/dist/collection/components/table/row/style.css +2 -0
- package/dist/components/{p-fb2ce8f2.js → p-06eaca52.js} +2 -2
- package/dist/components/{p-fb2ce8f2.js.map → p-06eaca52.js.map} +1 -1
- package/dist/components/{p-06650280.js → p-073ff705.js} +2 -2
- package/dist/components/{p-06650280.js.map → p-073ff705.js.map} +1 -1
- package/dist/components/{p-ef0f02db.js → p-28a1053f.js} +2 -2
- package/dist/components/{p-ef0f02db.js.map → p-28a1053f.js.map} +1 -1
- package/dist/components/{p-a365d1ed.js → p-3aaf31ab.js} +10 -10
- package/dist/components/{p-a365d1ed.js.map → p-3aaf31ab.js.map} +1 -1
- package/dist/components/{p-067c5449.js → p-411de91b.js} +2 -2
- package/dist/components/p-411de91b.js.map +1 -0
- package/dist/components/{p-da4ee63a.js → p-7083cfdb.js} +3 -3
- package/dist/components/{p-da4ee63a.js.map → p-7083cfdb.js.map} +1 -1
- package/dist/components/{p-576f277b.js → p-8c85d690.js} +2 -2
- package/dist/components/{p-576f277b.js.map → p-8c85d690.js.map} +1 -1
- package/dist/components/{p-f67b60e4.js → p-9742ce72.js} +2 -2
- package/dist/components/{p-f67b60e4.js.map → p-9742ce72.js.map} +1 -1
- package/dist/components/{p-d9b02f9e.js → p-bd09dcbe.js} +3 -3
- package/dist/components/{p-d9b02f9e.js.map → p-bd09dcbe.js.map} +1 -1
- package/dist/components/{p-1eb9ae29.js → p-d1f48ddc.js} +2 -2
- package/dist/components/{p-1eb9ae29.js.map → p-d1f48ddc.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +10 -10
- package/dist/components/smoothly-table-demo-colspan.js +1 -1
- package/dist/components/smoothly-table-demo-filler-row.js +1 -1
- package/dist/components/smoothly-table-demo-filtered.js +1 -1
- package/dist/components/smoothly-table-demo-group.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell-inner.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell.js +1 -1
- package/dist/components/smoothly-table-demo-simple.js +1 -1
- package/dist/components/smoothly-table-demo.js +1 -1
- package/dist/components/smoothly-table-filler-row.js +1 -1
- package/dist/components/smoothly-table-row.js +1 -1
- package/dist/esm/smoothly-app_101.entry.js +1 -1
- package/dist/esm/smoothly-app_101.entry.js.map +1 -1
- package/dist/smoothly/{p-9d793262.entry.js → p-4f5074c4.entry.js} +2 -2
- package/dist/smoothly/{p-9d793262.entry.js.map → p-4f5074c4.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-067c5449.js.map +0 -1
|
@@ -12827,7 +12827,7 @@ const SmoothlyTableHead = class {
|
|
|
12827
12827
|
};
|
|
12828
12828
|
SmoothlyTableHead.style = SmoothlyTableHeadStyle0;
|
|
12829
12829
|
|
|
12830
|
-
const styleCss$c = ".sc-smoothly-table-row-h{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;box-sizing:border-box;box-shadow:0px 1px 1px -1px rgb(var(--smoothly-table-border))}.sc-smoothly-table-row-h.sc-smoothly-table-row-s>.smoothly-table-cell{display:flex;grid-column:span var(--smoothly-table-cell-span, 1);align-items:center;padding-inline:var(--smoothly-table-cell-padding-inline, 1.1rem);min-height:var(--smoothly-table-cell-min-height, 2.75rem);white-space:nowrap}.sc-smoothly-table-row-h:has(smoothly-table-expandable-cell){grid-template-rows:auto 0fr 0fr}.sc-smoothly-table-row-h:has(smoothly-table-expandable-cell[open]){grid-template-rows:auto 1fr 0fr}";
|
|
12830
|
+
const styleCss$c = ".sc-smoothly-table-row-h{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;box-sizing:border-box;box-shadow:0px 1px 1px -1px rgb(var(--smoothly-table-border))}.sc-smoothly-table-row-h .smoothly-table-cell.sc-smoothly-table-row,.sc-smoothly-table-row-h.sc-smoothly-table-row-s>.smoothly-table-cell{display:flex;grid-column:span var(--smoothly-table-cell-span, 1);align-items:center;padding-inline:var(--smoothly-table-cell-padding-inline, 1.1rem);min-height:var(--smoothly-table-cell-min-height, 2.75rem);white-space:nowrap}.sc-smoothly-table-row-h:has(smoothly-table-expandable-cell){grid-template-rows:auto 0fr 0fr}.sc-smoothly-table-row-h:has(smoothly-table-expandable-cell[open]){grid-template-rows:auto 1fr 0fr}";
|
|
12831
12831
|
const SmoothlyTableRowStyle0 = styleCss$c;
|
|
12832
12832
|
|
|
12833
12833
|
const SmoothlyTableRow = class {
|