@aarhus-university/au-designsystem-delphinus 0.43.8 → 0.44.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.
Files changed (39) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/build/changelog.html +11 -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 +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/components/receipt.pug +5 -1
  21. package/source/markup/form-character-count.pug +11 -1
  22. package/source/markup/form-textarea-autoexpand.pug +53 -0
  23. package/source/markup/icons.pug +1 -1
  24. package/source/markup/partials/mixins/_form-field.pug +14 -4
  25. package/source/markup/partials/mixins/_receipt.pug +2 -2
  26. package/source/markup/partials/mixins-demo/_nav-form.pug +1 -0
  27. package/source/projects/medarbejdere/index.pug +6 -4
  28. package/source/projects/medarbejdere/markup/_pure-editor-forms.pug +53 -3
  29. package/source/projects/medarbejdere/markup/_pure-profile-editor.pug +33 -39
  30. package/source/projects/medarbejdere/pure-profile-editor-cv.pug +0 -2
  31. package/source/projects/medarbejdere/{pure-profile-editor-teaching.pug → pure-profile-editor-free-form-text.pug} +2 -2
  32. package/source/projects/medarbejdere/pure-profile-editor-image-receipt.pug +14 -0
  33. package/source/projects/medarbejdere/pure-profile-editor-image.pug +2 -2
  34. package/source/projects/medarbejdere/pure-profile-editor-subject-areas.pug +1 -8
  35. package/source/projects/medarbejdere/style.scss +5 -4
  36. package/source/style/_sass-variables.scss +1 -0
  37. package/source/style/base/_forms.scss +26 -0
  38. package/source/style/module/_receipt.scss +15 -1
  39. package/source/projects/medarbejdere/pure-profile-editor-profile-text.pug +0 -37
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.44.0 (June 19, 2023)
2
+
3
+ ### Core Delphinus Updates
4
+ Adds [autoexpanding textarea](https://delphinus.au.dk/form-textarea-autoexpand) for form fields.
5
+
6
+ ### Delphinus Projects Updates
7
+ None
8
+
9
+
10
+ ## 0.43.9 (June 19, 2023)
11
+
12
+ ### Core Delphinus Updates
13
+ [Receipt component](https://delphinus.au.dk/components/receipt) now supports an attention state, as alternative to the default confirm state, and it also supports setting a custom icon.
14
+
15
+ ### Delphinus Projects Updates
16
+ None
17
+
18
+
1
19
  ## 0.43.8 (June 16, 2023)
2
20
 
3
21
  ### Core Delphinus Updates
@@ -17,7 +17,17 @@ 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.8 (June 16, 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.44.0 (June 19, 2023)</h2>
21
+ <h3>Core Delphinus Updates</h3>
22
+ <p>Adds <a href="https://delphinus.au.dk/form-textarea-autoexpand">autoexpanding textarea for form fields</a>.</p>
23
+ <h3>Delphinus Projects Updates</h3>
24
+ <p>None</p>
25
+ <h2>0.43.9 (June 19, 2023)</h2>
26
+ <h3>Core Delphinus Updates</h3>
27
+ <p><a href="https://delphinus.au.dk/components/receipt">Receipt component</a> now supports an attention state, as alternative to the default confirm state, and it also supports setting a custom icon.</p>
28
+ <h3>Delphinus Projects Updates</h3>
29
+ <p>None</p>
30
+ <h2>0.43.8 (June 16, 2023)</h2>
21
31
  <h3>Core Delphinus Updates</h3>
22
32
  <p>None</p>
23
33
  <h3>Delphinus Projects Updates</h3>