nodality 1.0.0-beta.22 → 1.0.0-beta.23

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/layout/text.js CHANGED
@@ -16,7 +16,7 @@ class Text extends Animator {
16
16
  this.html = [];
17
17
  this.react = [];
18
18
  this.code.push(`new Text("${this.text}")`);
19
- console.log("A");
19
+ console.log("AAA");
20
20
  }
21
21
 
22
22
 
package/lib/designer.js CHANGED
@@ -57,7 +57,7 @@ import {KeyframeAnim} from "../lib/appleAnim.js";
57
57
  import {TransformAnim} from "../lib/transformanim.js";
58
58
  import {Stacker} from "../lib/stacker.js";
59
59
  import {ScrollVideo} from "../lib/scrollvideo.js";
60
- console.log("SO");
60
+
61
61
  // Audio, progress, TextField, import navFactor
62
62
  class Des {
63
63
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodality",
3
- "version": "1.0.0-beta.22",
3
+ "version": "1.0.0-beta.23",
4
4
  "description": "A lightweight library for declarative UI elements.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",