@schukai/monster 4.38.3 → 4.38.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.
@@ -1655,7 +1655,9 @@ function getSelectionTemplate() {
1655
1655
  data-monster-role="filter"
1656
1656
  autocomplete="off"
1657
1657
  tabindex="0"
1658
- ><div data-monster-replace="path:messages.control" data-monster-role="selection-messages"></div>
1658
+ ><div data-monster-replace="path:messages.control"
1659
+ data-monster-attributes="class path:messages.control | length | gt:0 | ?::hidden"
1660
+ data-monster-role="selection-messages"></div>
1659
1661
  </div>`;
1660
1662
  }
1661
1663
 
@@ -1836,7 +1838,6 @@ function getDefaultTranslation() {
1836
1838
  const translation = new Translations("en").assignTranslations(
1837
1839
  this.getOption("labels", {}),
1838
1840
  );
1839
-
1840
1841
  try {
1841
1842
  const doc = getDocumentTranslations();
1842
1843
  translation.locale = doc.locale;