@flowfuse/nr-assistant 0.1.2-207d36f-202407161308.0 → 0.1.2-7cb17d6-202407161043.0

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.
Files changed (2) hide show
  1. package/index.html +0 -1
  2. package/package.json +1 -1
package/index.html CHANGED
@@ -360,7 +360,6 @@
360
360
  toolbarMenuButtonAnchor.css('mask-repeat', 'no-repeat')
361
361
  toolbarMenuButtonAnchor.css('mask-position', 'center')
362
362
  toolbarMenuButtonAnchor.css('background-color', 'currentColor')
363
- toolbarMenuButtonAnchor.css('height', '28px') // for backwards compatibility with <= NR3.x inline-block toolbar styling
364
363
  const deployButtonLi = $('#red-ui-header-button-deploy').closest('li')
365
364
  if (deployButtonLi.length) {
366
365
  deployButtonLi.before(toolbarMenuButton) // add the button before the deploy button
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowfuse/nr-assistant",
3
- "version": "0.1.2-207d36f-202407161308.0",
3
+ "version": "0.1.2-7cb17d6-202407161043.0",
4
4
  "description": "FlowFuse Node-RED assistant plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {