@sofya-ds/react 1.1.12 → 1.1.13
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 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -2079,11 +2079,11 @@ var DialogContent = React10.forwardRef(
|
|
|
2079
2079
|
Button,
|
|
2080
2080
|
{
|
|
2081
2081
|
type: "button",
|
|
2082
|
-
variant: "
|
|
2082
|
+
variant: "ghost",
|
|
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
|
|
2086
|
+
className: "absolute right-4 top-4 z-10 text-muted-foreground hover:text-foreground"
|
|
2087
2087
|
}
|
|
2088
2088
|
) }) : null
|
|
2089
2089
|
]
|
package/dist/index.js
CHANGED
|
@@ -1883,11 +1883,11 @@ var DialogContent = React10.forwardRef(
|
|
|
1883
1883
|
Button,
|
|
1884
1884
|
{
|
|
1885
1885
|
type: "button",
|
|
1886
|
-
variant: "
|
|
1886
|
+
variant: "ghost",
|
|
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
|
|
1890
|
+
className: "absolute right-4 top-4 z-10 text-muted-foreground 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.
|
|
3
|
+
"version": "1.1.13",
|
|
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.
|
|
61
|
+
"@sofya-ds/tokens": "1.1.13"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@testing-library/jest-dom": "^6.9.1",
|