@aarhus-university/au-designsystem-delphinus 0.43.2 → 0.43.5

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +30 -2
  2. package/build/changelog.html +19 -3
  3. package/build/projects/bachelor-applications/style.css +1 -1
  4. package/build/projects/bachelor-applications/style.css.map +1 -1
  5. package/build/projects/brightspace/style.css +1 -1
  6. package/build/projects/brightspace/style.css.map +1 -1
  7. package/build/projects/course-catalogue/style.css +1 -1
  8. package/build/projects/course-catalogue/style.css.map +1 -1
  9. package/build/projects/medarbejdere/style.css +1 -1
  10. package/build/projects/medarbejdere/style.css.map +1 -1
  11. package/build/projects/mitstudie/style.css +1 -1
  12. package/build/projects/mitstudie/style.css.map +1 -1
  13. package/build/projects/queue-it/style.css +1 -1
  14. package/build/projects/queue-it/style.css.map +1 -1
  15. package/build/projects/typo3/style.css +1 -1
  16. package/build/projects/typo3/style.css.map +1 -1
  17. package/build/style.css +1 -1
  18. package/build/style.css.map +1 -1
  19. package/package.json +1 -1
  20. package/source/markup/partials/mixins/_form-field.pug +2 -2
  21. package/source/projects/medarbejdere/pure-profile-editor-profile-text.pug +2 -2
  22. package/source/projects/medarbejdere/style/_pure-profile-editor-form.scss +1 -1
  23. package/source/projects/typo3/employee-profiles/mixins/_person-profile.pug +1 -1
  24. package/source/projects/typo3/employee-profiles/mixins/_pure-cards.pug +12 -9
  25. package/source/projects/typo3/style/_typo3-delphinus-component-fixes.scss +6 -0
  26. package/source/style/_sass-variables.scss +1 -0
  27. package/source/style/base/_forms.scss +32 -13
  28. package/source/style/module/_card.scss +5 -0
  29. package/source/style/module/_horizontal-scroll.scss +36 -17
package/CHANGELOG.md CHANGED
@@ -1,11 +1,39 @@
1
+ ## 0.43.5 (June 12, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ Fixes alignment of `.link--arrow` and the heading in headers of the [horizontal scroll component](http://delphinus.au.dk/components/horizontal-scroll).
5
+
6
+ ### Delphinus Projects Updates
7
+ None
8
+
9
+
10
+ ## 0.43.4 (June 12, 2023)
11
+
12
+ ### Core Delphinus Updates
13
+ Updates design of [character count](https://delphinus.au.dk/form-character-count) for form fields.
14
+
15
+ ### Delphinus Projects Updates
16
+ #### Medarbejdere
17
+ Aligns design of pure editor with new character count style.
18
+
19
+
1
20
  ## 0.43.3 (June 9, 2023)
2
21
 
22
+ ### Core Delphinus Updates
23
+ Fixes alignment in header in `.horizontal-scroll--no-overflow`.
24
+
25
+ ### Delphinus Projects Updates
26
+ None
27
+
28
+
29
+ ## 0.43.2 (June 9, 2023)
30
+
3
31
  ### Core Delphinus Updates
4
32
  None
5
33
 
6
34
  ### Delphinus Projects Updates
7
- #### Pure
8
- Fixes issues with profile-header, switch in universe sites and mega menu z-index.
35
+ #### Typo 3
36
+ Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.
9
37
 
10
38
  ## 0.43.1 (May 26, 2023)
11
39
 
@@ -17,12 +17,28 @@ a(href="/components" class= active_nav_item=="components" ? "nav__item--active"
17
17
  a(href="/atom-fonts.html" class= active_nav_item=="atoms" ? "nav__item--active" : "").nav__item Atoms
18
18
  a(href="/code.html" class= active_nav_item=="code" ? "nav__item--active" : "").nav__item Code
19
19
  a(href="/projects" class= active_nav_item=="projects" ? "nav__item--active" : "").nav__item Projects
20
- a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.43.3 (June 9, 2023)</h2>
20
+ a(href="/changelog.html" class= active_nav_item=="changelog" ? "nav__item--active" : "").nav__item Changelog--><!--button(title="Show full menu" aria-label="Show full menu" aria-haspopup="true" aria-expanded="false" aria-controls="nav-items-global").nav__toggle Menu--></div></nav></header><main class="page__content theme--normal" id="content"><div class="page__content__block"><h1> <strong>Changelog</strong></h1><div class="changelog"><h2>0.43.5 (June 12, 2023)</h2>
21
+ <h3>Core Delphinus Updates</h3>
22
+ <p>Fixes alignment of <code>.link--arrow</code> and the heading in headers of the <a href="http://delphinus.au.dk/components/horizontal-scroll">horizontal scroll component</a>.</p>
23
+ <h3>Delphinus Projects Updates</h3>
24
+ <p>None</p>
25
+ <h2>0.43.4 (June 12, 2023)</h2>
26
+ <h3>Core Delphinus Updates</h3>
27
+ <p>Updates design of <a href="https://delphinus.au.dk/form-character-count">character count</a> for form fields.</p>
28
+ <h3>Delphinus Projects Updates</h3>
29
+ <h4>Medarbejdere</h4>
30
+ <p>Aligns design of pure editor with new character count style.</p>
31
+ <h2>0.43.3 (June 9, 2023)</h2>
32
+ <h3>Core Delphinus Updates</h3>
33
+ <p>Fixes alignment in header in <code>.horizontal-scroll--no-overflow</code>.</p>
34
+ <h3>Delphinus Projects Updates</h3>
35
+ <p>None</p>
36
+ <h2>0.43.2 (June 9, 2023)</h2>
21
37
  <h3>Core Delphinus Updates</h3>
22
38
  <p>None</p>
23
39
  <h3>Delphinus Projects Updates</h3>
24
- <h4>Pure</h4>
25
- <p>Fixes issues with profile-header, switch in universe sites and mega menu z-index.</p>
40
+ <h4>Typo 3</h4>
41
+ <p>Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.</p>
26
42
  <h2>0.43.1 (May 26, 2023)</h2>
27
43
  <h3>Core Delphinus Updates</h3>
28
44
  <p>None</p>