@janovix/blocks 1.2.0-rc.19 → 1.2.0-rc.20
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
|
@@ -3477,6 +3477,7 @@ function ThemeSwitcher({
|
|
|
3477
3477
|
/* @__PURE__ */ jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsx(DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsx(
|
|
3478
3478
|
Button,
|
|
3479
3479
|
{
|
|
3480
|
+
"data-testid": "theme-switcher",
|
|
3480
3481
|
variant: "ghost",
|
|
3481
3482
|
size: "icon",
|
|
3482
3483
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
@@ -3505,6 +3506,7 @@ function ThemeSwitcher({
|
|
|
3505
3506
|
return /* @__PURE__ */ jsx(
|
|
3506
3507
|
"div",
|
|
3507
3508
|
{
|
|
3509
|
+
"data-testid": "theme-switcher",
|
|
3508
3510
|
className: cn(
|
|
3509
3511
|
"relative isolate flex bg-background ring-1 ring-border",
|
|
3510
3512
|
sizes.container,
|