@algenium/blocks 1.1.0 → 1.1.1
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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3511,6 +3511,7 @@ function ThemeSwitcher({
|
|
|
3511
3511
|
"data-testid": "theme-switcher",
|
|
3512
3512
|
variant: "ghost",
|
|
3513
3513
|
size: "icon",
|
|
3514
|
+
"aria-label": labels.theme,
|
|
3514
3515
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
3515
3516
|
children: /* @__PURE__ */ jsxRuntime.jsx(CurrentIcon, { className: sizes.iconMini })
|
|
3516
3517
|
}
|
|
@@ -3661,6 +3662,7 @@ function LanguageSwitcher({
|
|
|
3661
3662
|
{
|
|
3662
3663
|
variant: "ghost",
|
|
3663
3664
|
size: "icon",
|
|
3665
|
+
"aria-label": defaultLabels2.language,
|
|
3664
3666
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
3665
3667
|
children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.Languages, { className: sizes.iconMini })
|
|
3666
3668
|
}
|