@aarhus-university/au-designsystem-delphinus 1.7.7 → 1.7.8
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 +3 -1
- package/package.json +1 -1
- package/public/projects/bachelor-applications/style.css +1 -1
- package/public/projects/brightspace/style.css +1 -1
- package/public/projects/config-tools/style.css +1 -1
- package/public/projects/course-catalogue/style.css +1 -1
- package/public/projects/medarbejdere/style.css +1 -1
- package/public/projects/mitstudie/style.css +1 -1
- package/public/projects/omnibus/js/app.js +14 -14
- package/public/projects/omnibus/js/app.js.map +7 -7
- package/public/projects/omnibus/style.css +1 -1
- package/public/projects/queue-it/style.css +1 -1
- package/public/projects/typo3/style.css +1 -1
- package/public/style.css +1 -1
- package/source/markup/buttons.pug +0 -3
- package/source/style/base/_buttons.scss +0 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
## 1.7.7 (
|
|
1
|
+
## 1.7.7 - 1.7.8 (July 2, 2024)
|
|
2
2
|
### Core Delphinus Updates
|
|
3
3
|
Buttons in a button container can now be placed to the left, center or right using the following modifers:
|
|
4
4
|
* button-container--left
|
|
5
5
|
* button-container--centered
|
|
6
6
|
* button-container--right
|
|
7
|
+
### Delphinus Projects Updates
|
|
8
|
+
Simpliyfing and refactoring of javascript code
|
|
7
9
|
|
|
8
10
|
## 1.7.6 (June 13, 2024)
|
|
9
11
|
### Delphinus Projects Updates
|