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.
- package/dist/cjs/smoothly-accordion_71.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-accordion_71.cjs.entry.js.map +1 -1
- package/dist/collection/components/icon-demo/index.js +1 -1
- package/dist/collection/components/icon-demo/index.js.map +1 -1
- package/dist/collection/components/icon-demo/style.css +5 -6
- package/dist/custom-elements/index.js +2 -2
- package/dist/custom-elements/index.js.map +1 -1
- package/dist/esm/smoothly-accordion_71.entry.js +2 -2
- package/dist/esm/smoothly-accordion_71.entry.js.map +1 -1
- package/dist/smoothly/{p-230ee584.entry.js → p-e8eb723c.entry.js} +2 -2
- package/dist/smoothly/{p-230ee584.entry.js.map → p-e8eb723c.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -8445,7 +8445,7 @@ const SmoothlyIcon = class {
|
|
|
8445
8445
|
};
|
|
8446
8446
|
SmoothlyIcon.style = styleCss$M;
|
|
8447
8447
|
|
|
8448
|
-
const styleCss$L = "
|
|
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("
|
|
8458
|
+
index.h("div", null, [
|
|
8459
8459
|
"add-circle",
|
|
8460
8460
|
"add",
|
|
8461
8461
|
"airplane",
|