@snapcall/design-system 1.26.5 → 1.26.6
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.
|
@@ -154,7 +154,7 @@ var DialogContent = React.forwardRef(
|
|
|
154
154
|
children: [
|
|
155
155
|
children,
|
|
156
156
|
showClose && /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(DialogPrimitive.Close, { className: "absolute right-4 top-4 flex items-center justify-center bg-gray-50 hover:bg-gray-100 rounded-lg p-2! transition-colors", children: [
|
|
157
|
-
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(XCloseIcon, { className: "w-3 h-3" }),
|
|
157
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(XCloseIcon, { className: "w-3 h-3 text-black" }),
|
|
158
158
|
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)("span", { className: "sr-only", children: "Close" })
|
|
159
159
|
] })
|
|
160
160
|
]
|
|
@@ -51,7 +51,7 @@ var DialogContent = React.forwardRef(
|
|
|
51
51
|
children: [
|
|
52
52
|
children,
|
|
53
53
|
showClose && /* @__PURE__ */ jsxs(DialogPrimitive.Close, { className: "absolute right-4 top-4 flex items-center justify-center bg-gray-50 hover:bg-gray-100 rounded-lg p-2! transition-colors", children: [
|
|
54
|
-
/* @__PURE__ */ jsx(XCloseIcon, { className: "w-3 h-3" }),
|
|
54
|
+
/* @__PURE__ */ jsx(XCloseIcon, { className: "w-3 h-3 text-black" }),
|
|
55
55
|
/* @__PURE__ */ jsx("span", { className: "sr-only", children: "Close" })
|
|
56
56
|
] })
|
|
57
57
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snapcall/design-system",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.6",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"@types/react": "^19.2.14",
|
|
102
102
|
"@types/react-dom": "^19.2.3",
|
|
103
103
|
"@vitejs/plugin-react": "^5.1.4",
|
|
104
|
-
"concurrently": "^
|
|
104
|
+
"concurrently": "^10.0.3",
|
|
105
105
|
"date-fns": "^4.1.0",
|
|
106
106
|
"eslint": "^9.39.2",
|
|
107
107
|
"eslint-config-prettier": "^10.1.8",
|