smoothly 1.0.0-alpha.142 → 1.0.0-alpha.143

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.
@@ -8445,7 +8445,7 @@ const SmoothlyIcon = class {
8445
8445
  };
8446
8446
  SmoothlyIcon.style = styleCss$M;
8447
8447
 
8448
- const styleCss$L = "icon-demo.sc-smoothly-icon-demo{display:block}icon-demo[hidden].sc-smoothly-icon-demo{display:none}icon-demo.sc-smoothly-icon-demo>content.sc-smoothly-icon-demo{display:flex;flex-flow:row wrap}icon-demo.sc-smoothly-icon-demo>content.sc-smoothly-icon-demo>*.sc-smoothly-icon-demo{margin:1cm}";
8448
+ const styleCss$L = ".sc-smoothly-icon-demo-h{display:block}[hidden].sc-smoothly-icon-demo-h{display:none}.sc-smoothly-icon-demo-h>div.sc-smoothly-icon-demo{display:flex;flex-flow:row wrap}.sc-smoothly-icon-demo-h>div.sc-smoothly-icon-demo>*.sc-smoothly-icon-demo{margin:0.5cm}";
8449
8449
 
8450
8450
  const SmoothlyIconDemo = class {
8451
8451
  constructor(hostRef) {
@@ -8455,7 +8455,7 @@ const SmoothlyIconDemo = class {
8455
8455
  render() {
8456
8456
  return [
8457
8457
  index.h("h1", null, "Icons"),
8458
- index.h("content", null, [
8458
+ index.h("div", null, [
8459
8459
  "add-circle",
8460
8460
  "add",
8461
8461
  "airplane",