@pixpilot/shadcn-ui 0.37.0 → 0.37.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.
@@ -37,7 +37,7 @@ const IconToggle = react.default.forwardRef(({ checked: controlledChecked, defau
37
37
  if (require_svg.isSvgMarkupString(icon)) return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
38
38
  "data-slot": "svg-mask",
39
39
  "aria-hidden": "true",
40
- className: "inline-block h-4 w-4",
40
+ className: "inline-block size-full",
41
41
  style: {
42
42
  backgroundColor: "currentColor",
43
43
  WebkitMaskImage: require_svg.svgMarkupToMaskUrl(icon),
@@ -33,7 +33,7 @@ const IconToggle = React.forwardRef(({ checked: controlledChecked, defaultChecke
33
33
  if (isSvgMarkupString(icon)) return /* @__PURE__ */ jsx("span", {
34
34
  "data-slot": "svg-mask",
35
35
  "aria-hidden": "true",
36
- className: "inline-block h-4 w-4",
36
+ className: "inline-block size-full",
37
37
  style: {
38
38
  backgroundColor: "currentColor",
39
39
  WebkitMaskImage: svgMarkupToMaskUrl(icon),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pixpilot/shadcn-ui",
3
3
  "type": "module",
4
- "version": "0.37.0",
4
+ "version": "0.37.1",
5
5
  "description": "Custom UI components and utilities built with shadcn/ui.",
6
6
  "author": "m.doaie <m.doaie@hotmail.com>",
7
7
  "license": "MIT",