@aarhus-university/au-designsystem-delphinus 0.41.2 → 0.42.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.
- package/CHANGELOG.md +18 -0
- 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/queue-it/style.css +1 -1
- package/build/projects/queue-it/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/components/processing-state.pug +4 -1
- package/source/projects/queue-it/style/_au-style.scss +3 -1
- package/source/projects/typo3/employee-profiles/index.pug +2 -0
- package/source/projects/typo3/employee-profiles/mixins/_person-profile.pug +21 -6
- package/source/projects/typo3/employee-profiles/person-profile-full-width-processing.pug +8 -0
- package/source/projects/typo3/style/_profile-header.scss +1 -0
- package/source/style/module/_processing-state.scss +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 0.42.0 (April 27, 2023)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Adds an init state for cards in [procesing state component](https://delphinus.au.dk/components/processing-state).
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
#### Typo3
|
|
8
|
+
* Fixes alignment in contact toogle on profileheader.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## 0.41.3 (April 25, 2023)
|
|
12
|
+
|
|
13
|
+
### Core Delphinus Updates
|
|
14
|
+
None
|
|
15
|
+
|
|
16
|
+
### Delphinus Projects Updates
|
|
17
|
+
Fixes for Queue-it theme
|
|
18
|
+
|
|
1
19
|
## 0.41.2 (April 24, 2023)
|
|
2
20
|
|
|
3
21
|
### Core Delphinus Updates
|
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.
|
|
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.42.0 (April 27, 2023)</h2>
|
|
21
|
+
<h3>Core Delphinus Updates</h3>
|
|
22
|
+
<ul>
|
|
23
|
+
<li>Adds an init state for cards in <a href="https://delphinus.au.dk/components/processing-state">procesing state component</a>.</li>
|
|
24
|
+
</ul>
|
|
25
|
+
<h3>Delphinus Projects Updates</h3>
|
|
26
|
+
<h4>Typo3</h4>
|
|
27
|
+
<ul>
|
|
28
|
+
<li>Fixes alignment in contact toogle on profileheader.</li>
|
|
29
|
+
</ul>
|
|
30
|
+
<h2>0.41.3 (April 25, 2023)</h2>
|
|
31
|
+
<h3>Core Delphinus Updates</h3>
|
|
32
|
+
<p>None</p>
|
|
33
|
+
<h3>Delphinus Projects Updates</h3>
|
|
34
|
+
<p>Fixes for Queue-it theme</p>
|
|
35
|
+
<h2>0.41.2 (April 24, 2023)</h2>
|
|
21
36
|
<h3>Core Delphinus Updates</h3>
|
|
22
37
|
<p>None</p>
|
|
23
38
|
<h3>Delphinus Projects Updates</h3>
|