@mercury-fx/ui 2.4.0 → 2.4.2
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/mercury-ui.css +1 -1
- package/package.json +5 -5
- package/src/styles/additions.css +1 -1
- package/src/styles/tokens.css +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mercury-fx/ui",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.2",
|
|
4
4
|
"description": "Mercury Design System — React component library (token-driven, className components).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"./tokens.css": "./src/styles/tokens.css"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@mercury-fx/core": "2.4.
|
|
36
|
+
"@mercury-fx/core": "2.4.2"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": ">=18",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"@types/react": "^19",
|
|
45
45
|
"csstype": "^3.1.3",
|
|
46
46
|
"@types/react-dom": "^19",
|
|
47
|
-
"@vitejs/plugin-react": "^4.
|
|
48
|
-
"react": "^19",
|
|
49
|
-
"react-dom": "^19",
|
|
47
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
48
|
+
"react": "^19.2.7",
|
|
49
|
+
"react-dom": "^19.2.7",
|
|
50
50
|
"typescript": "~5.9.3",
|
|
51
51
|
"vite": "^7"
|
|
52
52
|
},
|
package/src/styles/additions.css
CHANGED
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
.mx-callout--negative .mx-callout__icon, .mx-callout--negative .mx-callout__title { color: rgb(var(--fg-negative)); }
|
|
286
286
|
.mx-callout--discovery .mx-callout__icon, .mx-callout--discovery .mx-callout__title { color: rgb(var(--fg-discovery)); }
|
|
287
287
|
/* variant soft — tinted fill from the intent -subtle family */
|
|
288
|
-
.mx-callout--soft.mx-callout--info { background:
|
|
288
|
+
.mx-callout--soft.mx-callout--info { background: none; }
|
|
289
289
|
.mx-callout--soft.mx-callout--brand { background: rgb(var(--bg-brand-subtle)); }
|
|
290
290
|
.mx-callout--soft.mx-callout--positive { background: rgb(var(--bg-positive-subtle)); }
|
|
291
291
|
.mx-callout--soft.mx-callout--caution { background: rgb(var(--bg-caution-subtle)); }
|
package/src/styles/tokens.css
CHANGED
|
@@ -306,6 +306,7 @@
|
|
|
306
306
|
--red-3: 61 25 30; --red-11: 255 125 133;
|
|
307
307
|
--orange-3: 63 36 17; --orange-11: 255 160 87;
|
|
308
308
|
--plum-3: 58 29 65; --plum-11: 211 131 228;
|
|
309
|
+
--indigo-3: 26 40 84; /* info-subtle: the missing dark override (fell back to the light near-white) */
|
|
309
310
|
|
|
310
311
|
--slate-1: 17 17 19;
|
|
311
312
|
--slate-2: 24 25 27;
|