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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "1.37.2",
3
+ "version": "1.37.4",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./index.ts",
@@ -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-default;
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 decoration-blue-darker dark:decoration-blue-light;
38
+ @apply text-black decoration-blue-darker;
39
39
  }
40
40
 
41
41
  /* Semantic Engine Code Colors */
@@ -13,7 +13,7 @@
13
13
  z-index: 9999;
14
14
  background-color: #ffffff;
15
15
  color: #1e293b; /* slate-darkest */
16
- font-size: 0.75rem;
16
+ font-size: 0.875rem;
17
17
  line-height: 1.5;
18
18
  border-radius: 2px;
19
19
  box-shadow: