smoothly 1.0.0-alpha.34 → 1.0.0-alpha.35

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.
@@ -28540,7 +28540,7 @@ const SmoothlyTabSwitch = class {
28540
28540
  };
28541
28541
  SmoothlyTabSwitch.style = styleCss$b;
28542
28542
 
28543
- const styleCss$a = ".sc-smoothly-table-h{display:table;width:var(--table-width, 80%);box-sizing:border-box;background-color:rgb(var(--smoothly-default-color))}[root].sc-smoothly-table-h{padding-left:1.5rem;padding-right:1.5rem}.sc-smoothly-table-h:not([root]){margin:0;width:100%}";
28543
+ const styleCss$a = ".sc-smoothly-table-h{display:table;width:var(--table-width, 80%);box-sizing:border-box;background-color:rgb(var(--smoothly-default-color))}[root].sc-smoothly-table-h{margin-left:1.5rem;margin-right:1.5rem}.sc-smoothly-table-h:not([root]){margin:0;width:100%}";
28544
28544
 
28545
28545
  const Table = class {
28546
28546
  constructor(hostRef) {
@@ -28597,7 +28597,7 @@ const TableCell = class {
28597
28597
  };
28598
28598
  TableCell.style = styleCss$9;
28599
28599
 
28600
- const styleCss$8 = ".sc-smoothly-table-demo-h{display:flex;flex-direction:column;align-items:center;gap:3rem;padding-bottom:10rem}.content.sc-smoothly-table-demo{display:contents}";
28600
+ const styleCss$8 = ".sc-smoothly-table-demo-h{display:flex;flex-direction:column;align-items:center;gap:3rem;padding-bottom:10rem;margin-left:1.5rem;margin-right:1.5rem}.content.sc-smoothly-table-demo{display:contents}";
28601
28601
 
28602
28602
  const TableDemo = class {
28603
28603
  constructor(hostRef) {