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.
- package/dist/cjs/smoothly-accordion_58.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-accordion_58.cjs.entry.js.map +1 -1
- package/dist/collection/components/table/demo/style.css +2 -0
- package/dist/collection/components/table/style.css +2 -2
- package/dist/custom-elements/index.js +2 -2
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/smoothly-accordion_58.entry.js +2 -2
- package/dist/esm/smoothly-accordion_58.entry.js.map +1 -1
- package/dist/smoothly/{p-21caf3c8.entry.js → p-9b7531ae.entry.js} +2 -2
- package/dist/smoothly/{p-21caf3c8.entry.js.map → p-9b7531ae.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -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{
|
|
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) {
|