@aarhus-university/au-designsystem-delphinus 0.40.0 → 0.40.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.
- package/CHANGELOG.md +18 -1
- package/build/changelog.html +16 -1
- package/build/projects/bachelor-applications/style.css +1 -1
- package/build/projects/bachelor-applications/style.css.map +1 -1
- package/build/projects/brightspace/style.css +1 -1
- package/build/projects/brightspace/style.css.map +1 -1
- package/build/projects/course-catalogue/style.css +1 -1
- package/build/projects/course-catalogue/style.css.map +1 -1
- package/build/projects/medarbejdere/style.css +1 -1
- package/build/projects/medarbejdere/style.css.map +1 -1
- package/build/projects/mitstudie/style.css +1 -1
- package/build/projects/mitstudie/style.css.map +1 -1
- package/build/projects/typo3/style.css +1 -1
- package/build/projects/typo3/style.css.map +1 -1
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/markup/form-file-upload.pug +2 -2
- package/source/markup/form-invalid.pug +10 -1
- package/source/markup/form.pug +7 -21
- package/source/markup/partials/mixins/_form-field.pug +16 -16
- package/source/markup/partials/mixins/_toolbar-filter.pug +2 -1
- package/source/markup/partials/mixins-demo/_form-fields-demo.pug +52 -32
- package/source/projects/mitstudie/applications-credit-transfer-step1.pug +7 -0
- package/source/projects/mitstudie/applications-credit-transfer-step2.pug +5 -3
- package/source/projects/mitstudie/applications-credit-transfer-step4.pug +24 -1
- package/source/projects/mitstudie/applications-credit-transfer-step6.pug +4 -4
- package/source/projects/mitstudie/markup/_applications-stepper.pug +14 -7
- package/source/style/base/_forms.scss +8 -1
- package/source/style/module/_tags.scss +1 -1
- package/source/style/module/_toolbar.scss +13 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
|
-
## 0.40.
|
|
1
|
+
## 0.40.2 (March 31, 2023)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
None
|
|
8
|
+
|
|
2
9
|
|
|
10
|
+
## 0.40.1 (March 31, 2023)
|
|
11
|
+
|
|
12
|
+
### Core Delphinus Updates
|
|
13
|
+
* Fix vertical margin on `.fieldset--section`
|
|
14
|
+
* Fix background color on tags on background-secondary (Bug introdcued in 0.39.0).
|
|
15
|
+
|
|
16
|
+
### Delphinus Projects Updates
|
|
17
|
+
None
|
|
18
|
+
|
|
19
|
+
## 0.40.0 (March 28, 2023)
|
|
3
20
|
### Core Delphinus Updates
|
|
4
21
|
* **CHANGED MARKUP:** [Stepper component](https://delphinus.au.dk/components/stepper) now needs an h1 for screenreaders and a wrapper around the step list.
|
|
5
22
|
* Option to add an icon to final step in [Stepper component](https://delphinus.au.dk/components/stepper).
|
package/build/changelog.html
CHANGED
|
@@ -17,7 +17,22 @@ 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.40.
|
|
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.40.2 (March 28, 2023)</h2>
|
|
21
|
+
<h3>Core Delphinus Updates</h3>
|
|
22
|
+
<ul>
|
|
23
|
+
<li>Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<h3>Delphinus Projects Updates</h3>
|
|
26
|
+
<p>None</p>
|
|
27
|
+
<h2>0.40.1 (March 28, 2023)</h2>
|
|
28
|
+
<h3>Core Delphinus Updates</h3>
|
|
29
|
+
<ul>
|
|
30
|
+
<li>Fix vertical margin on <code>.fieldset--section</code></li>
|
|
31
|
+
<li>Fix background color on tags on background-secondary (Bug introdcued in 0.39.0).</li>
|
|
32
|
+
</ul>
|
|
33
|
+
<h3>Delphinus Projects Updates</h3>
|
|
34
|
+
<p>None</p>
|
|
35
|
+
<h2>0.40.0 (March 28, 2023)</h2>
|
|
21
36
|
<h3>Core Delphinus Updates</h3>
|
|
22
37
|
<ul>
|
|
23
38
|
<li><strong>CHANGED MARKUP:</strong> <a href="https://delphinus.au.dk/components/stepper">Stepper component</a> now needs an h1 for screenreaders and a wrapper around the step list.</li>
|