@aarhus-university/au-designsystem-delphinus 1.4.3 → 1.4.4

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,3 +1,12 @@
1
+ ## 1.4.4 (April 10, 2024)
2
+ ### Core Delphinus Updates
3
+ Added the following [layouts](https://delphinus.au.dk/layout-row).
4
+ * 2 columns
5
+ * 3 columms
6
+ * 4 columms
7
+ * 2-1 layout
8
+ * 1-2 layout
9
+
1
10
  ## 1.4.3 (March 26, 2024)
2
11
  ### Core Delphinus Updates
3
12
  * Added 1-2-1 [layout](https://delphinus.au.dk/layout-row), that divides 3 row item with a 25%, 50% and 25% distribution.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aarhus-university/au-designsystem-delphinus",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "start": "concurrently \"npm run nodemon\" \"npm run sass\" \"npm run build\"",