@aarhus-university/au-designsystem-delphinus 0.43.2 → 0.43.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.
Files changed (28) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/build/changelog.html +14 -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/style/_sass-variables.scss +1 -0
  26. package/source/style/base/_forms.scss +32 -13
  27. package/source/style/module/_card.scss +5 -0
  28. package/source/style/module/_horizontal-scroll.scss +14 -10
package/CHANGELOG.md CHANGED
@@ -1,11 +1,30 @@
1
+ ## 0.43.4 (June 12, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ Updates design of [character count](https://delphinus.au.dk/form-character-count) for form fields.
5
+
6
+ ### Delphinus Projects Updates
7
+ #### Medarbejdere
8
+ Aligns design of pure editor with new character count style.
9
+
10
+
1
11
  ## 0.43.3 (June 9, 2023)
2
12
 
13
+ ### Core Delphinus Updates
14
+ Fixes alignment in header in `.horizontal-scroll--no-overflow`.
15
+
16
+ ### Delphinus Projects Updates
17
+ None
18
+
19
+
20
+ ## 0.43.2 (June 9, 2023)
21
+
3
22
  ### Core Delphinus Updates
4
23
  None
5
24
 
6
25
  ### Delphinus Projects Updates
7
- #### Pure
8
- Fixes issues with profile-header, switch in universe sites and mega menu z-index.
26
+ #### Typo 3
27
+ Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.
9
28
 
10
29
  ## 0.43.1 (May 26, 2023)
11
30
 
@@ -17,12 +17,23 @@ 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.4 (June 12, 2023)</h2>
21
+ <h3>Core Delphinus Updates</h3>
22
+ <p>Updates design of <a href="https://delphinus.au.dk/form-character-count">character count</a> for form fields.</p>
23
+ <h3>Delphinus Projects Updates</h3>
24
+ <h4>Medarbejdere</h4>
25
+ <p>Adjust design of pure editor with new character count style.</p>
26
+ <h2>0.43.3 (June 9, 2023)</h2>
27
+ <h3>Core Delphinus Updates</h3>
28
+ <p>Fixes alignment in header in <code>.horizontal-scroll--no-overflow</code>.</p>
29
+ <h3>Delphinus Projects Updates</h3>
30
+ <p>None</p>
31
+ <h2>0.43.2 (June 9, 2023)</h2>
21
32
  <h3>Core Delphinus Updates</h3>
22
33
  <p>None</p>
23
34
  <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>
35
+ <h4>Typo 3</h4>
36
+ <p>Fixes issues with profile-header, switch in universe sites and mega menu z-index for employee profiles.</p>
26
37
  <h2>0.43.1 (May 26, 2023)</h2>
27
38
  <h3>Core Delphinus Updates</h3>
28
39
  <p>None</p>