@aarhus-university/au-designsystem-delphinus 0.26.4 → 0.26.6
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 +14 -1
- package/build/figma-tokens/breakpoint-styles.json +911 -907
- package/build/figma-tokens/design-file.json +8 -0
- package/build/figma-tokens/design-system.json +8 -0
- 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 +1 -1
- package/build/projects/typo3/js/typo3.js +47 -2
- package/build/style.css +1 -1
- package/build/style.css.map +1 -1
- package/package.json +1 -1
- package/source/figma-tokens/spacing.json +4 -0
- package/source/figma-tokens/typography-fonts.json +4 -0
- package/source/js/components/modal-view.ts +4 -2
- package/source/js/components/nav.ts +22 -8
- package/source/js/components/selection-list.ts +7 -4
- package/source/js/components/toolbar.ts +5 -2
- package/source/markup/navigation.pug +0 -13
- package/source/style/module/_nav.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
|
-
## 0.26.
|
|
1
|
+
## 0.26.6 (June 21, 2022)
|
|
2
|
+
|
|
3
|
+
### Core Delphinus Updates
|
|
4
|
+
* Removal of event listeners (before re-adding) in scripts in preparation for StrictMode in React 18.
|
|
5
|
+
|
|
6
|
+
## 0.26.5 (June 20, 2022)
|
|
7
|
+
|
|
8
|
+
### Core Delphinus Updates
|
|
9
|
+
Fixes issue in navigation where the menu toogle would jump to bottom of the menu, when opened.
|
|
10
|
+
|
|
11
|
+
### Delphinus Projects Updates
|
|
12
|
+
None
|
|
13
|
+
|
|
14
|
+
## 0.26.4 (June 7, 2022)
|
|
2
15
|
|
|
3
16
|
### Core Delphinus Updates
|
|
4
17
|
None
|