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

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 (43) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/build/changelog.html +16 -1
  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 +2 -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 +2 -2
  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/icons.pug +1 -1
  21. package/source/projects/index.pug +1 -1
  22. package/source/projects/medarbejdere/markup/_pure-profile-editor.pug +35 -35
  23. package/source/projects/medarbejdere/pure-profile-editor-image.pug +22 -1
  24. package/source/projects/medarbejdere/pure-profile-editor-profile-text.pug +5 -5
  25. package/source/projects/medarbejdere/pure-profile-editor-teaching.pug +1 -1
  26. package/source/projects/medarbejdere/style.scss +1 -0
  27. package/source/projects/queue-it/index.pug +23 -0
  28. package/source/projects/queue-it/style/_au-style.scss +24 -4
  29. package/source/projects/queue-it/style/_overwrites.scss +0 -5
  30. package/source/projects/queue-it/waiting-room.pug +3 -0
  31. package/source/projects/typo3/employee-profiles/index.pug +7 -0
  32. package/source/projects/typo3/employee-profiles/mixins/_person-profile.pug +74 -64
  33. package/source/projects/typo3/employee-profiles/mixins/_profile-header.pug +2 -2
  34. package/source/projects/typo3/employee-profiles/person-profile-full-width-tap.pug +1 -1
  35. package/source/projects/typo3/employee-profiles/person-profile-full-width-texts.pug +14 -0
  36. package/source/projects/typo3/employee-profiles/person-profile-left-menu-texts.pug +15 -0
  37. package/source/projects/typo3/style/_person-profile-text.scss +54 -0
  38. package/source/projects/typo3/style/_profile-header.scss +2 -1
  39. package/source/projects/typo3/style/_typo3-overwrites.scss +12 -0
  40. package/source/projects/typo3/style.scss +1 -1
  41. package/source/style/_sass-variables.scss +3 -0
  42. package/source/style/module/_list-navigator.scss +1 -0
  43. package/source/projects/typo3/style/_person-profile.scss +0 -3
package/CHANGELOG.md CHANGED
@@ -1,7 +1,29 @@
1
+ ## 0.43.3 (June 9, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ None
5
+
6
+ ### Delphinus Projects Updates
7
+ #### Pure
8
+ Fixes issues with profile-header, switch in universe sites and mega menu z-index.
9
+
10
+ ## 0.43.1 (May 26, 2023)
11
+
12
+ ### Core Delphinus Updates
13
+ None
14
+
15
+ ### Delphinus Projects Updates
16
+ #### Queue-it
17
+ Fixes design of label in front of languge selector.
18
+
1
19
  ## 0.43.0 (May 25, 2023)
20
+
21
+ ### Core Delphinus Updates
2
22
  * Renames `set-colors-background-forground` mixin to `set-colors`.
3
23
  * Adds some intital documentation for [sass mixins, variables and functions](https://delphinus.au.dk/code/).
4
24
 
25
+ ### Delphinus Projects Updates
26
+ None
5
27
 
6
28
  ## 0.42.0 (April 27, 2023)
7
29
 
@@ -17,11 +17,26 @@ 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.0 (May 25, 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.3 (June 9, 2023)</h2>
21
+ <h3>Core Delphinus Updates</h3>
22
+ <p>None</p>
23
+ <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>
26
+ <h2>0.43.1 (May 26, 2023)</h2>
27
+ <h3>Core Delphinus Updates</h3>
28
+ <p>None</p>
29
+ <h3>Delphinus Projects Updates</h3>
30
+ <h4>Queue-it</h4>
31
+ <p>Fixes design of label in front of languge selector.</p>
32
+ <h2>0.43.0 (May 25, 2023)</h2>
33
+ <h3>Core Delphinus Updates</h3>
21
34
  <ul>
22
35
  <li>Renames <code>set-colors-background-forground</code> mixin to <code>set-colors</code>.</li>
23
36
  <li>Adds some intital documentation for <a href="https://delphinus.au.dk/code/">sass mixins, variables and functions</a>.</li>
24
37
  </ul>
38
+ <h3>Delphinus Projects Updates</h3>
39
+ <p>None</p>
25
40
  <h2>0.42.0 (April 27, 2023)</h2>
26
41
  <h3>Core Delphinus Updates</h3>
27
42
  <ul>