@klodd/ds 5.2.6 → 5.2.7

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.
@@ -8,8 +8,8 @@
8
8
  .brief-progress - pa /jobb/{id} nar bolagsanalys eller
9
9
  brevgenerering pagar (job_briefs)
10
10
 
11
- Samma visuella formspraket (6px-bar, 0.4s width-transition, accent-9-
12
- fill, sunken-track) men separata block-klasser sa de inte krockar
11
+ Samma visuella formspraket (6px-bar, 0.6s ease-in-out width-transition,
12
+ accent-9-fill, sunken-track) men separata block-klasser sa de inte krockar
13
13
  med varandra. Olika DOM-id:n och olika underlag (digest_runs vs
14
14
  job_briefs) - hade kunnat slas ihop till en .progress-bar med
15
15
  modifiers, men kept separata for tydligare BEM-block per use-case.
@@ -64,7 +64,7 @@
64
64
  height: 100%;
65
65
  background: var(--accent-9);
66
66
  border-radius: inherit;
67
- transition: width 0.4s ease;
67
+ transition: width 0.6s ease-in-out;
68
68
  }
69
69
 
70
70
  .pipeline-progress__sub {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klodd/ds",
3
- "version": "5.2.6",
3
+ "version": "5.2.7",
4
4
  "description": "Klodd shared design system - tokens, components, JS",
5
5
  "main": "css/index.css",
6
6
  "bin": {