@joystick.js/ui-canary 0.0.0-canary.254 → 0.0.0-canary.255

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@joystick.js/ui-canary",
3
3
  "type": "module",
4
- "version": "0.0.0-canary.254",
4
+ "version": "0.0.0-canary.255",
5
5
  "description": "The UI framework for Joystick.",
6
6
  "main": "./dist/index.js",
7
7
  "scripts": {
@@ -11,9 +11,6 @@ const when = function when(test = false, html_to_render = '') {
11
11
  return html_to_render.trim();
12
12
  }
13
13
 
14
- // NOTE: Return default as a text node containing false (we replace this dynamically when
15
- // building the DOM so it never renders in the browser). Blank space here is INTENTIONAL
16
- // to ensure a text node is returned when the <when></when> tag is dynamically replaced.
17
14
  return '<when></when>';
18
15
  };
19
16