@pathscale/ui 0.0.124 → 0.0.126
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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11672,9 +11672,8 @@ const LanguageSwitcher = (props)=>{
|
|
|
11672
11672
|
get children () {
|
|
11673
11673
|
return [
|
|
11674
11674
|
(0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(dropdown.Toggle, {
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
},
|
|
11675
|
+
button: true,
|
|
11676
|
+
size: "sm",
|
|
11678
11677
|
get ["aria-label"] () {
|
|
11679
11678
|
return `${local.currentLanguageLabel ?? "Current language"}: ${currentLanguageName()}`;
|
|
11680
11679
|
},
|