@sequent-org/moodboard 1.3.4 → 1.3.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequent-org/moodboard",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "type": "module",
5
5
  "description": "Interactive moodboard",
6
6
  "main": "./src/index.js",
@@ -194,7 +194,7 @@ export class HandlesDomRenderer {
194
194
  const showInModelButton = document.createElement('button');
195
195
  showInModelButton.type = 'button';
196
196
  showInModelButton.className = 'mb-revit-show-in-model';
197
- showInModelButton.innerHTML = `${REVIT_SHOW_IN_MODEL_ICON_SVG}<span>показать в моделе</span>`;
197
+ showInModelButton.innerHTML = `${REVIT_SHOW_IN_MODEL_ICON_SVG}<span>Показать в модели</span>`;
198
198
  showInModelButton.style.left = `${Math.round(left + width / 2)}px`;
199
199
  showInModelButton.style.top = `${Math.round(top - 34)}px`;
200
200
  showInModelButton.addEventListener('mousedown', (evt) => {