@aarhus-university/au-designsystem-delphinus 0.40.2 → 0.41.1
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 +10 -2
- package/build/projects/bachelor-applications/style.css +1 -1
- package/build/projects/bachelor-applications/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 +2 -2
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/projects/typo3/news-events/_news-story.pug +4 -1
- package/source/projects/typo3/news-events/index.pug +1 -8
- package/source/projects/typo3/news-events/omnibus-article-content-elements.pug +2 -3
- package/source/projects/typo3/news-events/omnibus-article-full-width.pug +3 -3
- package/source/projects/typo3/style/_news-event.scss +82 -3
- package/source/projects/typo3/style/_news-related.scss +24 -1
- package/source/projects/typo3/style/_omnibus-font.scss +23 -49
- package/source/projects/typo3/style/_typo3-sass-variables.scss +7 -0
- package/source/projects/typo3/style.scss +4 -4
- package/source/style/module/_toolbar.scss +10 -4
- package/source/projects/typo3/news-events/omnibus-article-content-elements2.pug +0 -336
- package/source/projects/typo3/news-events/omnibus-article.pug +0 -391
- package/source/projects/typo3/news-events/omnibus-home-wide-image.pug +0 -510
- package/source/projects/typo3/news-events/omnibus-home.pug +0 -491
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 0.41.1 (April 11, 2023)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Fine tunings for page-overlay for toolbar filter introduced in 0.40.2. The filter buttons now sits above the page-overlay, so that you can open a new filter without first closing the open one.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
None
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 0.41.0 (April 11, 2023)
|
|
11
|
+
|
|
12
|
+
### Core Delphinus Updates
|
|
13
|
+
None
|
|
14
|
+
|
|
15
|
+
### Delphinus Projects Updates
|
|
16
|
+
#### Typo3
|
|
17
|
+
* Adds new colors, fonts and styles for Omnibus news.
|
|
18
|
+
|
|
1
19
|
## 0.40.2 (March 31, 2023)
|
|
2
20
|
|
|
3
21
|
### Core Delphinus Updates
|
package/build/changelog.html
CHANGED
|
@@ -17,14 +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.41.0 (April 11, 2023)</h2>
|
|
21
|
+
<h3>Core Delphinus Updates</h3>
|
|
22
|
+
<p>None</p>
|
|
23
|
+
<h3>Delphinus Projects Updates</h3>
|
|
24
|
+
<h4>Typo3</h4>
|
|
25
|
+
<ul>
|
|
26
|
+
<li>Adds new colors, fonts and styles for Omnibus news.</li>
|
|
27
|
+
</ul>
|
|
28
|
+
<h2>0.40.2 (March 31, 2023)</h2>
|
|
21
29
|
<h3>Core Delphinus Updates</h3>
|
|
22
30
|
<ul>
|
|
23
31
|
<li>Adds a page overlay for toolbar filters, that can be used for handleling clicks outside the popout.</li>
|
|
24
32
|
</ul>
|
|
25
33
|
<h3>Delphinus Projects Updates</h3>
|
|
26
34
|
<p>None</p>
|
|
27
|
-
<h2>0.40.1 (March
|
|
35
|
+
<h2>0.40.1 (March 31, 2023)</h2>
|
|
28
36
|
<h3>Core Delphinus Updates</h3>
|
|
29
37
|
<ul>
|
|
30
38
|
<li>Fix vertical margin on <code>.fieldset--section</code></li>
|