smoothly 1.46.0 → 1.47.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_100.cjs.entry.js +5 -5
- package/dist/cjs/smoothly-app_100.cjs.entry.js.map +1 -1
- package/dist/collection/components/table/cell/style.css +1 -1
- package/dist/collection/components/table/expandable/cell/style.css +1 -1
- package/dist/collection/components/table/expandable/row/style.css +2 -2
- package/dist/collection/components/table/group/style.css +2 -2
- package/dist/collection/components/table/row/style.css +1 -1
- package/dist/components/{p-d230080b.js → p-0d9525da.js} +4 -4
- package/dist/components/{p-d230080b.js.map → p-0d9525da.js.map} +1 -1
- package/dist/components/{p-27430d49.js → p-207858ed.js} +6 -6
- package/dist/components/{p-27430d49.js.map → p-207858ed.js.map} +1 -1
- package/dist/components/{p-d8f986a8.js → p-2cd80065.js} +4 -4
- package/dist/components/{p-d8f986a8.js.map → p-2cd80065.js.map} +1 -1
- package/dist/components/{p-1f37b041.js → p-407b175a.js} +2 -2
- package/dist/components/{p-1f37b041.js.map → p-407b175a.js.map} +1 -1
- package/dist/components/{p-4cbece18.js → p-58a2770e.js} +2 -2
- package/dist/components/{p-4cbece18.js.map → p-58a2770e.js.map} +1 -1
- package/dist/components/{p-cf12e790.js → p-67c3736f.js} +3 -3
- package/dist/components/{p-cf12e790.js.map → p-67c3736f.js.map} +1 -1
- package/dist/components/{p-bbf37c0a.js → p-6c54b2f8.js} +4 -4
- package/dist/components/{p-bbf37c0a.js.map → p-6c54b2f8.js.map} +1 -1
- package/dist/components/{p-f9214ce8.js → p-77f39181.js} +3 -3
- package/dist/components/{p-f9214ce8.js.map → p-77f39181.js.map} +1 -1
- package/dist/components/{p-0015ab6e.js → p-84b7335b.js} +2 -2
- package/dist/components/{p-0015ab6e.js.map → p-84b7335b.js.map} +1 -1
- package/dist/components/{p-b5248a5d.js → p-8d21d51b.js} +14 -14
- package/dist/components/{p-b5248a5d.js.map → p-8d21d51b.js.map} +1 -1
- package/dist/components/{p-813a3583.js → p-b6148312.js} +5 -5
- package/dist/components/{p-813a3583.js.map → p-b6148312.js.map} +1 -1
- package/dist/components/{p-06134e23.js → p-d44dc1ad.js} +2 -2
- package/dist/components/{p-06134e23.js.map → p-d44dc1ad.js.map} +1 -1
- package/dist/components/{p-df43f9fc.js → p-dad268ef.js} +2 -2
- package/dist/components/{p-df43f9fc.js.map → p-dad268ef.js.map} +1 -1
- package/dist/components/{p-897dbe1b.js → p-fc5e6119.js} +4 -4
- package/dist/components/{p-897dbe1b.js.map → p-fc5e6119.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +14 -14
- package/dist/components/smoothly-table-cell.js +1 -1
- 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-expandable-cell.js +1 -1
- package/dist/components/smoothly-table-expandable-row.js +1 -1
- package/dist/components/smoothly-table-filler-row.js +1 -1
- package/dist/components/smoothly-table-row-group.js +1 -1
- package/dist/components/smoothly-table-row.js +1 -1
- package/dist/esm/smoothly-app_100.entry.js +5 -5
- package/dist/esm/smoothly-app_100.entry.js.map +1 -1
- package/dist/smoothly/{p-e73fd17e.entry.js → p-2139f085.entry.js} +2 -2
- package/dist/smoothly/{p-e73fd17e.entry.js.map → p-2139f085.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -11377,7 +11377,7 @@ const SmoothlyTableBody = class {
|
|
|
11377
11377
|
};
|
|
11378
11378
|
SmoothlyTableBody.style = SmoothlyTableBodyStyle0;
|
|
11379
11379
|
|
|
11380
|
-
const styleCss$q = ".sc-smoothly-table-cell-h{grid-column:span var(--smoothly-table-cell-span, 1);display:flex;align-items:center;padding:0.
|
|
11380
|
+
const styleCss$q = ".sc-smoothly-table-cell-h{grid-column:span var(--smoothly-table-cell-span, 1);display:flex;align-items:center;padding:0.5rem 1.1rem;white-space:nowrap}";
|
|
11381
11381
|
const SmoothlyTableCellStyle0 = styleCss$q;
|
|
11382
11382
|
|
|
11383
11383
|
const SmoothlyTableCell = class {
|
|
@@ -12585,7 +12585,7 @@ const cats = [
|
|
|
12585
12585
|
];
|
|
12586
12586
|
SmoothlyTableDemoSimple.style = SmoothlyTableDemoSimpleStyle0;
|
|
12587
12587
|
|
|
12588
|
-
const styleCss$h = ".sc-smoothly-table-expandable-cell-h{display:contents}.sc-smoothly-table-expandable-cell-h>div.sc-smoothly-table-expandable-cell{padding:0.
|
|
12588
|
+
const styleCss$h = ".sc-smoothly-table-expandable-cell-h{display:contents}.sc-smoothly-table-expandable-cell-h>div.sc-smoothly-table-expandable-cell{padding:0.5rem 1.1rem}.sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell{grid-column:span var(--smoothly-table-cell-span, 1);display:flex;box-sizing:border-box;align-items:center;white-space:nowrap;position:relative}.sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell::before{content:\"\";display:flex;position:absolute;top:50%;translate:0 -50%;height:0.4em;width:0.4em;left:0.3em;border-bottom:1px solid rgb(var(--smoothly-table-foreground));border-right:1px solid rgb(var(--smoothly-table-foreground));transition:rotate 200ms ease-in-out;rotate:-45deg;opacity:0.3}.sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell:hover{background-color:rgb(var(--smoothly-table-hover-background));color:rgb(var(--smoothly-table-hover-foreground));stroke:rgb(var(--smoothly-table-hover-foreground));fill:rgb(var(--smoothly-table-hover-foreground))}.sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell:hover::before{border-bottom:1px solid rgb(var(--smoothly-table-hover-foreground));border-right:1px solid rgb(var(--smoothly-table-hover-foreground));opacity:1}[open].sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell::before{rotate:45deg}.sc-smoothly-table-expandable-cell-h>div.sc-smoothly-table-expandable-cell:first-child{cursor:pointer}.sc-smoothly-table-expandable-cell-h>div.detail.sc-smoothly-table-expandable-cell{grid-column:1/-1;grid-row:2;position:relative}[open].sc-smoothly-table-expandable-cell-h>div.content.sc-smoothly-table-expandable-cell{box-shadow:1px 1px 1px -1px rgb(var(--smoothly-table-border)) inset, -3px -1px 1px -3px rgb(var(--smoothly-table-border)) inset}[open].sc-smoothly-table-expandable-cell-h>div.sc-smoothly-table-expandable-cell{background-color:rgb(var(--smoothly-table-expanded-background));color:rgb(var(--smoothly-table-expanded-foreground));stroke:rgb(var(--smoothly-table-expanded-foreground));fill:rgb(var(--smoothly-table-expanded-foreground))}.sc-smoothly-table-expandable-cell-h:not([open])>div.detail.sc-smoothly-table-expandable-cell{display:none}.sc-smoothly-table-expandable-cell-h>div.detail.sc-smoothly-table-expandable-cell::before{content:\"\";position:absolute;display:flex;box-sizing:border-box;top:0;bottom:0;left:-1em;width:1em;background-color:rgb(var(--smoothly-table-expanded-background));border-left:0.3em solid rgb(var(--smoothly-table-detail-border, var(--smoothly-table-border)));box-shadow:2px 0px 0px 0px rgb(var(--smoothly-table-expanded-background)), 0px 0px 1px 0px rgb(var(--smoothly-table-border))}.sc-smoothly-table-expandable-cell-h>div.detail.sc-smoothly-table-expandable-cell::after{content:\"\";position:absolute;display:flex;top:0;bottom:0;right:-1em;width:1em;background-color:rgb(var(--smoothly-table-expanded-background));box-shadow:-2px 0px 0px 0px rgb(var(--smoothly-table-expanded-background)), 0px 0px 1px 0px rgb(var(--smoothly-table-border))}";
|
|
12589
12589
|
const SmoothlyTableExpandableCellStyle0 = styleCss$h;
|
|
12590
12590
|
|
|
12591
12591
|
const SmoothlyTableExpandableCell = class {
|
|
@@ -12624,7 +12624,7 @@ const SmoothlyTableExpandableCell = class {
|
|
|
12624
12624
|
};
|
|
12625
12625
|
SmoothlyTableExpandableCell.style = SmoothlyTableExpandableCellStyle0;
|
|
12626
12626
|
|
|
12627
|
-
const styleCss$g = ".sc-smoothly-table-expandable-row-h{grid-column:1/-1;display:grid;grid-template-columns:subgrid;grid-template-rows:auto 0fr;box-shadow:0px 1px 1px -1px rgb(var(--smoothly-table-border))}.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row{display:grid;grid-template-columns:subgrid;grid-column:1/-1}.sc-smoothly-table-expandable-row-h.sc-smoothly-table-expandable-row-s>:not(.detail):not(.smoothly-row),.sc-smoothly-table-expandable-row-h>.sc-smoothly-table-expandable-row-s>.smoothly-row>*{grid:subgrid;cursor:pointer;grid-column:span var(--smoothly-table-cell-span, 1);display:flex;align-items:center;padding:0.
|
|
12627
|
+
const styleCss$g = ".sc-smoothly-table-expandable-row-h{grid-column:1/-1;display:grid;grid-template-columns:subgrid;grid-template-rows:auto 0fr;box-shadow:0px 1px 1px -1px rgb(var(--smoothly-table-border))}.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row{display:grid;grid-template-columns:subgrid;grid-column:1/-1}.sc-smoothly-table-expandable-row-h.sc-smoothly-table-expandable-row-s>:not(.detail):not(.smoothly-row),.sc-smoothly-table-expandable-row-h>.sc-smoothly-table-expandable-row-s>.smoothly-row>*{grid:subgrid;cursor:pointer;grid-column:span var(--smoothly-table-cell-span, 1);display:flex;align-items:center;padding:0.5rem 1.1rem;white-space:nowrap}.sc-smoothly-table-expandable-row-h:has(>.sc-smoothly-table-expandable-row:not(:last-child):hover),.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row:has(>.sc-smoothly-table-expandable-row:not(:last-child):hover){background-color:rgb(var(--smoothly-table-hover-background));color:rgb(var(--smoothly-table-hover-foreground))}[open].sc-smoothly-table-expandable-row-h{background-color:rgb(var(--smoothly-table-expanded-background));color:rgb(var(--smoothly-table-expanded-foreground));grid-template-rows:auto 1fr;box-shadow:0px 1px 1px -1px rgb(var(--smoothly-table-border)), 0px 0px 1px rgb(var(--smoothly-table-border)) inset;grid-template-rows:0fr 1fr}.sc-smoothly-table-expandable-row-h:not([open])>div.detail.sc-smoothly-table-expandable-row{display:none}.sc-smoothly-table-expandable-row-h>div.sc-smoothly-table-expandable-row:last-child{grid-column:1/-1;cursor:default;position:relative;overflow:hidden;background-color:rgb(var(--smoothly-table-expanded-background));color:rgb(var(--smoothly-table-expanded-foreground))}.sc-smoothly-table-expandable-row-h>.sc-smoothly-table-expandable-row:first-child,.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row>.sc-smoothly-table-expandable-row:first-child{position:relative}.sc-smoothly-table-expandable-row-h>.sc-smoothly-table-expandable-row:first-child::before,.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row>.sc-smoothly-table-expandable-row:first-child::before{content:\"\";display:flex;position:absolute;top:50%;translate:0 -50%;height:0.4em;width:0.4em;left:0.3em;border-bottom:1px solid rgb(var(--smoothly-table-foreground));border-right:1px solid rgb(var(--smoothly-table-foreground));transition:rotate 200ms ease-in-out;rotate:-45deg;opacity:0.3}.sc-smoothly-table-expandable-row-h:has(>.sc-smoothly-table-expandable-row:hover)>.sc-smoothly-table-expandable-row:first-child::before,.sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row:has(>.sc-smoothly-table-expandable-row:hover)>.sc-smoothly-table-expandable-row:first-child::before{border-bottom:1px solid rgb(var(--smoothly-table-hover-foreground));border-right:1px solid rgb(var(--smoothly-table-hover-foreground));opacity:1}[open].sc-smoothly-table-expandable-row-h>.sc-smoothly-table-expandable-row:first-child::before,[open].sc-smoothly-table-expandable-row-h>.smoothly-row.sc-smoothly-table-expandable-row>.sc-smoothly-table-expandable-row:first-child::before{rotate:45deg}[open].sc-smoothly-table-expandable-row-h>div.sc-smoothly-table-expandable-row:last-child{overflow:visible;padding:0.5rem 1.1rem}.sc-smoothly-table-expandable-row-h>div.sc-smoothly-table-expandable-row:last-child::before{content:\"\";position:absolute;display:flex;box-sizing:border-box;top:0;bottom:0;left:-1em;width:1em;background-color:rgb(var(--smoothly-table-expanded-background));border-left:0.3em solid rgb(var(--smoothly-table-detail-border, var(--smoothly-table-border)));box-shadow:2px 0px 0px 0px rgb(var(--smoothly-table-expanded-background)), 0px 0px 1px 0px rgb(var(--smoothly-table-border))}.sc-smoothly-table-expandable-row-h>div.sc-smoothly-table-expandable-row:last-child::after{content:\"\";position:absolute;display:flex;top:0;bottom:0;right:-1em;width:1em;background-color:rgb(var(--smoothly-table-expanded-background));box-shadow:-2px 0px 0px 0px rgb(var(--smoothly-table-expanded-background)), 0px 0px 1px 0px rgb(var(--smoothly-table-border))}";
|
|
12628
12628
|
const SmoothlyTableExpandableRowStyle0 = styleCss$g;
|
|
12629
12629
|
|
|
12630
12630
|
const SmoothlyTableExpandableRow = class {
|
|
@@ -12712,7 +12712,7 @@ const SmoothlyTableHead = class {
|
|
|
12712
12712
|
};
|
|
12713
12713
|
SmoothlyTableHead.style = SmoothlyTableHeadStyle0;
|
|
12714
12714
|
|
|
12715
|
-
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>*{grid-column:span var(--smoothly-table-cell-span, 1);align-items:center;padding:0.
|
|
12715
|
+
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>*{grid-column:span var(--smoothly-table-cell-span, 1);align-items:center;padding:0.5rem 1.1rem;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}";
|
|
12716
12716
|
const SmoothlyTableRowStyle0 = styleCss$c;
|
|
12717
12717
|
|
|
12718
12718
|
const SmoothlyTableRow = class {
|
|
@@ -12735,7 +12735,7 @@ const SmoothlyTableRow = class {
|
|
|
12735
12735
|
};
|
|
12736
12736
|
SmoothlyTableRow.style = SmoothlyTableRowStyle0;
|
|
12737
12737
|
|
|
12738
|
-
const styleCss$b = ".sc-smoothly-table-row-group-h{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;margin-top:1px}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{grid-column:1 / -1;display:grid;position:relative;cursor:pointer}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:last-child{grid-column:1 / -1;display:grid;grid-template-columns:subgrid}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{grid-template-columns:subgrid}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group{display:contents}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group>*.sc-smoothly-table-row-group{padding:0.
|
|
12738
|
+
const styleCss$b = ".sc-smoothly-table-row-group-h{grid-column:1 / -1;display:grid;grid-template-columns:subgrid;margin-top:1px}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{grid-column:1 / -1;display:grid;position:relative;cursor:pointer}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:last-child{grid-column:1 / -1;display:grid;grid-template-columns:subgrid}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{grid-template-columns:subgrid}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group{display:contents}[align].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group>*.sc-smoothly-table-row-group{padding:0.5rem 1.1rem}.sc-smoothly-table-row-group-h:not([align])>div.sc-smoothly-table-row-group:first-child{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2, auto);justify-content:space-between;padding:0.5rem 1.1rem}.sc-smoothly-table-row-group-h:not([align])>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group:first-child{justify-self:start;display:flex;gap:1rem}.sc-smoothly-table-row-group-h:not([align])>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group:last-child{justify-self:end;display:flex;gap:1rem}.sc-smoothly-table-row-group-h:not([open]){grid-template-rows:auto 0fr}.sc-smoothly-table-row-group-h:not([open])>div.sc-smoothly-table-row-group:last-child{grid-row:2;overflow:hidden}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group:first-child::before{content:'';display:flex;position:absolute;top:50%;translate:0 -50%;left:0.3em;height:0.4em;width:0.4em;border-bottom:1px solid rgb(var(--smoothly-default-contrast));border-right:1px solid rgb(var(--smoothly-default-contrast));transition:rotate 200ms ease-in-out;rotate:-45deg;opacity:0.3}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child:hover>div.sc-smoothly-table-row-group:first-child::before{opacity:1}[open].sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child>div.sc-smoothly-table-row-group:first-child::before{rotate:45deg}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{background-color:rgb(var(--smoothly-default-tint))}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child{border-bottom:1px solid rgb(var(--smoothly-default-shade))}.sc-smoothly-table-row-group-h>div.sc-smoothly-table-row-group:first-child:hover{background-color:rgb(var(--smoothly-default-shade))}";
|
|
12739
12739
|
const SmoothlyTableRowGroupStyle0 = styleCss$b;
|
|
12740
12740
|
|
|
12741
12741
|
const SmoothlyTableRowGroup = class {
|