@salesforcedevs/dx-components 1.3.354 → 1.3.356
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/dx-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.356",
|
|
4
4
|
"description": "DX Lightning web components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"volta": {
|
|
47
47
|
"node": "18.18.0"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "05824ad8bbc6c2fa350149baf24b8f48d0af32a8"
|
|
50
50
|
}
|
|
@@ -171,7 +171,7 @@ a.dx-card-base:hover a.dx-card-base_borderless-image_link {
|
|
|
171
171
|
dx-card-title:hover,
|
|
172
172
|
.dx-card-base_link-hovered dx-card-title,
|
|
173
173
|
a.dx-card-base:hover dx-card-title {
|
|
174
|
-
--dx-c-card-title-color: var(--dx-
|
|
174
|
+
--dx-c-card-title-color: var(--dx-card-title-hover-color);
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
/* Line Limits */
|