@sofya-ds/react 1.1.11 → 1.1.12

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 CHANGED
@@ -2083,7 +2083,7 @@ var DialogContent = React10.forwardRef(
2083
2083
  size: "icon",
2084
2084
  "aria-label": "Close",
2085
2085
  leftIcon: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { name: "x", size: 18 }),
2086
- className: "absolute right-4 top-4 z-10 rounded-full text-muted-foreground hover:text-foreground"
2086
+ className: "absolute right-4 top-4 z-10 h-11 w-11 rounded-full bg-background text-muted-foreground hover:bg-muted hover:text-foreground"
2087
2087
  }
2088
2088
  ) }) : null
2089
2089
  ]
package/dist/index.js CHANGED
@@ -1887,7 +1887,7 @@ var DialogContent = React10.forwardRef(
1887
1887
  size: "icon",
1888
1888
  "aria-label": "Close",
1889
1889
  leftIcon: /* @__PURE__ */ jsx12(Icon, { name: "x", size: 18 }),
1890
- className: "absolute right-4 top-4 z-10 rounded-full text-muted-foreground hover:text-foreground"
1890
+ className: "absolute right-4 top-4 z-10 h-11 w-11 rounded-full bg-background text-muted-foreground hover:bg-muted hover:text-foreground"
1891
1891
  }
1892
1892
  ) }) : null
1893
1893
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofya-ds/react",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Sofya React design system with official brand tokens, provider and UI components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -58,7 +58,7 @@
58
58
  "motion": "^12.38.0",
59
59
  "sonner": "^2.0.7",
60
60
  "tailwind-merge": "^3.5.0",
61
- "@sofya-ds/tokens": "1.1.11"
61
+ "@sofya-ds/tokens": "1.1.12"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@testing-library/jest-dom": "^6.9.1",