@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -3
  2. 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
- get ["class"] () {
11676
- return local.compact ? "btn btn-sm bg-base-100 border border-base-300" : "bg-base-100 border border-base-300 rounded px-3 py-2 flex gap-2 justify-between items-center";
11677
- },
11675
+ button: true,
11676
+ size: "sm",
11678
11677
  get ["aria-label"] () {
11679
11678
  return `${local.currentLanguageLabel ?? "Current language"}: ${currentLanguageName()}`;
11680
11679
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "0.0.124",
3
+ "version": "0.0.126",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",