lucos_search_component 0.1.10 → 0.1.12
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/dist/index.js +0 -1
- package/package.json +1 -1
- package/web-components/lucos-lang.js +0 -1
package/dist/index.js
CHANGED
|
@@ -5922,7 +5922,6 @@ class LucosLangComponent extends HTMLSpanElement {
|
|
|
5922
5922
|
}
|
|
5923
5923
|
if (component.hasAttribute("data-common")) {
|
|
5924
5924
|
const commonLangs = component.getAttribute("data-common").split(",");
|
|
5925
|
-
console.log(commonLangs);
|
|
5926
5925
|
families.unshift({ // Put common languages as top option
|
|
5927
5926
|
code: 'x-common',
|
|
5928
5927
|
label: 'common languages',
|
package/package.json
CHANGED
|
@@ -90,7 +90,6 @@ class LucosLangComponent extends HTMLSpanElement {
|
|
|
90
90
|
}
|
|
91
91
|
if (component.hasAttribute("data-common")) {
|
|
92
92
|
const commonLangs = component.getAttribute("data-common").split(",");
|
|
93
|
-
console.log(commonLangs);
|
|
94
93
|
families.unshift({ // Put common languages as top option
|
|
95
94
|
code: 'x-common',
|
|
96
95
|
label: 'common languages',
|