verstak 0.92.25013 → 0.92.25014

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.
@@ -172,9 +172,9 @@ export class PanelDriver extends HtmlDriver {
172
172
  }
173
173
  },
174
174
  });
175
- ReactiveNode.updateNestedNodesThenDo(() => {
175
+ ReactiveNode.runNestedNodeScriptsThenDo(() => {
176
176
  layoutInfo.isUpdateFinished = true;
177
- ReactiveNode.triggerUpdate(relayoutEl, { stamp: node.stamp });
177
+ ReactiveNode.triggerScriptRun(relayoutEl, { stamp: node.stamp });
178
178
  });
179
179
  }
180
180
  return result;
@@ -67,7 +67,7 @@ export class WebDriver extends ElDriver {
67
67
  element.place = undefined;
68
68
  }
69
69
  if (gBlinkingEffectMarker)
70
- blink(element.native, ReactiveNode.currentUpdatePriority, node.stamp);
70
+ blink(element.native, ReactiveNode.currentScriptPriority, node.stamp);
71
71
  }, e => {
72
72
  });
73
73
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "verstak",
3
- "version": "0.92.25013",
3
+ "version": "0.92.25014",
4
4
  "description": "Verstak - Front-End Library",
5
5
  "publisher": "Nezaboodka Software",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "markdown-it": "^14.1.0",
43
43
  "markdown-it-prism": "^2.3.0",
44
44
  "prismjs": "^1.29.0",
45
- "reactronic": "^0.92.25011"
45
+ "reactronic": "^0.92.25012"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/markdown-it": "14.1.2",