tutuca 0.9.102 → 0.9.103
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/tutuca-dev.ext.js +0 -3
- package/dist/tutuca-dev.js +0 -3
- package/dist/tutuca-dev.min.js +1 -1
- package/dist/tutuca-extra.ext.js +0 -3
- package/dist/tutuca-extra.js +0 -3
- package/dist/tutuca-extra.min.js +1 -1
- package/dist/tutuca-storybook.js +42 -20
- package/dist/tutuca.ext.js +0 -3
- package/dist/tutuca.js +0 -3
- package/dist/tutuca.min.js +1 -1
- package/package.json +1 -1
- package/skill/tutuca/core.md +18 -41
- package/skill/tutuca/storybook.md +30 -6
- package/skill/tutuca-source/tutuca.ext.js +0 -3
package/dist/tutuca-dev.ext.js
CHANGED
|
@@ -6015,9 +6015,6 @@ class Component {
|
|
|
6015
6015
|
if (!KNOWN_SPEC_KEYS.has(key))
|
|
6016
6016
|
this.extra[key] = o[key];
|
|
6017
6017
|
}
|
|
6018
|
-
clone() {
|
|
6019
|
-
return Component.fromSpec(this.spec);
|
|
6020
|
-
}
|
|
6021
6018
|
compile(ParseContext2) {
|
|
6022
6019
|
for (const name in this.views)
|
|
6023
6020
|
this.views[name].compile(new ParseContext2, this.scope, this.id);
|
package/dist/tutuca-dev.js
CHANGED
|
@@ -13666,9 +13666,6 @@ class Component {
|
|
|
13666
13666
|
if (!KNOWN_SPEC_KEYS.has(key))
|
|
13667
13667
|
this.extra[key] = o[key];
|
|
13668
13668
|
}
|
|
13669
|
-
clone() {
|
|
13670
|
-
return Component.fromSpec(this.spec);
|
|
13671
|
-
}
|
|
13672
13669
|
compile(ParseContext2) {
|
|
13673
13670
|
for (const name in this.views)
|
|
13674
13671
|
this.views[name].compile(new ParseContext2, this.scope, this.id);
|