@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 CHANGED
@@ -1,9 +1,11 @@
1
- ## 1.7.7 (June 13, 2024)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",