@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.cjs
CHANGED
|
@@ -3505,6 +3505,7 @@ function ThemeSwitcher({
|
|
|
3505
3505
|
/* @__PURE__ */ jsxRuntime.jsx(TooltipTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(DropdownMenuTrigger, { asChild: true, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
3506
3506
|
Button,
|
|
3507
3507
|
{
|
|
3508
|
+
"data-testid": "theme-switcher",
|
|
3508
3509
|
variant: "ghost",
|
|
3509
3510
|
size: "icon",
|
|
3510
3511
|
className: cn(sizes.buttonMini, shapeClass, className),
|
|
@@ -3533,6 +3534,7 @@ function ThemeSwitcher({
|
|
|
3533
3534
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3534
3535
|
"div",
|
|
3535
3536
|
{
|
|
3537
|
+
"data-testid": "theme-switcher",
|
|
3536
3538
|
className: cn(
|
|
3537
3539
|
"relative isolate flex bg-background ring-1 ring-border",
|
|
3538
3540
|
sizes.container,
|