spoko-design-system 1.37.2 → 1.37.4
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/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [1.37.4](https://github.com/polo-blue/sds/compare/v1.37.3...v1.37.4) (2026-03-26)
|
|
2
|
+
|
|
3
|
+
## [1.37.3](https://github.com/polo-blue/sds/compare/v1.37.2...v1.37.3) (2026-03-26)
|
|
4
|
+
|
|
1
5
|
## [1.37.2](https://github.com/polo-blue/sds/compare/v1.37.1...v1.37.2) (2026-03-26)
|
|
2
6
|
|
|
3
7
|
## [1.37.1](https://github.com/polo-blue/sds/compare/v1.37.0...v1.37.1) (2026-03-26)
|
package/package.json
CHANGED
|
@@ -30,12 +30,12 @@ const tooltipContent = getEngineTooltipContent(engine, translations);
|
|
|
30
30
|
.engine-code {
|
|
31
31
|
@apply inline-block mr-1;
|
|
32
32
|
@apply underline decoration-dotted underline-offset-4 py-0.5;
|
|
33
|
-
@apply decoration-neutral-light cursor-
|
|
33
|
+
@apply decoration-neutral-light cursor-pointer;
|
|
34
34
|
@apply transition-colors duration-200;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.engine-code:hover {
|
|
38
|
-
@apply
|
|
38
|
+
@apply text-black decoration-blue-darker;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/* Semantic Engine Code Colors */
|