create-thingworx-widget2 1.0.3 → 1.0.4

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.
@@ -547,7 +547,7 @@ TW.IDE.Widgets.${wName} = function () {
547
547
 
548
548
  this.renderHtml = function () {
549
549
  return [
550
- '<div class="${wName.toLowerCase()}-ide-wrapper">',
550
+ '<div class="widget-content ${wName.toLowerCase()}-ide-wrapper">',
551
551
  ' <span class="${wName.toLowerCase()}-ide-label">📊 ${cfg.moduleName}</span>',
552
552
  '</div>',
553
553
  ].join('');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-thingworx-widget2",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Scaffold a ThingWorx custom widget project — like npm create vite@latest but for ThingWorx.",
5
5
  "keywords": [
6
6
  "thingworx",