@midas-ds/theme 3.0.1 โ†’ 3.1.0

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,26 @@
1
+ ## 3.1.0 (2025-10-10)
2
+
3
+ ### ๐Ÿš€ Features
4
+
5
+ - **theme:** update tokens to DTCG compliant standard, add transform to Style Dictionary ([28fc1cd5d4](https://github.com/migrationsverket/midas/commit/28fc1cd5d4))
6
+ - **theme:** add new spacing variables ([fc283182b6](https://github.com/migrationsverket/midas/commit/fc283182b6))
7
+ - **theme:** update values for button tertiary|icon : hover ([8de36f8270](https://github.com/migrationsverket/midas/commit/8de36f8270))
8
+
9
+ ### ๐Ÿฉน Fixes
10
+
11
+ - style fixes for forced colors mode ([caca6865c0](https://github.com/migrationsverket/midas/commit/caca6865c0))
12
+ - **theme:** update size for line-height-100 ([6cb4616889](https://github.com/migrationsverket/midas/commit/6cb4616889))
13
+ - **theme:** update size for font-size-70 ([b3635de50c](https://github.com/migrationsverket/midas/commit/b3635de50c))
14
+ - **accordion-item:** fix keyboard-focus/animation/hover bug in accordion-item ([a3663f64bb](https://github.com/migrationsverket/midas/commit/a3663f64bb))
15
+
16
+ ### ๐Ÿญ Refactoring
17
+
18
+ - **theme:** break out buttons from object-values.json ([485b33b195](https://github.com/migrationsverket/midas/commit/485b33b195))
19
+
20
+ ### ๐Ÿงช Tests updated
21
+
22
+ - **theme:** include lint/test of tokens for DTCG compliance ([abeffcd3d2](https://github.com/migrationsverket/midas/commit/abeffcd3d2))
23
+
1
24
  ## 3.0.1 (2025-09-26)
2
25
 
3
26
  ### ๐Ÿฉน Fixes