@aarhus-university/au-designsystem-delphinus 0.29.0 → 0.30.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 +29 -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/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 +6 -1
- package/build/projects/typo3/js/typo3.js +2 -47
- 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/projects/mitstudie/style.scss +5 -0
- package/source/projects/typo3/_news-story.pug +6 -2
- package/source/style/base/_text.scss +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,32 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.30.2 (July 25, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
Removed border on `.text--callout`.
|
|
5
|
+
|
|
6
|
+
### Delphinus Projects Updates
|
|
7
|
+
Typo3: Callout on old articles.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
## 0.30.1 (July 19, 2022)
|
|
11
|
+
|
|
12
|
+
### Core Delphinus Updates
|
|
13
|
+
None - build only.
|
|
14
|
+
|
|
15
|
+
### Delphinus Projects Updates
|
|
16
|
+
None
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 0.30.0 (July 19, 2022)
|
|
20
|
+
|
|
21
|
+
### Core Delphinus Updates
|
|
22
|
+
None
|
|
23
|
+
|
|
24
|
+
### Delphinus Projects Updates
|
|
25
|
+
#### Mit Studie
|
|
26
|
+
* Added missing modules (e.g. pre-header) to styles.
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 0.29.0 (June 27, 2022)
|
|
2
30
|
|
|
3
31
|
### Core Delphinus Updates
|
|
4
32
|
* Real estate optimizations for `.nav` component. When used elsewhere, than in site header, the `.nav` component no longer has any whitespace at top. If you use `.tabbed-content` in your design or `.nav` in a `.page__content__block` please check that there is still sufficient whitespace above it.
|