@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.js
CHANGED
|
@@ -3483,6 +3483,7 @@ function ThemeSwitcher({
|
|
|
3483
3483
|
"data-testid": "theme-switcher",
|
|
3484
3484
|
variant: "ghost",
|
|
3485
3485
|
size: "icon",
|
|
3486
|
+
"aria-label": labels.theme,
|
|
3486
3487
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
3487
3488
|
children: /* @__PURE__ */ jsx(CurrentIcon, { className: sizes.iconMini })
|
|
3488
3489
|
}
|
|
@@ -3633,6 +3634,7 @@ function LanguageSwitcher({
|
|
|
3633
3634
|
{
|
|
3634
3635
|
variant: "ghost",
|
|
3635
3636
|
size: "icon",
|
|
3637
|
+
"aria-label": defaultLabels2.language,
|
|
3636
3638
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
3637
3639
|
children: /* @__PURE__ */ jsx(Languages, { className: sizes.iconMini })
|
|
3638
3640
|
}
|